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: I cannot contact you on phone from Karshik. Assumptions:
  1. Telephone facility is not available at Karshik.
  2. Nowadays it is difficult to contact on phone.

A Only assumption I is implicit

B Only assumption II is implicit

C Either I or II 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 num = 1, z = 5;

if (!(num <= 0))
    Console.WriteLine( ++num + z++ + ' ' + ++z ); 
else
    Console.WriteLine( --num + z-- + ' ' + --z ); 

A 5 6

B 6 5

C 6 6

D 7 7

  

Q3: A particle moves along a straight line such that distance x traversed in t seconds is given by x = t2(t + 1), the acceleration of the particle, will be

A 3t - 2

B 6t + 2

C 3t3 - 2t

D 6t - 2

E 3t2 + 2t