Question
How many persons live between V and
W? Study the following information carefully and answer the question given below: There are eight people P, Q, R, S, T, U, V and W are living in a 8 floor Building on different floors from top to bottom (such as ground floor is numbered as 1 and top floor is numbered as 8) but not necessarily in the same order. No two persons according to alphabetical order live adjacent to each other (P does not live just above or below Q, Q does not live just above or below P and R, and so on). S live either 2nd or 7th floor. Only two persons live between R and U. T lives immediately below R. V live above U but not at the topmost floor. Only one person sit between Q and U. R live on 6th floorSolution
R live on 6th floor. T lives immediately below R. Only two persons live between R and U. V live above U but not at the topmost floor. W cannot sit on topmost floor because no two persons according to alphabetical order live adjacent to each other
Which of the following statements is true about deadlocks in an operating system?
Which traversal of binary tree gives nodes in sorted order?
Which I/O scheduling algorithm is most suitable for minimizing seek time in hard drives?
Which of the following allows dynamic memory allocation?
Which attack can be mitigated using DNSSEC (Domain Name System Security Extensions)?
Which of the following collision resolution techniques involves storing all elements that hash to the same value in a linked list?
Which data structure is most suitable for implementing a priority queue with logarithmic time complexity for insertion and deletion?
KMP improves naive string matching by:
In the context of system analysis, which of the following best defines the "use case" diagram?
Which design pattern is best suited for managing the creation of objects without specifying their concrete classes?