Question
Which of the following boxes is placed immediately above
and immediately below N? Study the following information carefully and answer the question given below: Nine boxes named M, N, O, P, Q, R, S, T and U are placed one above other but not necessarily in the same order. Only five boxes are placed between M and O. Q is placed immediate above O. Only three boxes are placed between Q and P. Number of boxes placed between M and P is same as between N and Q. R is placed below N, but not at bottom. Not less than four boxes are placed between Q and R. One box is placed between R and S. Box U is placed above box T.Solution
Only five boxes are placed between M and O. Q is placed immediate above O. Only three boxes are placed between Q and P. Following 5 cases are possible: Number of boxes placed between M and P is same as between N and Q. Not less than four boxes are placed between Q and R. One box is placed between R and S. Box U is placed above box T. All the cases except Case3 eliminate as they do not satisfy the third hint.
Thus the final arrangement is as follows :
Which of the following is an example of application software?
- Which of the following is an example of a key characteristic of the Internet of Things (IoT)?
- Which of the following correctly describes the second normal form (2NF) in database normalization?
 The term "FAT" is stands for_____
In Huffman coding, data in a tree always occur?
Given the following code snippet, what will be the output when the function findMax is called with the array arr = [1, 5, 3, 9, 2]?Â
def findMax...
Which of the following data structures is best suited for implementing a priority queue?  Â
What is the space complexity of program to reverse stack recursively?
Which of the following best describes supervised learning in machine learning?
- What will be the output of the following Java code snippet, which implements a simple ArrayList and performs an insertion and a retrieval? import java.util...