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: How is it that the village is not shown in this so-called official map of this district? Assumptions:
  1. The official district map is expected to show all the villages of that district.
  2. This is not an authentic and official map.

A Either I or II is implicit

B Only assumption II is implicit

C Neither I nor II is implicit

D Only assumption I is implicit

E Both I and II are implicit

Q2: What will be the output of the C#.NET code snippet given below?
namespace AptitudeCrackConsoleApplication
{ 
    class Baseclass
    { 
        public void fun()
        { 
            Console.Write('Base class' + ' ');
        } 
    } 
    class Derived1: Baseclass
    { 
        new void fun()
        {
            Console.Write('Derived1 class' + ' '); 
        } 
    } 
    class Derived2: Derived1
    { 
        new void fun()
        { 
            Console.Write('Derived2 class' + ' ');
        }
    }
    class Program
    { 
        public static void Main(string[ ] args)
        { 
            Derived2 d = new Derived2(); 
            d.fun(); 
        } 
    } 
}

A Base class

B Derived1 class

C Base class Derived1 class

D Base class Derived1 class Derived2 class

E Derived2 class

  

Q3: The following factor affects the orbit of a satellite up to an altitude of 720 km from the earth's surface

A aerodynamic forces

B uneven distribution of the gravitational field

C gravity of the sun and the moon

D none of these.

Q4: According to Siegel and Labus, antenna can be treated as

A closed transmission line

B shorted transmission line

C earthed transmission line

D opened-out transmission line

Q5: Which device uses much less computer time than the light pen and gives resolutions equal to that of the CRT display.

A Touch tablet

B Mouse

C Touch panel

D None of the above

E Data tablet

  

Q6: For separation of sugar solution from settled out mud, we use a __________ filter.

A sparkler

B plate and frame

C centrifugal

D rotary drum vaccum

Q7: Which country has been removed from the US "Currency Monitoring List"?

A Bangladesh

B Bhutan

C India

D Pakistan

Q8: Which country's national team finished as the runner-up in the FIFA U20 World Cup 2023?

A Kenya

B Australia

C Italy

D Sydney

Q9: Which country launched the 'Middle East Green Initiative'?

A Oman

B Bahrain

C Saudi Arabia

D UAE

Q10: Which country's hockey team recently won their first Women's Junior Hockey Asia Cup in 2023?

A Australia

B Kenya

C India

D South Africa