Questions

Q:

Which one do you need for tennis

A) A helmet B) A racket
C) Flippers D) A basket
 
Answer & Explanation Answer: B) A racket

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

12 5926
Q:

Select the antonym of

 

repatriation

A) abolition B) animation
C) cure D) invigoration
 
Answer & Explanation Answer: A) abolition

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 5923
Q:

Select the antonym of

to scowl

 

A) to glower B) to smirk
C) to grimace D) to grin
 
Answer & Explanation Answer: D) to grin

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 5923
Q:

Nuclear energy is a mineral based source, it is derived from

A) Uranium B) Thorium
C) Plutonium D) All of these
 
Answer & Explanation Answer: D) All of these

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

7 5922
Q:

The number of pincode postal regions in india is 

A) 5 B) 6
C) 7 D) 8
 
Answer & Explanation Answer: D) 8

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

24 5917
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 5916
Q:

Improve the bracketed part of the sentence.

(I myself think) that this investigation is biased.

A) I think myself B) I thought myself
C) I myself thought D) no improvement
 
Answer & Explanation Answer: D) no improvement

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: AIEEE , Bank Exams , CAT

1 5910
Q:

Improve the bracketed part of the sentence.

I wouldn’t abase myself (by get) into an argument with him.

A) on get B) in getting
C) by getting D) No improvement
 
Answer & Explanation Answer: C) by getting

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 5909