Questions

Q:

October 3 is observed as _______

A) World Vegetarian Day B) United Nations Day for South-South Cooperation
C) World Immunization Day D) World Smile Day
 
Answer & Explanation Answer: D) World Smile Day

Explanation:
Report Error

View Answer Report Error Discuss

6 6266
Q:

Net National product of a country is

A) GDP minus depreciation allowances B) GDP plus net income from abroad
C) GNP minus net income from abroad D) GNP minus depreciation allowances
 
Answer & Explanation Answer: D) GNP minus depreciation allowances

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

1 6265
Q:

Light year is a unit of

A) time B) speed of light
C) distance D) mass
 
Answer & Explanation Answer: C) distance

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

10 6264
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

4 6261
Q:

The third vehicle in Buddhism was Known as

A) Mahasanghika B) Zen
C) Vajrayana D) None of these
 
Answer & Explanation Answer: C) Vajrayana

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

7 6261
Q:

Which of the following is/are the function(s) of bile juice released from the liver?

 

I. Make the food coming from stomach alkaline.

II. Conversion of proteins into amino acids.

III. Break down of fats into smaller globules.

 

A) Only I   B) Only II and III  
C) Only I and III   D) All I, II and III  
 
Answer & Explanation Answer: C) Only I and III  

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: Bank Exams

1 6259
Q:

The one most important feature of the Mauryan Administration was 

A) wide powers enjoyed by the provicial governors B) the presence of a ' council of ministers '
C) the presence of vast, numerous powers of the bureaucracy D) an extensive network of spy-system
 
Answer & Explanation Answer: C) the presence of vast, numerous powers of the bureaucracy

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

4 6249
Q:

Country completely surrounded by South Africa?

 

A) Kingdom of Lesotho B) Nagoya
C) Republic of Korea D) Osaka
 
Answer & Explanation Answer: A) Kingdom of Lesotho

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

0 6245