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: "In the recently imposed war, global public opinion was dishonoured by the economically strong and scientifically advanced superpower." Assumptions:
  1. Superpowers need not take any heed of global public opinion.
  2. Global public opinion must have been against the imposition of war.

A Neither I nor II is implicit

B Only assumption II is implicit

C Either I or II is implicit

D Only assumption I is implicit

E Both I and II are implicit

Q2: Which statement will you add in the function fun() of class B, if it is to produce the output 'Welcome to AptitudeCrack.com!'?
namespace AptitudeCrackConsoleApplication
{ 
    class A
    {
        public void fun()
        {
            Console.Write('Welcome');
        } 
    } 
    class B: A
    {
        public void fun()
        {
            // [*** Add statement here ***]
            Console.WriteLine(' to AptitudeCrack.com!');
        } 
    } 
    class MyProgram
    { 
        static void Main (string[ ] args)
        { 
            B b = new B(); 
            b.fun();
        } 
    } 
}

A mybase.fun();

B
fun();

C A::fun();

D base.fun();

E A.fun();

  

Q3: If a particle is projected inside a horizontal tunnel which is 554 cm high with a velocity of 60 m per sec, the angle of projection for maximum range, is

A 10°

B 12°

C

D

E 11°

Q4: According to maximum power transfer theorem, if the load is inductive, the source should be

A inductive

B capacitive

C any of the above

D resistive