Questions

Q:

Which of the following are advantage of CD-ROM as a storage media?

A) CD-ROM is an inexpensive way to store large amount of data and information B) CD-ROM disks retrieve data and information more quickly than magnetic disks do
C) CD-ROMS make less errors than magnetic media D) All of these
 
Answer & Explanation Answer: A) CD-ROM is an inexpensive way to store large amount of data and information

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams
Job Role: Bank PO

47 14694
Q:

Improve the bracketed part of the sentence.

Venezuelans (were being) deprived of food and medicines for the past year.

A) were B) are
C) have been D) no improvement
 
Answer & Explanation Answer: C) have been

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 14694
Q:

When an object is thrown vertically upwards, at its maximum height its _____________.

 

A) potential energy is zero B) momentum is maximum
C) kinetic energy is zero D) gravitational force is maximum
 
Answer & Explanation Answer: C) kinetic energy is zero

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

2 14686
Q:

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

#include <stdio.h>
void main()

{
     switch(2)

      {
            case 1L:printf("No");
            case 2L:printf("%s","I");
              goto Love;
            case 3L:printf("Please");
            case 4L:Love:printf("Hi");
     }
}

A) I B) IPleaseHi
C) IHi D) Compilation error
 
Answer & Explanation Answer: C) IHi

Explanation:

It is possible to write label of goto statement in the case of switch case statement.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

3 14686
Q:

void main()

{

char good *better, *best;

printf( "%d..%d", sizeof(better), sizeof(best) );

}

A) 1..2 B) 4..4
C) 4..2 D) 2..2
 
Answer & Explanation Answer: C) 4..2

Explanation:

The second pointer is of char type and not a good pointer.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

4 14677
Q:

Improve the bracketed part of the sentence.

 

The Centre would reconsider its draft and limit its scope to just providing relief to women, (instead of creating a new regulative).

 

A) instead of creating a new regulatory B) instead of making a new regulator
C) instead of creating a new regulation D) No improvement
 
Answer & Explanation Answer: C) instead of creating a new regulation

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 14676
Q:

Rearrange the parts of the sentence in correct order.

 

The first and decisive step

 

P : in the expansion of

Q : conquest of the Atlantic ocean

R : Europe overseas was the

 

A) RPQ B) QPR
C) PRQ D) PQR
 
Answer & Explanation Answer: C) PRQ

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 14671
Q:

In a combination reaction there can be ______.

 

I. two or more than two reactants

II. two or more than two products

III. only one product

 

A) Only I   B) Only I and III
C) Only I and II D) Only II
 
Answer & Explanation Answer: B) Only I and III

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

0 14670