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 5980
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 5979
Q:

The Pallava ruler who built the famous kailash temple at Kanchi and the Shore temple at Mahabalipuram was

A) Narsimha varman II B) Paramesvar varman I
C) Mahendra varman I D) Narasimha varman I
 
Answer & Explanation Answer: A) Narsimha varman II

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

4 5979
Q:

Select the synonym of

succulent

 

A) torrid B) luscious
C) arid D) bare
 
Answer & Explanation Answer: B) luscious

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 5977
Q:

The international township built near Pondicherry in India in coloration with UNESCO is called

A) Elbaville B) Auroville
C) Gayaville D) Broadway
 
Answer & Explanation Answer: B) Auroville

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

10 5975
Q:

Which one of the following industries is the biggest consumer of water in India?

 

A) Engineering B) Paper and pulp
C) Taxtiles D) Thermal power
 
Answer & Explanation Answer: D) Thermal power

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: Bank Exams

3 5974
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 5972
Q:

Kilohertz is a unit which measures

A) Electromagnetic radio wave frequencies B) Electric resistance
C) Power used by a current of one ampere D) Voltage
 
Answer & Explanation Answer: A) Electromagnetic radio wave frequencies

Explanation:

The hertz (Hz) is defined as one cycle per second and is a SI unit of frequency. Here kilohertz is also a unit of frequency of waves and is defined as 1000 cycles per second. Radio waves are measured in kilohertz (KHz).

 

Kilohertz_is_a_unit_which_measures1561453991.jpg image

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

6 5971