Questions

Q:

Find the Missing Numbers in the given Number Puzzle ?

20840690_1392703260836774_1644662038967277559_n1504170508.jpg image

A) 169 & 81 B) 67 & 121
C) 64 & 115 D) 70 & 110
 
Answer & Explanation Answer: A) 169 & 81

Explanation:

Observe that in each column, square of sum of digits in the first row = Respective second row elements.

 

In the same way, square of sum of digits in the second row = Respective third row elements.

 

=> 6+42=102=100

 

=> 4+92=132=169

 

=> 8+12=92=81.

Report Error

View Answer Report Error Discuss

Filed Under: Number Puzzles
Exam Prep: GATE , CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk

97 23910
Q:

Who was the president of the Constituent Assembly of Independent India

A) Dr Bhim Rao Ambedkar B) Dr Rajendra Prasad
C) C.Rajagopalachari D) K.M.Munshi
 
Answer & Explanation Answer: B) Dr Rajendra Prasad

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

55 23900
Q:

The smallest unit in a digital system is a.........

A) Bit B) Byte
C) Character D) Kilobyte
 
Answer & Explanation Answer: A) Bit

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer

116 23897
Q:

The overall capabilities of CCT are understood by all because _____________ are information processing tools.

 

A) Computers B) DVD
C) Internet D) CD
 
Answer & Explanation Answer: A) Computers

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

8 23850
Q:

The first attempt to introduce a representative and popular element in the governance of India was made through

A) Indian Council Act, 1861 B) Indian Council Act, 1892
C) Indian Council Act, 1909 D) Government of India Act, 1935
 
Answer & Explanation Answer: C) Indian Council Act, 1909

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

41 23838
Q:

In which of the following cases, the Supreme Court held that fundamental rights are unamendable?

A) A.K.Gopalan's case B) Keshvananda Bharati's case
C) M.C Mehta's case D) Golak Nath's case
 
Answer & Explanation Answer: D) Golak Nath's case

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

91 23824
Q:

Output of the Program :

main()

{

int i = 1;

while (i <= 5)

    {

         printf( "%d", i );

         if (i > 2) goto here;

         i++;

     }

}

fun()

{

here : printf( "PP" );

}

A) 1 B) 2
C) Compilation error D) Exception occurs
 
Answer & Explanation Answer: C) Compilation error

Explanation:

Compiler error: Undefined label 'here' in function main

Report Error

View Answer Report Error Discuss

Filed Under: Programming

3 23824
Q:

In the following question, select the related letter/letters from the given alternatives.

GHJ : JKM : : NOQ : ?

A) QRT B) PQS
C) RST D) OPR
 
Answer & Explanation Answer: A) QRT

Explanation:
Report Error

View Answer Report Error Discuss

0 23809