Questions

Q:

Who is the author of "Unhappy India"?

A) Vikram Seth B) Lala Lajpath Roy
C) Chethan Bhagath D) None
 
Answer & Explanation Answer: B) Lala Lajpath Roy

Explanation:

Lala Lajpath Roy is the author of Unhappy India

Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

90 19440
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 19427
Q:

What will be output when you will execute following c code?

#include <stdio.h>
enum actor

{
    SeanPenn=5,
    AlPacino=-2,
    GaryOldman,
    EdNorton
};
void main()

{
     enum actor a=0;
     switch(a)

      {
         case SeanPenn:  printf("Kevin Spacey");
                         break;
         case AlPacino:  printf("Paul Giamatti");
                         break;
         case GaryOldman:printf("Donald Shuterland");
                         break;
         case EdNorton:  printf("Johnny Depp");
      } 
}

A) Kevin Spacey B) Paul Giamatti
C) Donald Shuterland D) Johnny Depp
 
Answer & Explanation Answer: D) Johnny Depp

Explanation:

Default value of enum constant
GaryOldman = -2 +1 = -1
And default value of enum constant
EdNorton = -1 + 1 = 0
Note: Case expression can be enum constant.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

1 19418
Q:

Which of the following has got more heat capacity?

A) Iron piece B) Water
C) Gold piece D) Benzene
 
Answer & Explanation Answer: B) Water

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science

103 19380
Q:

In the below puzzle, there are 2 double blanks. Fill in the blanks with the same pair of letters to complete an English word. For example, use the letter-pair ac in b__kp__k to make the word backpack

_ _ s _ _ de

Answer

cascade

Report Error

View answer Workspace Report Error Discuss

Subject: Word Puzzles

158 19370
Q:

Availability Management is responsible for

A) Components and Business Processes B) Services and Components
C) Services, Components and Business Processes D) Services and Business Processes
 
Answer & Explanation Answer: B) Services and Components

Explanation:

Availability Management is the practice of identifying levels of IT Service availability for use in Service Level Reviews with Customers.

Report Error

View Answer Report Error Discuss

6 19348
Q:

Whom can we call the first national ruler of India?

A) Chandragupta Maurya B) Kanishka
C) Harsah D) Ajatasatru
 
Answer & Explanation Answer: A) Chandragupta Maurya

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

46 19316
Q:

If a sound travels from air to water, the quantity that remain unchanged is

A) velocity B) frequency
C) wavelength D) amplitude
 
Answer & Explanation Answer: B) frequency

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

139 19315