4 questions

Reasoning & Computer Aptitude

Using letter positions (A=1...Z=26), the sum for CAT is:

  • a.20
  • b.24
  • c.30
  • d.27

C+A+T = 3+1+20 = 24.

Reasoning & Computer Aptitude

'Some cats are black. All black things are objects.' Which follows?

  • a.Some cats are objects
  • b.All cats are black
  • c.No cat is an object
  • d.All objects are cats

Some cats are black and all black things are objects, so some cats are objects.

Reasoning & Computer Aptitude

Which stores data permanently even when the computer is off?

  • a.RAM
  • b.Cache
  • c.Hard disk / SSD (secondary storage)
  • d.Register

Secondary storage retains data without power.

Reasoning & Computer Aptitude

If A is taller than B, and B is taller than C, then:

  • a.C is the tallest
  • b.A is the shortest
  • c.B is the tallest
  • d.A is the tallest

A > B > C, so A is tallest.

Report