Questions

Q:

The largest and the oldest museum of India is located in the state/union territory of

A) New Delhi B) West Bengal
C) Uttar Pradesh D) Andhra Pradesh
 
Answer & Explanation Answer: B) West Bengal

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Places

69 24054
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 24051
Q:

Temperature can be expressed as derived quantity in terms of any of the following

A) length and mass B) mass and time
C) length,mass and time D) in terms of none
 
Answer & Explanation Answer: D) in terms of none

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

205 23997
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 23974
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 23962
Q:

What would be the output of the following program ?

main() 

{

       unsigned  int a = oxffff;

        ~a;

        printf ("%x", a);

}

A) ffff B) 0000
C) 00ff D) None of the above
 
Answer & Explanation Answer: A) ffff

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

0 23959
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 23923
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 23915