Questions

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

Statement coverage will not check for the following

A) Dead Code B) Unused Statement
C) Missing Statements D) Unused Branches
 
Answer & Explanation Answer: C) Missing Statements

Explanation:

Statement coverage is a white box test design technique which involves execution of all the executable statements in the source code at least once. It is used to calculate and measure the number of statements in the source code which can be executed given the requirements.

Report Error

View Answer Report Error Discuss

22 23878
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:

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 23811
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 23807
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 23800