Questions

Q:

What is formed when helium atom loses one electron?

 

A) Proton B) Positive helium ion
C) Negative helium ion D) Alpha particle
 
Answer & Explanation Answer: B) Positive helium ion

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

1 43157
Q:

Which of the following is a popular programming language for developing multimedia webpages.

A) COBOL B) Java
C) BASIC D) Assembler
 
Answer & Explanation Answer: B) Java

Explanation:

Java is a general-purpose computer-programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible.

 

Which_of_the_following_is_a_popular_programming_language_for_developing_multimedia_webpages1548652333.jpg image


Java is used to develop mobile apps, web apps, desktop apps, games and much more...

Report Error

View Answer Report Error Discuss

180 43141
Q:

Valency of an element depends on which of the following?

I. Number of losing electron

II. Number of gaining electron

III. Number of sharing electron

 

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

0 43132
Q:

The relative density of a substance is the ____.

 

A) ratio of its density to the density of water B) ratio of the density of water to its density
C) product of the density of water to its density D) ratio of the volume of water to its volume
 
Answer & Explanation Answer: A) ratio of its density to the density of water

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

1 43131
Q:

#define clrscr() 100

main()

{

clrscr();

printf( "%dn", clrscr() );

}

A) 100 B) 0
C) Compilation error D) Exception occurs
 
Answer & Explanation Answer: A) 100

Explanation:

Preprocessor executes as a seperate pass before the execution of the compiler. So textual replacement of clrscr() to 100 occurs.The input program to compiler looks like this :

main ()

{

100;

printf("%d\n",100);

}

Note: 100; is an executable statement but with no action. So it doesn't give any problem.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

24 43099
Q:

The vast amount of sea weeds present in oceans may produce an endless source of

 

A) Methane B) Ocean thermal energy
C) Sea wave energy D) Nuclear energy
 
Answer & Explanation Answer: A) Methane

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

1 43067
Q:

Which of the following statements are CORRECT?

 

I. Ethanol is a good solvent for organic compounds.

II. Boiling and melting points of ethanol are low with respect to water.

III. Ethanol is used tincture iodine

 

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

1 43021
Q:

The first newspaper published in India in 1780 was

A) The Bengal Gazette or Calcutta General Advertiser B) The Calcutta Chronicle
C) The Madras Courier D) The Bombay Herald
 
Answer & Explanation Answer: A) The Bengal Gazette or Calcutta General Advertiser

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

204 42946