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:

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 5964
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 5964
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 5963
Q:

Which of the following electromagnetic waves has minimum wavelength?

 

A) Alpha B) Gamma
C) Infrared D) X-rays
 
Answer & Explanation Answer: B) Gamma

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

2 5963
Q:

What is the position of metallic ion and non-metallic ion in a chemical formula?

 

A) Metal ion at second position B) Non-metal ion at first position
C) Metal ion at first and non-metal ion at second position D) No option is correct
 
Answer & Explanation Answer: C) Metal ion at first and non-metal ion at second position

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

1 5960
Q:

Improve the bracketed part of the sentence.

 

The manager was highly upset because of (the inordinate delaying).

A) the inordinate delay B) the inordinately delay
C) the inordinately delaying D) no improvement
 
Answer & Explanation Answer: A) the inordinate delay

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 5959
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 5955