Questions

Q:

How many member countries are there in Shanghai Cooperation Organisation (SCO) ?

A) 5 B) 7
C) 6 D) 8
 
Answer & Explanation Answer: C) 6

Explanation:

There are six permanent members: China, Kazakhstan, Kyrgyzstan, Russia, Tajikistan, Uzbekistan. Soon India and Pakistan will also join it.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk

4 3179
Q:

What does microprocessor speed of a computer depends on?

A) bandwidth B) clock speed
C) number of instructions D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

The computers microprocessor speed depends on all the factors like clock speed, bandwidth and the number of instructions it processes.

Report Error

View Answer Report Error Discuss

2 3179
Q:

Peacock was declared National Bird of India in which year?

A) 1963 B) 1960
C) 1953 D) 1950
 
Answer & Explanation Answer: A) 1963

Explanation:

In 1963, the peacock was declared theNational Bird of India because of its rich religious and legendary involvement in Indian traditions.

Report Error

View Answer Report Error Discuss

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

20 3179
Q:

Indicate what would the SWAP macro be expanded to on preprocessing. Would the code compile?

#define SWAP (a, b, c ) (c t; t = a, a = b, b = t; )

main()

{

    int x = 10, y = 20;

    SWAP (x, y, int );

    printf ( " %d%d ", x, y);

}

Answer

( int t ; t = a, a = b, b = t ;);


This code won't compile since declaration of t cannot occur within parentheses.


 

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3178
Q:

Who is the director of the Sanskrit film Adi Sankara

Answer

G.V. Iyer

Report Error

View answer Workspace Report Error Discuss

Subject: Indian Culture

47 3178
Q:

Point out the error, if any, in the while loop.

main()

{

  int i = 1;

  while ()

  {

     printf ( "%d", i++);

     if (i >10) 

     break ;

   }

}

Answer

The condition in the while loop is a must.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3177
Q:

Toricelli invented

A) Automobile B) Barometer
C) Stethoscope D) None of these
 
Answer & Explanation Answer: B) Barometer

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Inventions

1 3177
Q:

Havana is the capital city of

A) Suriname B) Belgium
C) Greece D) Cuba
 
Answer & Explanation Answer: D) Cuba

Explanation:

Havana is the capital city of Cuba.

It's currency is Cuban Peso.

Report Error

View Answer Report Error Discuss

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

14 3176