Questions

Q:

The capacity of a stream is directly related to its

 

 

A) Velocity B) Gradient
C) Discharge D) Meandering
 
Answer & Explanation Answer: C) Discharge

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: Bank Exams

0 43134
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 43114
Q:

Which of the following plant group has hidden reproductive organs?

 

A) Bryophyta B) Thallophyta
C) Pteridophyta D) All option are correct
 
Answer & Explanation Answer: D) All option are correct

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE , Bank Exams

0 43112
Q:

Which one of the following statements would be INCORRECT to use?

 

A) An atom of a compound B) A mole of an element
C) A mole of a compound D) An atom of an element
 
Answer & Explanation Answer: A) An atom of a compound

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

0 43106
Q:

Plaster of Paris ______.

 

I. changes into gypsum on mixing with water

II. is CaSO4.2H2O

III. is used for decoration

 

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

0 43087
Q:

An electron loses potential energy when it

 

A) shifts to a more electronegative atom. B) increases its kinetic energy.
C) shifts to a less electronegative atom. D) increases its activity as an oxidizing agent.
 
Answer & Explanation Answer: A) shifts to a more electronegative atom.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

1 43037
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 43027
Q:

What is the position of metallic ion and non-metallic ion in a chemical formula?

 

A) Metal ion at second position B) Non-metal ion at first position
C) Metal ion at first and non-metal ion at second position D) No option is correct
 
Answer & Explanation Answer: C) Metal ion at first and non-metal ion at second position

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

1 42967