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 function will start at 3 P.M. You are requested to take your seats before 3 P.M." - Last sentence in an invitation card. Assumptions:
  1. If the invitee is not in his seat before 3 P.M., the function will not start.
  2. Function will start as scheduled.

A Only assumption II is implicit

B Only assumption I is implicit

C Either I or II is implicit

D Both I and II are implicit

E Neither I nor II is implicit

Q2: If s1 and s2 are references to two strings then which of the following are the correct ways to find whether the contents of the two strings are equal?
  1. if(s1 = s2)
  2. if(s1 == s2)
  3. int c;
    c = s1.CompareTo(s2);
  4. if( strcmp(s1, s2) )
  5. if (s1 is s2)

A 2, 3

B 4, 5

C 1, 2

D 3, 5

  

Q3: If two forces P and Q (P > Q) act on the same straight line but in opposite direction, their resultant, is

A Q/P

B Q - P.

C P/Q

D P + Q

E P - Q

Q4: Measurement of radiation resistance by reflection method is suitable for

A parasitic element antennas

B all type of antennas

C low frequency vertical conductor antenna

D none of the above