Questions

Q:

Which of these fields was the lost generation associated with?

A) Movies B) Literature
C) Science D) Music
 
Answer & Explanation Answer: B) Literature

Explanation:

Lost Generation definition, the generation of men and women who came of age during or immediately following World War I.

"Literature" was the one field among the following choices given in the question that was associated with the "Lost Generation".

Report Error

View Answer Report Error Discuss

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

0 3606
Q:

A container contains 165 litres of milk. Some quantity of milk is taken out and half of that quantity of milk, water is added in the container. Now ratio of milk to water in the container becomes 5:3. What is the quantity of water added in it?

A) 40 litre B) 45 litre
C) 60 litre D) 30 litre
 
Answer & Explanation Answer: B) 45 litre

Explanation:

Let amount of milk removed = 2x litre
So, amount of water added = x litre
Now → (165 − 2x)/x = 5/3
x = 45 lit

Report Error

View Answer Report Error Discuss

8 3606
Q:

A bucket of water is hung from a spring balance. A piece of iron is suspended in the water without touching the sides or touching the bottom of the the bucket. The reading of the spring balance

A) will increase B) will decrease
C) does not change D) varies with the increase of depth of the immersion of the iron piece
 
Answer & Explanation Answer: A) will increase

Explanation:

When the piece of iron is lowered into the water, the water level in the bucket increases. And so the pressure at the bottom of bucket also increases. Thus the total thrust at bottom also increases. Therefore the spring balance reading increases. Thus (a) is correct.

Report Error

View Answer Report Error Discuss

Filed Under: Physics

1 3606
Q:

The world's largest delta system is the _________

A) The Nile, Egypt B) Ganges-Brahmaputra, India/ Bangladesh
C) The Mississippi, USA D) The Amazon , Brazil
 
Answer & Explanation Answer: B) Ganges-Brahmaputra, India/ Bangladesh

Explanation:

The Ganges, Brahmaputra delta covers an area of about 75000 sq km.

Report Error

View Answer Report Error Discuss

Filed Under: World Geography

3 3605
Q:

How long is a giraffe tongue in feet

A) 1.6 B) 6
C) 18 D) 10
 
Answer & Explanation Answer: A) 1.6

Explanation:

A typical giraffe neck can stretch as long as six feet, the giraffe's tongue usually measures 18-20 inches long.

 

Why that much long:


Giraffe's eat Acacia tree leaves. The acacia tree's tasty leaves are protected by very sharp thorns. The giraffe's long tongue allows it to reach the highest, tastiest leaves while avoiding the sharp thorns. Its tongue also features a thick, tough layer that protects it from being cut by the thorns. If a giraffe's tongue does get cut by a thorn, its extra-thick saliva has antiseptic properties that help it to heal quickly.

Report Error

View Answer Report Error Discuss

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

9 3604
Q:

what is crossover rate?

Answer

Crossover rates have to do with the amount of earnings that are generated by two different but similar projects. The crossover rate is the point at which the two projects achieve the same net present value. In terms of investments, calculating a crossover rate between two similar securities can help an investor determine what to buy and what to sell.

Report Error

View answer Workspace Report Error Discuss

Subject: Finance

0 3604
Q:

OSI Reference Model provides a framework for discussing network operations and design

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

Explanation:

It provides a framework for discussing network operations and design

Report Error

View Answer Workspace Report Error Discuss

Subject: Networking
Job Role: Database Administration

0 3604
Q:

What are the different Adder circuits you studied?

Answer

Adders are generally of five types:


1.Ripple Carry Adder:


The Ripple carry adder(RCA) consists of a building block named Half Adder(HA) which is cascaded to form a Full Adder(FA). These buildingblocks HAs and FAs are also the building blocks of all types of adders.The n full adders are cascaded to form n bit RCA.


The full adder has three input pins(input Ai,input Bi,carryin Ci) and two output pins(Sum and Ci+1).Its equations are:


Sum=Ai^Bi^Ci


Ci+1=Ai.Bi+Bi.Ci+Ai.Ci


 


2. Carry Lookahead Adder:


The Carry Lookahead Adder(CLA) reduces the delay as that in RCA. Let Gi=Ai.Bi, and Pi=Ai^Bi, then Ci+1=Gi+Pi.Ci.


The expressions for Sum and Ci+1 is then defined completely in terms of input pins rather wait for input carry to appear.


 


3. Carry Select Adder:


The carry select adder uses duplicate modules for each combination of input carry(i.e. 1 and 0).The multiplexers then select the appropriate sum and carry output according to the carry output of the preceding stages.


 


4. Carry Skip Adder:


The carry skip adder are as fast as carry lookahead adders which are the fastest adders but its spped decreases to about 20-30% if input operands are 64-bit or more. In these adders we divide the input bit stream into various blocks and make use of two observations:


-if each element of the two bit streams are unequal,i.e. Ai!=Bi than the carry input of the block is equal to the carry input.


-if each element of the two bit streams are equal,i.e. Ai=Bi than the carry input of the block is opposite of the carry input.


 


5. Carry Save Adder:


The carry save adder reduces the addition of three elements into addition of two elements,i.e. if you want sum of nine numbers it reduces it into sum of six numbers. In first step the sum of three numbers is calculated without bothering for the carry.During the second step only carry is calculated which is then added to the generated sum to give the required sum. 

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 3602