Questions

Q:

Which of the following animals was not known to the Indus Valley Civilization

A) Bull B) Horse
C) Giraffe D) Elephant
 
Answer & Explanation Answer: C) Giraffe

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

63 23946
Q:

Computer networks constituting the internet are connected by telephones, underwater cables and _____________

 

A) e-mail B) e-books
C) Public telephone booths D) Satellites
 
Answer & Explanation Answer: D) Satellites

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

2 23942
Q:

Journalist's Day was celebrated for the first time all over the country on

A) Oct 1,1984 B) Oct 8,1984
C) Oct 20,1984 D) Oct 28,1984
 
Answer & Explanation Answer: D) Oct 28,1984

Explanation:
Report Error

View Answer Report Error Discuss

33 23900
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 23898
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 23883
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 23833
Q:

 For what purposes are views used?

A) To hide rows only B) To hide columns only
C) To hide complicated SQL statements only D) All of the above are uses for SQL views.
 
Answer & Explanation Answer: D) All of the above are uses for SQL views.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

22 23827
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 23813