Questions

Q:

n is an integer chosen at random from the set

{5, 7, 9, 11 }

p is chosen at random from the set

{2, 6, 10, 14, 18}

What is the probability that n + p = 23 ?

A) 0.1 B) 0.2
C) 0.25 D) 0.3
 
Answer & Explanation Answer: A) 0.1

Explanation:

Each of the integers in the first set could be combined with any from the second set, giving a total of 4 x 5 = 20 possible pairs.

Of these the combinations that could give a sum of 23 are (5 + 18), and (9 + 14)

This means that the probability of getting a sum of 23 is 2/20 = 1/10

Report Error

View Answer Report Error Discuss

0 55445
Q:

Calculate the power (in W) of an engine if it can perform 120 J of work in 3 seconds.

 

A) 360 B) 80
C) 180 D) 40
 
Answer & Explanation Answer: D) 40

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

0 55432
Q:

Golden Revolution in India refers to growth of

 

A) Rice B) Wheat
C) Honey D) Fish
 
Answer & Explanation Answer: C) Honey

Explanation:

Golden Revolution in India refers to increase in the production of Honey and other Horticulture. The period between 1991 to 2003 is referred to as Golden Revolution Period.

 

 

Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

0 55427
Q:

Which of the following is a property of an acid?

 

A) Acids reacts with metals B) Acids taste sour
C) Acids turn blue litmus paper red D) All the above
 
Answer & Explanation Answer: D) All the above

Explanation:

The general properties of acids are as follows :-

1.They are sour to taste.

2.They turn blue litmus paper red but the red litmus paper have no effect of acids and it remains unaffected.

3.They release hydrogen ions H+ in the solution medium, making the conditions acidic.

 

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

0 55266
Q:

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

#include <stdio.h>
void main()

{
    int const SIZE = 5;
    int expr;
    double value[SIZE] = { 2.0, 4.0, 6.0, 8.0, 10.0 };
    expr=1|2|3|4;
    printf ( "%f", value[expr] );
}

A) 2.000000 B) 4.000000
C) 8.000000 D) Compilation error
 
Answer & Explanation Answer: D) Compilation error

Explanation:

Size of any array in c cannot be constantan variable.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

24 55243
Q:

Which of the following statements is true?

The velocity of sound is :

 

A) less in summer than in winter B) same in winter and summer
C) independent of seasons D) more in summer than in winter
 
Answer & Explanation Answer: D) more in summer than in winter

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , Bank Exams

3 55221
Q:

Arrange the following descending chronological order based on the year received the nobel prize

A. Mother Teresa         B. Rabindranath Tagore

C. Dr. C.V Raman        D. S.Chandrashekhar

E. Hargobinda Khurana

A) B,A,D,C,E B) B,C,E,D,A
C) B,C,E,A,D D) B,A,C,E,D
 
Answer & Explanation Answer: A) B,A,D,C,E

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards

8 55198
Q:

‘Sea Vigil-21’ is a Defence Exercise undertaken by which country?

 

A) China B) Japan
C) India D) United Kingdom
 
Answer & Explanation Answer: C) India

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

0 55194