Searching for "word"

Q:

Word Challenge

word puzzle

A) cellphone B) microphone
C) Mobilephone D) None of the above
 
Answer & Explanation Answer: C) Mobilephone

Explanation:

Given 8, 9, 1, 11 letters indicates HOME which is residence

7, 2, 9, 5 indicates POOL where we can swim

1, 4, 5, 11 indicates MILE which is unit of distance

10, 9, 3, 6, 5 is NOBEL which is an International Prize

6, 11 are 'e' and 2, 9 are 'o' are same

With all the above hints the word is MOBILEPHONE.

Report Error

View Answer Report Error Discuss

Filed Under: Word Puzzles
Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk

Q:

Give an example for the use of volatile keyword in c++ ?

Answer

Most of the times compilers will do optimization to the code to speed up the program. For example in the below code,


int k = 15;
while( k == 15)


{
// Do something
}


compiler may think that value of 'k' is not getting changed in the program and replace it with 'while(true)', which will result in an infinite loop. In actual scenario, the value of 'k' may be getting updated from outside of the program.


Volatile keyword is used to tell compiler that the variable declared using 'volatile' may be used from outside the current scope, so that compiler won't apply any optimization. This matters only in case of multi-threaded applications.


In the above example if variable 'k' was declared using volatile, compiler will not optimize it. In shot, value of the volatile variables will be read from the memory location directly.

Report Error

View answer Workspace Report Error Discuss

Q:

One Word substitute :

Extreme old age when a man behaves like a fool

A) Superannuation B) Imbecility
C) Senility D) Dotage
 
Answer & Explanation Answer: D) Dotage

Explanation:
Report Error

View Answer Report Error Discuss

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

Q:

Find the odd one out of the following words ?

A) cruise B) crusade
C) expedition D) campaign
 
Answer & Explanation Answer: A) cruise

Explanation:

Cruise = a sea voyage for pleasure. All other words are related to ‘journey on land, sea with an aim’.

Report Error

View Answer Report Error Discuss

Filed Under: Analogy
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Bank Clerk , Bank PO

Q:

Antonym of the given word

abet 

A) Risk B) Pacify
C) Aid D) Prevent
 
Answer & Explanation Answer: D) Prevent

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Analogy
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Bank Clerk , Bank PO

Q:

The number of permutations of the letters of the word 'MESMERISE' is  ?

A) 9!/(2!)^{2}x3! B) 9! x 2! x 3!
C) 0 D) None
 
Answer & Explanation Answer: A) 9!/(2!)^{2}x3!

Explanation:

n items of which p are alike of one kind, q alike of the other, r alike of another kind and the remaining are distinct can be arranged in a row in n!/p!q!r! ways.
The letter pattern 'MESMERISE' consists of 10 letters of which there are 2M's, 3E's, 2S's and 1I and 1R.
Number of arrangements = 9!(2!)2×3!

Report Error

View Answer Report Error Discuss

Filed Under: Permutations and Combinations
Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk

Q:

Correct the underlined words in the following sentence if necessary from the options below ?

Your admission into this university will be dependent on the marks you score in the entrance examination.

A) is depending B) will depend
C) depending D) depends
 
Answer & Explanation Answer: B) will depend

Explanation:

It is a future condition and hence 'will depend' is more appropriate.

Report Error

View Answer Report Error Discuss

Filed Under: Alphabet Test

Q:

Correct underlined words if necessary in the following sentence ?

Have you been more careful, the accident could have been averted.

A) Have you been B) If you have been
C) Had you been D) If you could have been
 
Answer & Explanation Answer: C) Had you been

Explanation:

As the sentence talks about the past it is apt to say. 'Had you been more careful ...'.

Report Error

View Answer Report Error Discuss

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