GATE Questions

Q:

Happiness is to 517768399 as senipah is to

A) 9836715 B) 9386615
C) 9386715 D) 9386517
 
Answer & Explanation Answer: C) 9386715

Explanation:

If each consecutive letter in "happiness" relates to the consecutive numbers in 517768399, then H=5, A=1, P=7, I=6, N=8, E=3 and S=9.

Using the numbers that relate to the letters in 'senipah', you will arrive at

SENIPAH = 9386715.

 

Hence, Happiness is to 517768399 as senipah is to 9386715.

Report Error

View Answer Report Error Discuss

42 16182
Q:

If the positions of the first and the third digit within each number are interchanged, which of the following will be the third digit of the second lowest number ?

987, 514, 658, 487, 404, 269

A) 8 B) 9
C) 2 D) 4
 
Answer & Explanation Answer: D) 4

Explanation:

According to the question, after the position of the first and third digit interchanged new numbers are
789, 415, 856, 784, 404, 962

962, 856, 789, 784, 404, 415
Here the second lowest number is 404 and the last digit of it is '4'.

Report Error

View Answer Report Error Discuss

55 16181
Q:

A man whose speed is 4.5 kmph in still water rows to a certain upstream point and back to the starting point in a river which flows at 1.5 kmph, find his average speed for the total journey ?

A) 5 kmph B) 7 kmph
C) 3 kmph D) 4 kmph
 
Answer & Explanation Answer: D) 4 kmph

Explanation:

Speed of Man = 4.5 kmph
Speed of stream = 1.5 kmph
Speed in DownStream = 6 kmph
Speed in UpStream = 3 kmph
Average Speed = (2 x 6 x 3)/9 = 4 kmph.

Report Error

View Answer Report Error Discuss

Filed Under: Time and Distance
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Bank Clerk , Bank PO

16 16157
Q:

A periscope works by the principle of

A) Total internal reflection B) Refraction
C) Diffraction D) Reflection & Refraction
 
Answer & Explanation Answer: A) Total internal reflection

Explanation:

A periscope is an optical instrument that uses a system of prisms, lenses, or mirrors to reflect images through a tube.

 

 per11526634345.jpg image

 

Light from a distant object strikes the top mirror and is then reflected at an angle of 90 degrees down the periscope tube. At the bottom of the periscope, the light strikes another mirror and is then reflected into the viewer’s eye.

 

Hence, A periscope works by the principle of Total internal reflection.

Report Error

View Answer Report Error Discuss

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

38 16147
Q:

Which of the following is an Autotroph?

A) Fish B) Algae
C) Butterfly D) Mushroom
 
Answer & Explanation Answer: B) Algae

Explanation:

Here from the above options, Algae is an Autotroph.

Autotrophs : 

An Autotroph is also called as Producer, is an organism that produces complex organic compounds from simple substances present in its surroundings, generally using energy from light or inorganic chemical reactions.

Report Error

View Answer Report Error Discuss

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

78 16141
Q:

In a party there are 5 couples. Out of them 5 people are chosen at random. Find the probability that there are at the least two couples ?

A) 6/7 B) 19/21
C) 7/31 D) 5/21
 
Answer & Explanation Answer: D) 5/21

Explanation:

Number of ways of (selecting at least two couples among five people selected) = (⁵C₂ x ⁶C₁)

As remaining person can be any one among three couples left.

Required probability = (⁵C₂ x ⁶C₁)/¹⁰C₅
= (10 x 6)/252 = 5/21

Report Error

View Answer Report Error Discuss

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

12 16135
Q:

A fair six-sided die is rolled twice. What is the probability of getting 4 on the first roll and not getting 6 on the second roll ?

A) 1/36 B) 5/36
C) 1/12 D) 1/9
 
Answer & Explanation Answer: B) 5/36

Explanation:

The two events mentioned are independent.

The first roll of the die is independent of the second roll. Therefore the probabilities can be directly multiplied.

P(getting first 4) = 1/6

P(no second 6) = 5/6

Therefore P(getting first 4 and no second 6) = 1/6 x 5/6 = 5/36

Report Error

View Answer Report Error Discuss

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

6 16120
Q:

What is the difference between stack and array?

Answer

Stack:


 - Stack is a ordered collection of items


 - Stack is a dynamic object whose size is constantly changing as items are pushed and popped .


 - Stack may contain different data types


Array:


- Array is an ordered collection of items


- Array is a static object i.e. no of item is fixed and is assigned by the declaration of the array


- It contains same data types.

Report Error

View answer Workspace Report Error Discuss

Subject: C++ Exam Prep: GATE

24 16089