Questions

Q:

Which of the following is NOT a feature found in almost every cell ?

 

A) Cell wall B) Plasma membrane
C) Nucleus   D) Cytoplasm
 
Answer & Explanation Answer: A) Cell wall

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: Bank Exams

0 43860
Q:

Blood is a connective tissue embedded in which type of intercellular matrix?

 

A) Jelly like B) Fluid
C) Dense D) No option is correct
 
Answer & Explanation Answer: B) Fluid

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE , Bank Exams

1 43856
Q:

Jog Falls is situated on which river?

 

A) Sharavati B) Cauvery
C) Narmada D) Chambal
 
Answer & Explanation Answer: A) Sharavati

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

1 43853
Q:

Light is a ______________ wave.

 

A) longitudinal B) elastic
C) transverse D) mechanical
 
Answer & Explanation Answer: C) transverse

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

0 43823
Q:

If  1 1 1 1 = R
    2 2 2 2 = T
    3 3 3 3 = E
    4 4 4 4 = N

 

Then  5 5 5 5 = ?

A) Y B) Z
C) T D) X
 
Answer & Explanation Answer: A) Y

Explanation:

If you add all the terms of the LHS of equality, then the last letter of the sum written in words would give you the RHS.

1 + 1 + 1 + 1 = 4 = FOUR

2 + 2 + 2 + 2 = 8 = EIGHT

3 + 3 + 3 + 3 = 12 = TWELVE

4 + 4 + 4 + 4 = 16 = SIXTEEN

 

So, following the same pattern.

5 + 5 + 5 + 5 = 20 = TWENTY

 

That gives us our answer to 5 5 5 5 =  "Y".

Report Error

View Answer Report Error Discuss

86 43733
Q:

The objective of ____________ is to make India a global information technology superpower.

 

A) NIC B) NASSCOM
C) Department of Information Technology D) State Bank of India
 
Answer & Explanation Answer: C) Department of Information Technology

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams , CAT

1 43675
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 43650
Q:

Apart from proposing atomic theory, what did John Dalton researched on?

 

A) Plants B) Colour blindness
C) Penicillin D) Plastic
 
Answer & Explanation Answer: B) Colour blindness

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

2 43646