Questions

Q:

Pageant is most similar in meaning to

A) Show B) Gallant
C) Beauty D) Sovereign
 
Answer & Explanation Answer: A) Show

Explanation:

Pageant is most similar in meaning to Show.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

0 8834
Q:

The Indus valley people traded with the

A) Chinese B) Mesopotamians
C) Parthians D) Romans
 
Answer & Explanation Answer: B) Mesopotamians

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

12 8831
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 8825
Q:

Hoshangabad is situated on the bank of the river

A) Godavari B) Narmada
C) Musi D) Mahanadi
 
Answer & Explanation Answer: B) Narmada

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

20 8820
Q:

The term ' Regur ' is used for

A) Alluvial soil B) Peat soil
C) Laterite soil D) Black soil
 
Answer & Explanation Answer: D) Black soil

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

12 8818
Q:

Whose period was known as the Golden Age of Rome?

Answer

 Augustus Caesar

Report Error

View answer Workspace Report Error Discuss

Subject: World History

21 8815
Q:

Hockey was introduced in the Asian Games in

A) 1958 in Tokyo B) 1962 in Jakarta
C) 1966 in Bangkok D) 1970 in Bangkok
 
Answer & Explanation Answer: A) 1958 in Tokyo

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

37 8814
Q:

Which one of the following liberty is not embodied in the Preamble to the Constitution of India?

A) Liberty of Thought B) Liberty of Expression
C) Liberty of Belief D) Economic Liberty
 
Answer & Explanation Answer: D) Economic Liberty

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

9 8813