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 government has set up a fact finding mission to look into the possible reasons for the recent violence in the area. Assumptions:
  1. The mission may be able to come up with credible information about the incidents.
  2. The people in the area may cooperate with the mission and come forward to give detailed information related to the incidents.

A Both I and II are implicit

B Only assumption I is implicit

C Only assumption II is implicit

D Either I or II is implicit

E Neither I nor II is implicit

Q2: Suppose n is a variable of the type Byte and we wish, to check whether its fourth bit (from right) is ON or OFF. Which of the following statements will do this correctly?

A if ((n ~ 8) == 8) Console. WriteLine("Fourth bit is ON");

B if ((n ! 8) == 8) Console.WriteLine("Fourth bit is ON");

C
if ((n&8) == 8)
Console.WriteLine("Fourth bit is ON");

D
if ((n&16) == 16)
Console.WriteLine("Fourth bit is ON");

E if ((n ^ 8) == 8) Console.WriteLine("Fourth bit is ON");

  

Q3: A cable loaded with 0.5 tonne per horizontal metre span is stretched between supports in the same horizontal line 400 m apart. If central dip is 20 m, the minimum tension in the cable, will be

A 200 tonnes at the centre

B 200 tonnes at the left support.

C 200 tonnes at the right support

D 500 tonnes at the centre