Question
Seven girls K, L, M, N, O, P and Q are sitting in a
straight line facing the same direction. Four girls are sitting between Q and P. M is sitting at extreme left end of the row. K is fifth from the right. L is second to the right of K. Only N is between L and P. Who is at the right most end?Solution
Four girls are sitting between Q and P. M is sitting at extreme left end of the row. M Q ____ ____ ____ ____ P........... (I) M P ____ ____ ____ ____ Q.......... (II) K is fifth from the right. L is second to the right of K. M Q K____ L____ P........... (I) M P K____ L____ Q.......... (II) Only N is between L and P. M Q K____ L N P........... (I) M P K____ L____ Q.......... (II) will get discarded. Final arrangement : M Q K O L N P
What is the primary purpose of the Banker's Algorithm in operating systems?
Handshaking is :
Which access specifier allows data to be accessed only within the class?
A DP solution for LCS is producing incorrect lengths. Upon inspection, the dp table is being filled, but the values don't match expected outcomes. Which...
In dimensional modeling, what is a fact table?
Consider the following C code snippet:
  #include
  void printPattern(int n) {
    if (n <= 0) {
�...
In object-oriented programming, when defining an interface method, which of the following statements is true regarding method parameters?
Bus topology is also known by which one of the alternative names below?
What is the relationship between encapsulation and abstraction?
What is unguided transmission in the context of data communication?