Questions

Q:

Which molecule contains a nonpolar covalent bond?

A) Cl2 B) Br2
C) H2 D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

In all the given options, molecules are containing nonpolar covalent bonds.

Report Error

View Answer Report Error Discuss

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

2 2900
Q:

Exerts a force on anything that has an electric charge

A) Electric field B) Electrostatic force
C) Inductive field D) All of the above
 
Answer & Explanation Answer: A) Electric field

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

4 2900
Q:

What is the unit of heredity?

A) cell B) blood
C) gene D) All of the above
 
Answer & Explanation Answer: C) gene

Explanation:

Genes are units of heredity.

Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk

1 2899
Q:

What is the tallest active volcano in Italy?

Answer

Mt. Etna

Report Error

View answer Workspace Report Error Discuss

Subject: World Geography

0 2899
Q:

If a mirror is placed on the line AB, then which of the answer figures is the right image of the given figure?

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

Explanation:
Report Error

View Answer Report Error Discuss

7 2899
Q:

Crack the following Logical WordPuzzle ?

21686498_1422856854488081_4594340323462201417_n1506331278.jpg image

Answer

Maps.

Report Error

View answer Workspace Report Error Discuss

Subject: Word Puzzles Exam Prep: Bank Exams , CAT , GRE , TOEFL
Job Role: Bank Clerk

10 2899
Q:

Answer the following Program

#define CHARSIZE 8

#define MASK(y) (1 << y % CHARSIZE)

#define BITSLOT (y) (y / CHARSIZE)

#define SET(x,y) ( x[BITSLOT(y)] = MASK(y) )

#define TEST(x,y) ( x[BITSLOT(y)] & MASK(y) )

#define NUMSLOTS(n) ((n + CHARSIZE - 1) / CHARSIZE)

 

Give the above macros how would you

1. declare an array arr of 50 bits

2. put the 20th bit on

3. test whether the 40th bit is on or off

Answer

1. char arr[NUMSLOTS(50)];


2. SET (arr, 20);


3. if (TEST (arr, 40))

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2898
Q:

Tertali is a folk dance of _____.

A) Chhattisgarh B) Madhya Pradesh
C) Manipur D) Karnataka
 
Answer & Explanation Answer: B) Madhya Pradesh

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Culture
Exam Prep: Bank Exams

5 2898