Question
Six girls G, N, O, V, X and Z are sitting around a
circular table, facing the centre. Z is sitting third to the left of X. V is sitting to the immediate right of X and to the immediate left of G. O is sitting to the immediate left of X. N is sitting to the immediate right of Z and to the immediate left of O. Who is the immediate neighbour of N and G?Solution
What type of programming language is Python?
 Which number system is commonly used in mathematics and everyday life?
Which of the following is an example of a message-passing IPC mechanism?
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
Which part of RDBMS handles concurrency control to ensure multiple transactions operate concurrently without conflicts?
What does the "Model" represent in the MVC architecture?
The maximum number of binary trees that can be formed with three unlabeled nodes is:
What is false about linked list?
Write through technique is used in which memory for data updating
Which network layer protocol is responsible for multicasting, where a packet is sent to multiple destinations simultaneously?