image not found

Oops! That page can't be found.


Directions to Solve

In each question below is given a statement followed by two assumptions numbered I and II. You have to consider the statement and the following assumptions and decide which of the assumptions is implicit in the statement.

Give answer

  • (A) If only assumption I is implicit
  • (B) If only assumption II is implicit
  • (C) If either I or II is implicit
  • (D) If neither I nor II is implicit
  • (E) If both I and II are implicit.

Q1: Statement: The present examination system needs overhauling thoroughly. Assumptions:
  1. The present examination system is obsolete.
  2. Overhauling results in improvement.

A Only assumption II is implicit

B Either I or II is implicit

C Only assumption I is implicit

D Both I and II are implicit

E Neither I nor II is implicit

Q2:
What will be the output of the C#.NET code snippet given below?
int i, j = 1, k;
for (i = 0; i < 5; i++)
{
    k = j++ + ++j;
    Console.Write(k + ' ');
}

A 4 8 12 16 20

B 8 4 16 12 20

C 4 8 16 32 64

D 2 4 6 8 10

  

Q3: The product of mass and velocity of a moving a body, is called

A power

B impulse.

C momentum

D moment