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: Read this book to get detailed and most comprehensive information on this issue. Assumptions:
  1. The person who wants this information can read.
  2. There are other books available on this issue.

A Neither I nor II is implicit

B Only assumption II is implicit

C Only assumption I is implicit

D Either I or II is implicit

E Both I and II are implicit

Q2:
What will be the output of the C#.NET code snippet given below?
int a = 10, b = 20, c = 30; 
int res = a < b ? a < c ? c : a : b; 
Console.WriteLine(res);

A 20

B 30

C 10

D Compile Error / Syntax Error

  

Q3: Engineer's units of force, is

A Newton and dyne in absolute units

B All the above.

C Dyne in absolute units

D Newton in absolute units