Questions

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

9 14696
Q:

Who wrote a book describing the theory of economic drain of India during British rule

A) Late lajpat rai B) Mahatma Gandhi
C) Jawaharlal nehru D) Dadabhai naoroji
 
Answer & Explanation Answer: D) Dadabhai naoroji

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

23 14680
Q:

Which is considered as oldest civilization of the world ?

A) Mesopotamian Civilization B) Harappan Civilization
C) Chinese Civilization D) Egyptain Civilization
 
Answer & Explanation Answer: A) Mesopotamian Civilization

Explanation:

Mesopotamian Civilization (4000 BC - 6th Cen. BC)

Egyptain Civilization (3400 BC - 1000 BC)

Harappan Civilization (2500 BC - 1750 BC)

Chinese Civilization (1765 BC - 250 BC)

Report Error

View Answer Report Error Discuss

Filed Under: World History

66 14679
Q:

What is advertising?

Answer

Advertising is defined as a paid form of communication that reaches the target audience through mass media to provide product/service and brand related information.  

Report Error

View answer Workspace Report Error Discuss

9 14655
Q:

Which film won the Oscar Awards 2017 for the best picture category?

 

A) La La Land   B) The Sales Man  
C) Manchester by the sea D) Moon Light
 
Answer & Explanation Answer: D) Moon Light

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards
Exam Prep: Bank Exams

0 14653
Q:

The unit MIPS is used to measure the speed of a___.

A) Disk drive B) Tape drive
C) Printer D) Processor
 
Answer & Explanation Answer: D) Processor

Explanation:

MIPS refers millions instruction per sec and is used to measure the speed of Processor.

Report Error

View Answer Report Error Discuss

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

37 14647
Q:

India is a Tropical country but has a Monsoonal climate because 

A) Its real extent is vast B) It is surrounded by the sea
C) The Himalayas provide the barrier effect D) Land and sea breeze create monsoons
 
Answer & Explanation Answer: C) The Himalayas provide the barrier effect

Explanation:

The whole of India, south of the Himalayas can be climatically treated as a tropical country as the Himalayas provide the barrier effect. 

 

Indian subcontinent is separated from the rest of Asia by the lofty Himalayan ranges which block the cold air masses moving southwards from Central Asia.

  

 As a result, during winters, the northern half of India is warmer by 3°C to 8°C than other areas located on same latitudes.

  

During summer, due to over the head position of the sun, the climate in the southern parts resemble equatorial dry climate.

 

The seasonal reversal of winds in Arabian Sea and Bay of Bengal give India a typical tropical monsoon climate.

 

So Indian climate, to be precise, is Tropical monsoon type (a distinct wet and dry climate) rather than just a tropical or half temperate climate.

Report Error

View Answer Report Error Discuss

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

21 14634
Q:

why 8085 processor, is called an 8 bit processor?

Answer

Because 8085 processor is 8 bit ALU (arithmetic logic review). Similarly 8086 processor has 16 bit ALU.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

19 14622