Questions

Q:

Primary growth in plants occurs by

A. Vertical meristem

B. Lateral meristem

C. Intercalary meristem

D. Apical meristem

 

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: Bank Exams

0 43424
Q:

Which of the following statements is/are true or false?

 

Statements :

 

A) H2S burns in air to give H2O and SO2

B) The decomposition of Ferrous Sulphate into Fe2O3, SO2 and SO3 occurs in the presence of heat.

 

A) Statements A and B both are true B) Statement A is true, while B is false
C) Statements A and B are false D) Statement B is true, while A is false
 
Answer & Explanation Answer: A) Statements A and B both are true

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

0 43383
Q:

DRDL stands for

A) Defence Research and Development Laboratory B) Department of Research and Development Laboratory
C) Differential Research and Documentation Laboratory D) None of the above
 
Answer & Explanation Answer: A) Defence Research and Development Laboratory

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

377 43352
Q:

Which  of  the  following  substances  cause temporary hardness in water?

1. Mg(HCO3)2

2. Ca(HCO3)2

3. CaCl2

4. MgSO4

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

Explanation:

There are two types of water hardness: temporary and permanent hardness. Temporary hardness is due to the presence of calcium hydrogen carbonate Ca(HCO3)2(aq) and magnesium hydrogen carbonate Mg(HCO3)2(aq).

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

0 43334
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 43325
Q:

Find the similarity in the following :

 

Carbon, Silicon, Boron, Arsenic

 

A) All of them are gases B) All of them are non-metals
C) All of them are metals D) No similarity
 
Answer & Explanation Answer: B) All of them are non-metals

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

0 43307
Q:

Cultural transmission refers to the process of ______

 

 

A) cultural patterns moving from one society to another B) using the oral tradition
C) passing cultural patterns from one generation to another D) using writing to enshrine cultural patterns
 
Answer & Explanation Answer: C) passing cultural patterns from one generation to another

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: Bank Exams

1 43302
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 43253