Questions

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 23895
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:

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 23831
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 23830
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 23821
Q:

The British Governor General and Viceroy who served for the longest period in India was

A) Lord Curzon B) Lord Lrwin
C) Lord Dalhousie D) Lord Linlithgow
 
Answer & Explanation Answer: D) Lord Linlithgow

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

62 23808
Q:

Markup tags tell the web browser

A) How to display the file B) How to organise the page
C) How to display message box on page D) None of the above
 
Answer & Explanation Answer: A) How to display the file

Explanation:

Markup tags tell the web browser how to display the file.

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

34 23798