Question
Six friends P1, G1, C1, D1, A1, and V1 are standing
around a hexagon-shaped table. G1 is between V1 and C1. P1 is between A1 and D1. V1 is to the immediate right of D1. Who is opposite to D1?Solution
ï‚§ V1 is to the immediate right of D1. ï‚§ Since P1 is between A1 and D1, means P1 will sit to the immediate left of D1. ï‚§ G1 is between V1 and C1. Thus, the final arrangement is shown below. Â From the above seating arrangement, it is clear that C1 is standing opposite to D1. Hence, the correct answer is (B).
The Statement object is created by using createStatement() method of Connection class.
If 2 K bits/second is bit rate, what is the minimum PCM bandwidth required for successful transmission?Â
What problem does the Floyd-Warshall algorithm solve?
Linux uses a time-sharing algorithm ___________
Which type of memory is fastest in terms of data access speed? Â
What was the term "Monitor" used to describe in the context of early operating systems?
Which of the following statements is true regarding the reliability requirements of the Spiral Model in software development?
When debugging an N-Queens problem solution using backtracking, a common issue is that the algorithm either finds no solutions or finds too many, includ...
Which is not a access modifier in java?
When should you use inheritance over composition?