What is the difference between Serial and Parallel transmission of data?

Serial transmission is where bits are transmitted one at a time over a single channel, particularly used within USB devices. Parallel transmission is where bits are sent simultaneously over their own individual channel. For example, if we were dealing with 8 bit integers, each of the 8 bits in the integer would all be send at once over their own unique channel. This is generally only used for internal computer components since it is limited to very short distances, due to the potential for interference.

JL

Related Computing A Level answers

All answers ▸

What is the time complexity of Bubble Sort?


How can the idea of precondtioning as part of 'Thinking Ahead' benefit a programmer when writing code?


Explain how the even parity system works when transmitting ASCII codes. Include a description of the roles of the sending device and the receiving device during transmission.


What is the difference between a RISC and CISC processor?