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: No budgetary provision for the purpose of appointing additional faculty would be made in the context of institute's changed financial priorities. Assumptions:
  1. Appointment of faculty requires funds.
  2. There are areas other than appointment of faculty which require more financial attention.

A Only assumption I is implicit

B Neither I nor II is implicit

C Both I and II are implicit

D Only assumption II is implicit

E Either I or II is implicit

Q2: Which of the following is correct about the C#.NET snippet given below?
namespace AptitudeCrackConsoleApplication
{ 
    class Baseclass
    { 
        public void fun()
        { 
            Console.WriteLine('Hi' + ' ');
        } 
        public void fun(int i)
        {
            Console.Write('Hello' + ' ');
        } 
    } 
    class Derived: Baseclass
    {
        public void fun()
        {
            Console.Write('Bye' + ' ');
        } 
    } 
    class MyProgram
    { 
        static void Main(string[ ] args)
        { 
            Derived d; 
            d = new Derived(); 
            d.fun(); 
            d.fun(77);
        } 
    } 
}

A The program gives the output as: Hi Hello Bye

B The program gives the output as: Hi Bye Hello

C The program gives the output as: Bye Hello

D Error in the program

  

Q3: Newton's law of Collision of elastic bodies states that when two moving bodies collide each other, their velocity of separation

A is inversely proportional to their velocity of approach

B is equal to the sum of their velocities of approach.

C bears a constant ratio to their velocity of approach

D is directly proportional to their velocity of approach

Q4: The value of susceptibility in case of vacuum is taken as

A zero

B infinity

C 0.5

D unity

Q5: A terminal having local processing capability is

A None of the above

B KIPS

C Intelligent terminal

D Optical terminal

E AI