IT Trainer Questions


Q:

7 W of the W?

Answer

The given letter equation puzzle means that 


7 W of the W = 7 Wonders of the World.

Report Error

View answer Workspace Report Error Discuss

Subject: Logic Puzzles Exam Prep: AIEEE , Bank Exams , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

21 9027
Q:

18 tens 20 ones =

A) 1820 B) 180
C) 200 D) 160
 
Answer & Explanation Answer: C) 200

Explanation:

18 tens 20 ones, the given stateent can be split into

18 tens = 18 x 10 = 180

20 ones = 20 x 1 = 20

 

Then add both => 180 + 20 = 200

 

Hence, 18 tens 20 ones = 200.

Report Error

View Answer Report Error Discuss

12 8990
Q:

The length of a class room floor exceeds its breadth by 25 m. The area of the floor remains unchanged when the length is decreased by 10 m but the breadth is increased by 8 m. The area of the floor is 

A) 5100 sq.m B) 4870 sq.m
C) 4987 sq.m D) 4442 sq.m
 
Answer & Explanation Answer: A) 5100 sq.m

Explanation:

Let the breadth of floor be 'b' m.

Then, length of the floor is 'l = (b + 25)'

Area of the rectangular floor = l x b = (b + 25) × b

According to the question,

(b + 15) (b + 8) = (b + 25) × b

b2 + 8b + 15b + 120 = b2 + 25b

2b = 120

b = 60 m.

l = b + 25 = 60 + 25 = 85 m.

 

Area of the floor = 85 × 60 = 5100 sq.m.

Report Error

View Answer Report Error Discuss

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

37 8970
Q:

The digital computer was developed primarily in

A) USA B) UK
C) Russia D) Japan
 
Answer & Explanation Answer: A) USA

Explanation:

A digital computer accepts, processes and outputs data in digitized forms. The digital computer was developed primarily in Unites States of America.

Report Error

View Answer Report Error Discuss

21 8892
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 8835
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:

Which vehicle is spelled the same forwards and backwards?

Answer

Racecar and Civic are the two vehicles which spelled the same forwards an backwards.

Report Error

View answer Workspace Report Error Discuss

7 8766
Q:

A person of good understanding knowledge and Reasoning power

A) Snob B) Expert
C) Literate D) Intellectual
 
Answer & Explanation Answer: D) Intellectual

Explanation:

The one word substitute for A person of good understanding knowledge and Reasoning power is Intellectual.

Report Error

View Answer Report Error Discuss

9 8764