Question
Five persons M, N, O, P and Q, who all are of different
heights. Who among the following is the shortest? Statement I: N is shorter than only one person. O is taller than both P and Q. M is taller than P. Statement II: Q is taller than only two persons. P is taller than N but shorter than O. N is not the shortest. The question given below consists of two statements numbered I and II given below it. You have to decide whether the data provided in the statements are sufficient to answer the question. Read all the statements and give answer.Solution
From statement I: N is shorter than only one person. O is taller than both P and Q. M is taller than P. No proper information is given. From statement II: Q is taller than only two persons. P is taller than N but shorter than O. N is not the shortest. O > P > Q > N > M.
In a wireless LAN, which IEEE standard is commonly associated with the Wi-Fi protocol?
Which bus connects the CPU to main memory and transfers data and instructions?
In a compiler, keywords of a language are recognized during
Which are types of system design
What is a blockchain?
Which component in the CPU is responsible for fetching instructions from memory and incrementing the program counter?
Which cryptographic system uses two different keys for encryption and decryption?
In a binary search tree (BST), what is the time complexity of finding the maximum element in the tree?
What is the purpose of a voltage divider circuit?
What is the worst-case time complexity of inserting n elements into an empty linked list, if the linked list needs to be maintained in sorted order? Mo...