Question
Four letter clusters have been given, out of which
three are alike in some manner and one is different. Select the letter cluster that is different.Solution
The logic followed here is as follows, The 2nd letter is the 2nd succeeding letter of the 1st letter. The 3rd letter is the 4th preceding letter of the 2nd letter. The 4th letter is the 3rd preceding letter of the 3rd letter In option 'a', 'VXTQ': V + 2 = X, X - 4 = T, T - 3 = Q In option 'b', 'LNJG': L + 2 = N, N - 4 = J, J - 3 = G In option 'c', 'RTPM': R + 2 = T, T - 4 = P, P - 3 = M In option 'd', 'ZBTU': Z + 2 = B, B - 4 = X ≠Y, X - 3 = U
Which register holds the data to be written to or read from memory?
In the context of sorting algorithms, which one of the following is not a comparison-based sorting algorithm?
- If a recursive function calling itself and that recursive call is the last statement in the function then it’s known as ___________
Which logic gate operation is performed by an XOR gate?
Which layer of the TCP/IP model is responsible for IP addressing and routing?
The smallest unit of memory that the CPU can read or write is ___.
In a Token Ring network, what happens when a computer wants to transmit data?
A B-tree of order 4 is built from scratch by 10 successive insertions. What is the maximum number of node splitting operations that may take place?
What is the purpose of a diode in a circuit?
Which famous algorithm follows a greedy approach for solving the minimum spanning tree problem in a graph?