Question
Six persons F, G, H, I, J and K are sitting in a row
facing north. Who among the following sits at the extreme left end? Statement I. K sits to the immediate left of F, who sits third to the right of G. I sits to the immediate left of J, who is not adjacent to G. Statement II. H sits third to the left of I, who sits adjacent to J. G sits second to the left of K. F does not sit at any end. The question given below consists of two statements I and II given below it. You have to decide whether the data provided in the statements are sufficient to answer the question. Read all the statements and give answer.Solution
Now, from statement I, Now, K sits to the immediate left of F, who sits third to the right of G. I sits to the immediate left of J, who is not adjacent to G. So, the possible arrangement is GÂ Â Â Â Â Â Â Â HÂ Â Â Â Â Â Â Â KÂ Â Â Â Â Â Â Â FÂ Â Â Â Â Â Â Â Â IÂ Â Â Â Â Â Â Â Â Â J Â So, G sits at the extreme left end. Therefore, statement I alone is sufficient. Now, from statement II, Now, H sits third to the left of I, who sits adjacent to J. G sits second to the left of K. F does not sit at any end. So, we have GÂ Â Â Â Â Â Â Â HÂ Â Â Â Â Â Â Â KÂ Â Â Â Â Â Â Â FÂ Â Â Â Â Â Â Â Â IÂ Â Â Â Â Â Â Â Â Â J So, G sits at the extreme left end. Therefore, statement II alone is sufficient.
Complete the Java method to extract a substring from text starting at startIndex and having length characters.
public class StringUtil {
�...
Which module in Python is used to define Abstract Base Classes (ABCs)?
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...
Consider the following statement regarding DIAC.
Statement (1): DIAC is unidirectional device.
Statement (2): DIAC can be used for trigger...
Which backup strategy involves creating copies of data that allow for point-in-time recovery and typically includes both full and incremental backups? ...
In the context of cloud computing, what is the main difference between containers and virtual machines?Â
Which of the following is a disadvantage of a static (array-based) queue compared to a dynamic (linked list-based) queue?
Which heuristic function property ensures A* algorithm finds an optimal path?
The latency of a network isÂ
Which of the following statements best describes the concept of a computing model in computer science?