Question
If O is related to N and Q is related to M, then who
among the following person is related to S? Study the following information carefully and answer the questions given below. Eight persons M, N, O, P, Q, R, S, and T are staying in a building of eight floors but not necessarily in the same order. The ground floor is numbered as 1, the floor just above the ground floor is numbered as 2, and so on till the topmost floor is numbered as 8. Q stays on the 4th floor. Two persons stay between Q and P. S stays adjacent to P. Four persons stay between S and O, who doesn’t stays above Q. Only one person stays between S and N. As many persons stay above M is one less than the persons who stay below M. T stays neither at the bottom nor adjacent to O.Solution
We have, Q stays on the 4th Two persons stay between Q and P.S stays adjacent to P. Again we have, Four persons stay between S and O, who doesn’t stays above Q. Only one person stays between S and N. So case-3 gets eliminated.
Fill in the correct option for 29 blank space.
Which is relational Database
Python's built-in dict (dictionary) data structure is typically implemented using a hash table. What is the average-case time complexity for get, set, a...
Average waiting time of all process?
State True or False
Semi-structured data  is data that does not conform to a data model but has some structure. It lacks a fixed or rigid sc...
What is the typical time complexity for inserting an element into a java.util.PriorityQueue with N elements?
  import java.util.PriorityQueue...
In AJAX (Asynchronous JavaScript and XML), which of the following properties must be set to true to prevent the browser from waiting for the response be...
What is the primary function of a router in a network?Â
In a multi-homed network, BGP route flapping causes external instability. Which mechanism MOST effectively prevents repeated advertisement of unstable r...
A Python function get_element(arr, index) is supposed to return the element at a given index.
def get_element(arr, index):
  # Assume ...