Questions

Q:

The memory unit is one part of

A) Input Device B) Central Processing Unit
C) Control Unit D) Output device
 
Answer & Explanation Answer: B) Central Processing Unit

Explanation:

In a computer, memory is one part of Central processing unit i.e, CPU.

Report Error

View Answer Report Error Discuss

14 5965
Q:

Who amongst the following is the Secretary General of UNO

A) Koffi Annan B) Shashi Tharoor
C) Gordon Drown D) Hugo Chavez
 
Answer & Explanation Answer: A) Koffi Annan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

2 5961
Q:

Purushmedha i.e. Male sacrifies is referred to in

A) krishna Yajurveda B) Shukla Yajurveda
C) Shatapatha Brahman D) panchvisha Brahman
 
Answer & Explanation Answer: C) Shatapatha Brahman

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

2 5960
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 5957
Q:

Who summons the joint sitting of both the houses of the Indian Parliament?

 

A) Prime Minister of India B) President of India
C) Speaker of Lok Sabha D) Chairman of Rajya Sabha
 
Answer & Explanation Answer: B) President of India

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: Bank Exams

1 5955
Q:

Who is the father of Tissue Culture ?

A) Gautheret B) Haberlandt
C) Bonner D) Laibach
 
Answer & Explanation Answer: B) Haberlandt

Explanation:
Report Error

View Answer Report Error Discuss

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

14 5953
Q:

Wireless transmission can be done via

A) Infrared waves B) Radio waves
C) Microwaves D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

Wireless transmission can be done via any of the Infrared waves, Radio waves or Microwaves.

Report Error

View Answer Report Error Discuss

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

6 5953
Q:

Water is a compound because it?

A) it contains two different elements joined by chemical bond B) it contains hydrogen & oxygen
C) it exists as solid, liquid or gas D) it cannot be split up into simpler substances by chemicals means
 
Answer & Explanation Answer: A) it contains two different elements joined by chemical bond

Explanation:

We know that All compounds are molecules, but not all molecules are compounds.

Water is a molecule because it is made from atoms that have been chemically combined. It is also a compound because the atoms that make water are not all the same - some are oxygen and some are hydrogen.

 

Hence, Water is a molecule and a compound.

Report Error

View Answer Report Error Discuss

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

7 5951