Questions

Q:

Air ___________________ are the substances which contaminate the air.

A) Reactants B) Irritants
C) Resistants D) Pollutants
 
Answer & Explanation Answer: D) Pollutants

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

7 6771
Q:

Why does'nt the hydrogen atom emit X-rays?

A) It is very small in size B) It has only one electron
C) Its energy levels are very close to each other D) it is highly electropositive
 
Answer & Explanation Answer: C) Its energy levels are very close to each other

Explanation:

For an atom to emit X-rays it should have difference in energy levels

Report Error

View Answer Report Error Discuss

Filed Under: Physics

9 6769
Q:

Clove the commonly used spice is obtained from the

A) stem B) root
C) flower bud D) fruit
 
Answer & Explanation Answer: C) flower bud

Explanation:

Clove the commonly used spice which is obtained from the flower buds of a tree in the family Myrtaceae, Syzygium aromaticum.

clove_the_commonly_used_spice_is_obtained_from_the1536734920.jpg image

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

10 6768
Q:

What do the functions atoi(), itoa() and gcvt () do? Show how would you use them in a program.

Answer

atoi()         Converts a string to an integer.


itoa()         Convert an integer to a string


gcvt()        Converts a floating-point number to a string


 


#include "stdlib.h"


main()


{


      char s[] = "12345";


      char buffer [15], string[20];


      int i;


      


      i = atoi (s);


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


 


       gcvt (20.141672, 4, buffer);


       printf ("\n%s", buffer);


 


       itoa(15, string,2);


        printf ("\n%s", string);


}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

2 6763
Q:

Which political process is necessary for redistricting?

A) Gerrymandering B) Filibuster
C) Census D) Election
 
Answer & Explanation Answer: C) Census

Explanation:

Redistricting is the process of drawing electoral district boundaries in the United States.

The state legislature has primary responsibility for creating a redistricting plan, in many cases subject to approval by the state governor.

Redistricting has to follow certain criteria to be accepted:

* compactness
* contiguity
* equal population
* preservation of existing political communities
* partisan fairness
* racial fairness

 

The practice of gerrymandering involves the manipulation of district drawing in aims to leave out, or include, specific populations in a legislator's district to ensure his/her reelection.

 

Gerrymandering is the practice of drawing district lines to achieve political gain for legislators.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

6 6760
Q:

The percentage of nitrogen in the air is about

A) 74% B) 76%
C) 78% D) 80%
 
Answer & Explanation Answer: C) 78%

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

15 6760
Q:

Which best describes transformation in bacteria?

A) Bacteria take DNA from their environment. B) Bacteria inject DNA into another cell.
C) Bacteria lie dormant for many weeks. D) Bacteria transfer DNA with a bacteriophage.
 
Answer & Explanation Answer: A) Bacteria take DNA from their environment.

Explanation:

"Bacteria take DNA from their environment" is what best describes transformation in bacteria.

Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

4 6759
Q:

Solve this logical Math puzzle?

logical_thinking_puzzle1536132282.jpg image

Answer

Let that something be 'x'


From the given data,


x + x/5 = 21


5x + x/5 = 21


6x = 21 x 5


=> x = 17.5


 


Hence, that something is x = 17.5.

Report Error

View answer Workspace Report Error Discuss

9 6759