Questions

Q:

This statesman,politican,scholar,inventor,and one of early presidents of USA invented the swivel chair,the spherical sundial,the moldboard plow,and the cipher wheel.

A) George Washington B) Alexander Hamilton
C) John Adams D) Thomas Jefferson
 
Answer & Explanation Answer: D) Thomas Jefferson

Explanation:

 Thomas Jefferson (April 13, 1743 – July 4, 1826) was the third President of the United States (1801-1809) and the principal author of the Declaration of Independence (1776).

Report Error

View Answer Report Error Discuss

Filed Under: Inventions

33 15234
Q:

Study the following information and answer the given question:

Point A is 10m to the south of B.Point G is 3 m to the east of A. Point H is 5 m to the south of G. Point D is 6 m to the west of H. Point C is 10 m to the north of D. Point K is 6 m to the east of C. Point L is 5 m to the north of K.

How far and in which direction is point B from point L?

A)

5 metres south

B)

4 metres east

C)

6 metres north

D)

3 metres west

 
Answer & Explanation Answer: D)

3 metres west



Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Verbal Reasoning - Mental Ability
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

2 15224
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 15224
Q:

What are two example of freeware?

A) WinZip and Linux B) Shareware and file sharing
C) Microsoft word and the Google toolbar D) Instant messaging and the Google toolbar
 
Answer & Explanation Answer: D) Instant messaging and the Google toolbar

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams
Job Role: Bank PO

82 15217
Q:

The English Crown is an example of

A) Real executive B) Quasi-real executive
C) Normal executive D) Nominated executive
 
Answer & Explanation Answer: C) Normal executive

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

23 15207
Q:

What Does My Name Mean, If my Mother is a Mathematician, and my Father is a Chemist. And they gave a Code to My Name as "Iron59".

Crack my Name?

A) Elix B) Alex
C) Selix D) Felix
 
Answer & Explanation Answer: D) Felix

Explanation:

Here my name "Iron59" means Felix.

Since my father is a chemist he gave code Iron for Fe as chemical symbol for Iron is Fe and my mother is a mathematician she gave 59 for Lix as Roman word for 59 is Lix.

 

Hence my name is FELIX.

Report Error

View Answer Report Error Discuss

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

17 15187
Q:

Name the only animal that dislikes white colour?

Answer

Tiger.

Report Error

View answer Workspace Report Error Discuss

132 15178
Q:

The KeyPress event will capture pressing the key

A) control. B) A.
C) Both a and b. D) shift.
 
Answer & Explanation Answer: B) A.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

10 15172