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: Highly brilliant and industrious students do not always excel in the written examination. Assumptions:
  1. The written examination is good mainly for mediocre students.
  2. The brilliant and industrious students cannot always write good answers in the exam

A Only assumption II is implicit

B Only assumption I is implicit

C Neither I nor II is implicit

D Either I or II is implicit

E Both I and II are implicit

Q2:
Which of the following statements are correct about the C#.NET code snippet given below?
namespace AptitudeCrackConsoleApplication
{ 
    class Sample
    { 
        int i, j; 
        public void SetData(int ii, int jj)
        {
            this.i = ii;
            this.j = jj 
        } 
    } 
    class MyProgram
    { 
        static void Main(string[ ] args)
        { 
            Sample s1 = new Sample(); 
            s1.SetData(10, 2); 
            Sample s2 = new Sample(); 
            s2.SetData(5, 10); 
        } 
    } 
}

A
The call to SetData() is wrong since we have not explicitly passed the this reference to it.

B
Using this in this program is necessary to properly set the values in the object.

C
The code will not compile since we cannot explicitly use this.

D
Contents of this will be different during each call to SetData().

E
The definition of SetData() is wrong since we have not explicitly collected the this reference.

  

Q3: To attain the synchronous orbit, the launch of a satellite, is done from a place

A on equator

B on 60° latitude

C on 30° latitude

D on 45° latitude

E on the poles.

  

Q4: The reaction at the support A of the beam shown in below figure is

A 3.5 t.

B 5.8 t

C 2 t

D 0.2 t

Q5: In cell phone antennas are

A monopole

B loops

C helical

D lens