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 ▸

When a stack is implemented using a 1-D array, adding a valid item can cause an execution error. Explain why an execution error can occur in this situation.


State the main features of a tree


Calculate -3 + 3 using Two's Complement and the Sign and Magnitude Method. Which works correctly?


What the main differences between an interpreter and a compiler?