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.
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.
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.
telidu nana...
series and parallel are different types of circuits that a robot can contain
A serial hard drive is the same as a SATA hard drive. SATA is Serial ATA, and PATA is Parallel ATA.
give the difference between serial port and parallel port
one bit at a time vs. a group of several bits at a time.
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.
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...
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?
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.
parallel