Question
If all the persons live according to the English
alphabetical series from top to bottom, then how many persons remain unchanged in their position? Answer the questions based on the information given below. Eight persons viz. A, B, C, D, E, F, G and H are living in an eight-storey building, but not necessarily in the same order. The bottommost floor is numbered as 1 and the floor immediately above it is numbered as 2 and so on. Not more than one person lives on the same floor. The consecutive alphabetically named person doesn’t live on the adjacent floors of the building. E lives on an odd-numbered floor and three floors below F. G lives between E and F. Only two persons live between G and H who doesn’t live on the bottommost floor. D lives on an even-numbered floor. The number of floors above D is the same as the number of floors below A. C lives three floors below B.Solution
) E lives on an odd-numbered floor and three floors below F. 2) G lives between E and F. 3) Only two persons live between G and H who doesn’t live on the bottommost floor. 4) D lives on an even-numbered floor. 5) The number of floors above D is the same as the number of floors below A. 6) C lives three floors below B. 7) The consecutive alphabetically named person doesn’t live on the adjacent floors of the building. 8) Hence, cases 1 and 3 get eliminated.
Which IPv6 feature can unintentionally expose internal network structure to attackers if not properly randomized?
Which of the following statements accurately describes Third Normal Form (3NF) in database normalization?
Consider the following C code snippet for calculating base raised to the power of exp:
  #include
  double power(double ...
A Decision Support System (DSS) is best described as:
Complete the insert_at_beginning function for a singly linked list. Assume Node has data and next attributes.
class Node:
  def __init...
The precision is composed of which of the following two characteristics?
When implementing Huffman Coding, a common issue arises if the generated codes are not unique prefixes (i.e., one code is a prefix of another, leading t...
When performing matrix multiplication (C = A \times B) in a code flow, if matrix A is m \times n and matrix B is n \times p, what is the time complexity...
Which is best fit for blank space 16?
Which of the following is a primary advantage of a microservices architecture compared to a monolithic architecture?Â