answersLogoWhite

0


Best Answer

Serial addition adds one piece of the numbers at a time. It walks the bits and works on each bit at a time. It adds a column, carries if necessary, then adds the next column.

The parallel addition strategy adds the whole thing at once. All the bits are tentatively added at the same time using more complex circuitry. It is faster overall, despite the propagation delay that carrying causes. While being much faster, it requires much more hardware - more transistors - more space - more heat - more electricity.

Analogy: When humans add two 3 digit numbers (e.g. 123+654) we usually add the right most digits (3+4) first, then the middle digits, then the left digits. This is 3 steps and would be considered serial. Computers do the same thing but in binary. A serial adder might only add one bit at a time and take 32 steps to add two 32 bit numbers. Or it might add 4 bits at a time and take 8 steps. A parallel adder does it in one step.

A personal computer might use the parallel strategy, where a simple calculator with limited battery life would be more likely to use the serial strategy.

User Avatar

Wiki User

7y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

Well, in serial addition the data containing your "carry over" value must propagate through each addition sequence. This process makes the process much slower relative to parallel methods. This is how we do basic math: lining the row of numbers up, adding furthest digits on right and "carrying over" the one to the next digit pair. Had you not done the math right-to-left you would have an error based on the amount of carry overs you would have generated.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between parallel addition and serial addition?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between Serial and Parallel Adder?

Some key differences between a Serial and Parallel Adder are that a Serial Adder is slower, a Parallel adder is a combinational circuit and the time required for addition depends on the number of bits in a Serial, but not a Parallel. A Serial Adder is a sequential circuit while a Parallel is a combinational circuit.


Difference between serial and parallel multiplier?

telidu nana...


What is the difference between serial robots and parallel robots?

series and parallel are different types of circuits that a robot can contain


What is the difference between a serial and a sata hard drive?

A serial hard drive is the same as a SATA hard drive. SATA is Serial ATA, and PATA is Parallel ATA.


What are the examples of serial and parallel ports?

give the difference between serial port and parallel port


What is the difference between serial and parallel data transmission?

one bit at a time vs. a group of several bits at a time.


Difference between adder and parallel adder?

1.serial adder add bits serially but parallel adder add bits at the same time . 2.serial adder depends on previous outputs but parallel adder does not depends on previous outputs . 3.parallel adder takes less time to execute compared to serial adder.


What is the difference between serial and non-serial printers?

Serial printers are connected via the serial (COM) port of the computer. "Non-serial" printers are connected through another interface, such as the parallel port, USB, ADB. FireWire, etc...


What is the difference of serial and parallel ports?

Serial ports only allow one device to send and one device to receive at a time, where a parallel port can send and receive data at the same time.


Depends, is the device serial or parallel?

Depends, is the device serial or parallel?


What is the difference between parallel and serial ports?

SERIAL AND PARALLEL COMUNICATION MEANS THE METHOD USED FOR COMMUNICATION.IN SERIAL COMMUNICATION THE DATA THAT IS TO BE COMMUNICATED IS PASSED SERIALLY THAT IS ONE BY ONE.IN PARALLEL COMUNICATION THE DATAS ARE PASSED PARALLEL. SERIAL AND PARALLEL COMUNICATION MEANS THE METHOD USED FOR COMMUNICATION.IN SERIAL COMMUNICATION THE DATA THAT IS TO BE COMMUNICATED IS PASSED SERIALLY THAT IS ONE BY ONE.IN PARALLEL COMUNICATION THE DATAS ARE PASSED PARALLEL.


Which is quicker serial or parallel?

parallel