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: Do not copy our software without our permission - A notice. Assumptions:
  1. It is possible to copy the software.
  2. Such warning will have some effect.

A Only assumption I is implicit

B Only assumption II is implicit

C Either I or II is implicit

D Neither I nor II is implicit

E Both I and II are implicit

Q2: Which of the following will be the correct output for the C#.NET code snippet given below?
String s1 = 'ALL MEN ARE CREATED EQUAL';
String s2;
s2 = s1.Substring(12, 3); 
Console.WriteLine(s2);

A ARE

B CRE

C CR

D REA

E CREATED

  

Q3: The velocity of a moving body, is

A a vector quantity

B a scalar quantity

C a scalar as well as a vector quantity

D none of these.