Question
Some of the people are standing in a line and all are
facing south direction. How many people standing in a line? I.O sits fourth to the extreme end of the line. One person sits between Z and T. Z is not an immediate neighbour of O. Z does not sit any extreme end of the line. Y sits second to the right of O. II.Four persons sit between T and Y. F sits third to the left of C. F is the only immediate neighbour of E. P sits fifth to the left of A. III.Y sits third to the right of L. Z is an immediate neighbour of A but not an immediate neighbour of T. A sits one of the extreme end Each of the questions below consists of a question and three statements numbered I, II and III given below it. You have to decide whether the data provided in the statements are sufficient to answer the question. Read the question and all three statements and give answer accordingly.Solution
From I, II and III. We will have two cases: A can sit fourth from the left end as well as right end also. Case 1. A Y ___ O L P T This case will get discarded as there is no place left for Z. Case 2. (i)           Y_____               O  L___               T This case will get discarded as there is no place left for Z. (ii) T _Z__                Y_O L__ This case will get discarded as there is no place left for A. (iii) A Z __ T _ P _ _ Y C O L F E Hence 14 people standing in line  Â
In the context of IPC, what does FIFO stand for?
Which of the following is an open-source SQL query engine for analyzing data stored in Hadoop clusters?
Which hazard occurs when there is a conflict in accessing a shared resource, such as a register file or an ALU, in an instruction pipeline?
How many whitespace characters are allowed in C language?
- State true or false Implicit type casting in C is used to convert the data type of any variable without using the actual value that the variable holds.
In syntax-directed translation, what are attributes associated with?
Consider a weighted complete graph G on the vertex set {v1,v2 ,v} such that the weight of the edge (v,v) is 2|i-j|. The weight of a minimum spanning tr...
What is the purpose of a capacitor in an AC circuit?
What is a "page fault" in the context of virtual memory?
In a depth-first traversal of a tree or graph, what data structure is typically used to keep track of nodes to be visited next?