Questions

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 3583
Q:

Which of the following became widespread during the 1980's?

A) Internet B) Radio
C) Cable television D) All the above
 
Answer & Explanation Answer: C) Cable television

Explanation:

Cable television or cable TV became widespread during the 1980's.

Report Error

View Answer Report Error Discuss

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

6 3582
Q:

Describe the Buddy system of memory allocation.

Answer

Free memory is maintained in linked lists, each of equal sized blocks. Any such block is of size 2^k. When some memory is required by a process, the block size of next higher order is chosen, and broken into two. Note that the two such pieces differ in address only in their kth bit. Such pieces are called buddies. When any used block is freed, the OS checks to see if its buddy is also free. If so, it is rejoined, and put into the original free-block linked-list.

Report Error

View answer Workspace Report Error Discuss

1 3582
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 3582
Q:

A hunter on the ground wishes to shoot a  bird on a tree at a distance with his rifle. He has to point the rifle

A) at the lower alevation than the bird B) at a higher alevation than the bird
C) In the same direction as the bird D) vertically upwards
 
Answer & Explanation Answer: B) at a higher alevation than the bird

Explanation:

The trajectory of the bullet is a parabola

Report Error

View Answer Report Error Discuss

Filed Under: Physics

4 3582
Q:

Which action is the best example of a direct observation?

A) listening to a cricket chirp at night and counting the number of chirps per minute B) determining the seal population of an island by counting seals in 10 square meters of the island
C) identifying which bird was present by the tracks that it leaves in the sand at a beach D) reading numbers on a heat sensor to conclude that there is a deer in the night woods
 
Answer & Explanation Answer: A) listening to a cricket chirp at night and counting the number of chirps per minute

Explanation:
Report Error

View Answer Report Error Discuss

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

4 3581
Q:

Fat can be seperated from milk in a cream seperator because of :

A) Cohesive Force B) Gravitational Force
C) Centripetal Force D) Centrifugal Force
 
Answer & Explanation Answer: D) Centrifugal Force

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

6 3580
Q:

A series of fast moving still pictures can be made to appear as a moving picture because the eye 

A) can focus very rapidly as pictures change B) is quicker than the brain
C) can see 2 images separated only if the interval betwen seeing them is more than one-tenth of a second D) can shut out some of the light
 
Answer & Explanation Answer: C) can see 2 images separated only if the interval betwen seeing them is more than one-tenth of a second

Explanation:

The eye can see images separately only if they are exhibited at an interval of more than 1/10 of a second. In the case of a movie, the still pictures come one after the other at less than this minimum interval. So we do not see them separately but only as a continuous moving picture.

Report Error

View Answer Report Error Discuss

Filed Under: Physics

2 3580