GATE Questions

Q:

One word substitute :

a person who abstains from alcoholic drinks

A) Teetotaller B) Heretic
C) Angler D) Drunkard
 
Answer & Explanation Answer: A) Teetotaller

Explanation:

A person who practices teetotalism i.e abstains from all kinds of alcoholic drinks is called a teetotaller or is simply said to be teetotal.

Report Error

View Answer Report Error Discuss

50 115304
Q:

Simplify the following equation

55.55 + 155 + 15.55 + 0.5 + 0.05 = ?

A) 226.65 B) 196.55
C) 202.35 D) 216.66
 
Answer & Explanation Answer: A) 226.65

Explanation:

55.55 + 155 + 15.55 + 0.5 + 0.05 = ?

 

 55.55

155.00

 15.55

   0.5

   0.05

_______

226.65

_______

 

Hence, the value of the given equation 55.55 + 155 + 15.55 + 0.5 + 0.05 = 226.65.

Report Error

View Answer Report Error Discuss

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

5 114523
Q:

If the following five names which name will come  in the last in a telephone directory ?

a) Mahinder  b) Mahender  c) Mahindra  d) Mahendra  e) Mohinder

A) Mahinder B) Mahindra
C) Mohinder D) Mahender
 
Answer & Explanation Answer: C) Mohinder

Explanation:

The given names will be arranged in the alphabetical order as : Mahender, Mahendra, Mahinder, Mahindra, Mohinder. Clearly, 'Mohinder' comes last.

Report Error

View Answer Report Error Discuss

Filed Under: Alphabet Test
Exam Prep: Bank Exams , CAT , GATE
Job Role: Bank Clerk , Bank PO

40 112646
Q:

What is the output of this program ?

class main_arguments {
            public static void main(String [ ] args)
            {
                String [][] argument = new String[2][2];
                int x;
                argument[0] = args;
                x = argument[0].length;
                for (int y = 0; y < x; y++)
                    System.out.print(" " + argument[0][y]);           
            }
        }

A) 1 1 B) 1 0
C) 1 0 3 D) 1 2 3
 
Answer & Explanation Answer: D) 1 2 3

Explanation:

In argument[0] = args;, the reference variable arg[0], which was referring to an array with two elements, is reassigned to an array (args) with three elements.
Output:
$ javac main_arguments.java
$ java main_arguments
1 2 3

Report Error

View Answer Report Error Discuss

Filed Under: Java
Exam Prep: GATE

29 112540
Q:

Which is the next number in the sequence:

1, 3, 6, 11, 20, 37, ??

A) 49 B) 56
C) 64 D) 70
 
Answer & Explanation Answer: D) 70

Explanation:

Here the given series is 1, 3, 6, 11, 20, 37, ??,

and the logic behind the series is

1 x 2 + 1 = 3

3 x 2 + 0 = 6

6 x 2 + (-1) = 11

11 x 2 + (-2) = 20

20 x 2 + (-3) = 37

37 x 2 + (-4) = 70

 

Hence, the next number in the given series is 70.

Report Error

View Answer Report Error Discuss

6 111651
Q:

Find the wrong number in the given series.

8, 27, 125, 343, 1381

A) 27 B) 8
C) 343 D) 1381
 
Answer & Explanation Answer: D) 1381

Explanation:

Given series follows Cubes on Prime Numbers 

 

i.e 23, 33, 53,...but  93is 1331

 

so 1381 is wrong

Report Error

View Answer Report Error Discuss

Filed Under: Number Series
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Bank Clerk , Bank PO

157 109983
Q:

Give the common name for the following compound

CH32CH CH2 - Br

A) Isobutyl bromide B) Methyl bromide
C) Propyl bromide D) Butyl bromide
 
Answer & Explanation Answer: A) Isobutyl bromide

Explanation:
Report Error

View Answer Report Error Discuss

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

7 109858
Q:

What is the IUPAC name for the following compound?

 

H3C-CC-H

A) Acetylene B) Methyl acetylene
C) Butanol D) Decanoic Acid
 
Answer & Explanation Answer: B) Methyl acetylene

Explanation:

The IUPAC name of the compound is Methyl Acetylene or Propyne.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: AIEEE , GATE
Job Role: Analyst , Bank PO

21 109570