Questions

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 5970
Q:

Jaduguda mines are famous for

A) mica deposits B) uranium deposits
C) gold deposits D) iron ore
 
Answer & Explanation Answer: B) uranium deposits

Explanation:

The Jaduguda Mine also known as Jadugoda or Jadugora is a Uranium mine in Jaduguda village in the Purbi Singhbhum district of the Indian state of Jharkhand.

Report Error

View Answer Report Error Discuss

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

13 5968
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 5966
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 5965
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:

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 movements was headed by Sitaram Raju?

 

A) Kuka Movement B) Rampa Movement
C) Pabna Agitation D) Bardoli Satyagraha
 
Answer & Explanation Answer: B) Rampa Movement

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

4 5959