Questions

Q:

Potassium Permanganate is used for purifying drinking water, because

A) it is a sterilising agent B) it dissolves the impurities of water
C) it is a reducing agent D) it is an oxidising agent
 
Answer & Explanation Answer: D) it is an oxidising agent

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science

150 19456
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 19441
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 19423
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 19383
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 19319
Q:

Computer software can be defined as

 

A) the interaction between the computer and its database B) an interface between the computer and the network
C) the computer and its associated equipment D) the instructions that tell the computer what to do
 
Answer & Explanation Answer: D) the instructions that tell the computer what to do

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

3 19315