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: Nobody can predict as to how long our country would take to contain the unfortunate and disastrous terrorist activities. Assumptions:
  1. It is impossible to put on end to terrorist activities
  2. Efforts to control the terrorist activities are on.

A Either I or II is implicit

B Both I and II are implicit

C Only assumption I is implicit

D Only assumption II is implicit

E Neither I nor II is implicit

Q2:
Which of the following will be the correct output for the C#.NET program given below?
namespace AptitudeCrackConsoleApplication
{ 
    class Sample
    { 
        int i; 
        Single j; 
        public void SetData(int i, Single j)
        { 
            i = i;
            j = j;
        }
        public void Display()
        { 
            Console.WriteLine(i + ' ' + j);
        } 
    } 
    class MyProgram
    { 
        static void Main(string[ ] args)
        { 
            Sample s1 = new Sample();
            s1.SetData(10, 5.4f); 
            s1.Display(); 
        } 
    } 
}

A 10 5.400000

B 10 5

C 10 5.4

D 0 0

E None of the above

  

Q3: A square hole is punched out of a circular lamina, the diagonal of the square being the radius of the circle. If r is the radius of the circle, the C.G. of the remainder from the corner of the square on the circumference will be

A

B

C

D

Q4: The shunt admittance of a transmission line is given by

A γ = jωGC

B γ = G + jωC

C γ = R - jωL

D γ = R + jωL