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: A's advice to B - "If you want to study Accounts, join Institute Y." Assumptions:
  1. Institute Y provides good Accounts education.
  2. B listens to As advice.

A Neither I nor II is implicit

B Either I or II is implicit

C Both I and II are implicit

D Only assumption I is implicit

E Only assumption II is implicit

Q2: Which of the following statements is correct about the C#.NET program given below?
namespace AptitudeCrackConsoleApplication
{
    class Baseclass
    { 
        int i;
        public Baseclass(int ii)
        {
            i = ii;
            Console.Write('Base '); 
        } 
    } 
    class Derived : Baseclass
    {
        public Derived(int ii) : base(ii)
        {
            Console.Write('Derived ');
        } 
    } 
    class MyProgram
    { 
        static void Main(string[ ] args)
        { 
            Derived d = new Derived(10);
        } 
    } 
}

A
The program will work correctly only if we implement zero-argument constructors in Baseclass as well as Derived class.

B The program will output: Base Derived

C The program will report an error in the statement base(ii).

D The program will output: Derived Base

E The program will work correctly if we replace base(ii) with base.Baseclass(ii).

  

Q3: Effect of a force on a body depends upon its

A direction

B position

C magnitude

D all the above.

Q4: Which of the following term applies to troposcatter propagation?

A SIDs

B Faraday rotation

C Atmospheric storms

D Fading

Q5: Tiny rings made of magnetic material that can be polarised to represent binary 1 or 0 is called

A Magnetic disk

B Floppy disk

C None of the above

D Card punch

E Magnetic core

  

Q6: Mesh indicates the number of holes per

A square inch

B linear inch

C square foot

D linear foot

Q7: Which country won the gold medal in the Men's 10m Air Pistol Team event at the Asian Games 2023?

A Japan

B China

C India

D South Korea

Q8: As per the 'Climate Transparency Report 2022', which country was the most affected by income losses from heat-related labour capacity reduction?

A India

B Saudi Arabia

C Indonesia

D UAE

Q9: Who will lead the Indian Campaign in the World Table Tennis Championships 2023?

A Sharath Kamal

B Sania Mirza

C Jawala Gutta

D P V Sindhu

Q10: Annu Rani, an Indian athlete, is associated with which sport?

A Tennis

B Badminton

C Cricket

D Javelin Throw