Questions

Q:

What building has the most stories?

Answer

A Libraury. It has more number of story books in it to read.

Report Error

View answer Workspace Report Error Discuss

Subject: Logic Puzzles Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO

5 6027
Q:

Which observation proves that a cell is a eukaryote?

A) It contains DNA B) It contains ribosomes
C) It has a cell membrane D) It has DNA inside a nucleus
 
Answer & Explanation Answer: D) It has DNA inside a nucleus

Explanation:

Eukaryotic cells all have a nucleus. Eukaryotes are organisms that are multicellular, although there are some examples of single cellular eukaryotes. So eukaryotic cells can be either cell with a nucleus or a eukaryotic organism's cell.

The most important feature to judge whether it has nucleus membrane.

And for other choices, they are the common features of eukaryote and prokaryote.

Report Error

View Answer Report Error Discuss

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

9 6022
Q:

Rearrange the parts of the sentence in correct order.

 

India is extremely short

P­-of water, and there will be even less

Q-­is taken out

R-­of it as groundwater

A) RPQ B) QRP
C) PRQ D) QPR
 
Answer & Explanation Answer: C) PRQ

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 6021
Q:

'Zulfi, MyFriend ' is a book written by

A) Z.A. Bhutto B) Md. Ali Jinnah
C) Khushwant Singh D) Piloo Modi
 
Answer & Explanation Answer: D) Piloo Modi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

5 6018
Q:

Who has penned a book titled 'I Do What I Do: On Reform, Rhetoric and Resolve' ?

A) Ajay Tyagi B) Raghuram Rajan
C) Bimal Jalan D) Urjit Patel
 
Answer & Explanation Answer: B) Raghuram Rajan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

14 6013
Q:

what will be the output of the following code?

class Value
{
    public int i = 15;
}
public class Test
{
    public static void main(String argv[])
    {
        Test t = new Test();
        t.first();
    }
    public void first()
    {
        int i = 5;
        Value v = new Value();
        v.i = 25;
        second(v, i);
        System.out.println(v.i);
    }
    public void second(Value v, int i)
    {
        i = 0;
        v.i = 20;
        Value val = new Value();
        v =  val;
        System.out.println(v.i + " " + i);
    }
}

A) 15 0 2 B) 15 0 0
C) 15 20 0 D) 15 0 20
 
Answer & Explanation Answer: D) 15 0 20

Explanation:
Report Error

View Answer Report Error Discuss

3 6012
Q:

On which day ' National Science Day ' is celebrated in India ?

A) February 23 B) February 25
C) February 26 D) February 28
 
Answer & Explanation Answer: D) February 28

Explanation:

National Science Day is celebrated in India on 28 February each year to mark the discovery of the Raman effect by Indian physicist Sir Chandrashekhara Venkata Raman on 28 February 1928.

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk

23 6012
Q:

Hydrogen atom is excited from ground state to another state with principal quantum number equal to 4. Then the number of spectral lines in the emission spectra will be

A) 2 B) 6
C) 5 D) 3
 
Answer & Explanation Answer: B) 6

Explanation:

Number of spectral lines from a state n to ground state is

 

                   n(n-1)/2 = 6

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE

11 6009