Question
Seven persons I, J, K, L, M, N and O are sitting in the
straight horizontal line facing towards the north. I sits extreme end of the line. One person sits between I and M. One person sits between M and N. J sits to the immediate left of N. O sits second to the right of J and K sits fourth to the left of O. Who sits second to the left of L?Solution
I K M J N O L
Which register stores the temporary results during computation?
In a Binary Search Tree (BST), which traversal technique results in nodes being visited in ascending order?Â
fill the blank for 19.
Transfer function of closed loop system with negative feedback is defined as___
Which is connectionless and unreliable protocol
The ALU performs the indicated operation on the operands prepared in the prior cycle and store the result in the specified destination operand location.
What does the term "serializable" refer to in the context of database transactions?
Which of the following page replacement algorithms is considered optimal and aims to minimize the number of page faults?Â
Which of the following scenarios best demonstrates a potential use of candidate keys in a relational database?Â
What is the output of the following part of python program?
x = ("apple", "banana", "cherry")
print(x)Â