Questions

Q:

Who has written the book ' The Famished Road '

A) Zolla Emile B) VS. Naipaul
C) Ben Okri D) Din Mani
 
Answer & Explanation Answer: C) Ben Okri

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

2 3121
Q:

The 90oEast Ridge lies in the _______Ocean

A) Pacific B) Atlantic
C) Indian D) Arctic
 
Answer & Explanation Answer: C) Indian

Explanation:

The 90oEast Ridge is aseismic, composed of volcanic rock it is about 1700 km long treading in a NNE direction into Bay of Bengal from the Indian Ocean.

Report Error

View Answer Report Error Discuss

Filed Under: World Geography
Exam Prep: AIEEE , Bank Exams , CAT

3 3121
Q:

Dogs are herbivores. True or false

A) TRUE B) FALSE
Answer & Explanation Answer: B) FALSE

Explanation:

Yes, Dogs are not Herbivores. They are omnivores as they eat both plants and meat.


 


Hence, the given statement that Dogs are herbivores is FALSE.

Report Error

View Answer Workspace Report Error Discuss

Subject: Animals and Birds
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

6 3120
Q:

What will be output of following c code?

void main()
{
struct bitfield
{
unsigned a:5;
unsigned c:5;
unsigned b:6;

}bit;
char *p;
struct bitfield *ptr,bit1={1,3,3};
p=&bit1;
p++;
clrscr();
printf("%d",*p);
getch();
}

Answer

Output: 12

Explanation:
Binary value of a=1 is 00001 (in 5 bit)
Binary value of b=3 is 00011 (in 5 bit)
Binary value of c=3 is 000011 (in 6 bit)

In memory it is represented as:
Let address of bit1 is 500 which initialize to char pointer p. Since can is one byte data type so p++ will be 501. *p means content of memory location 501 which is (00001100) and its binary equivalent is 12. Hence output is 12.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3120
Q:

It cannot be seen, it cannot be felt, Cannot be heard, cannot be smelt, Lies behind stars and under hills, and empty holes it fills. Comes first follows after, Ends life kills laughter.

Answer

Darkness.

Report Error

View answer Workspace Report Error Discuss

Subject: Logic Puzzles Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO

5 3120
Q:

A word processor would most likely be used to do

A) do a computer search in media center B) type a biography
C) keep an account of money spent D) maintain an inventory
 
Answer & Explanation Answer: B) type a biography

Explanation:

A_word_processor_would_most_likely_be_used_to_do1556277105.jpg image

 

 A word processor would most likely be used to do type a biography.

Report Error

View Answer Report Error Discuss

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

2 3120
Q:

Circuit breaker usually operate under

A) after D. C. component has ceased B) transient state of short-circuit current
C) sub-transient state of short-circuit current D) steady state of short-circuit current
 
Answer & Explanation Answer: B) transient state of short-circuit current

Explanation:
Report Error

View Answer Report Error Discuss

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

4 3120
Q:

What do you call a bear without an ear?

Answer

Given BEAR, if you remove EAR only remains with 'B'.


 


Hence, we call it as 'B', a bear without an ear.

Report Error

View answer Workspace Report Error Discuss

Subject: Word Puzzles Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO

10 3119