5.4 Data Buses Flashcards
Why is electricity the ideal means to transmit information?
Because it travels at the speed of light.
Ideally no current flows on a digital data line, There is only a real small amount sufficient to do what?
Forward or reverse bias semiconductor P and N Junctions
Data bus line have a signal transmitted across them no higher than?
5 Volts DC
What component is providing the 1’s and 0’s?
Transistors switching on and off.
With the transistors continually going from forward to reverse bias what does the sine wave look like?
A distorted sine wave.
What represents Binary 0 of a data signal?
0 volts (0 - 0.8V Not sufficient to saturate a transistor)
What represents Binary 1 of a data signal?
Between 2 and 5 Volts.
The transmitter and receiver are synchronized by the same clock pulse, when the transmitter is outputting a high what does the receiver do?
Detects it and clocks it through as a 1 to processing circuitry.
When using analogue to send signals what must be considered?
Voltage must be EXACT, any deviation will cause errors. this is why Digital is mainly used.
What are the 2 basic ways to move data between parts of a system?
Parallel data transfer and serial data transfer.
With serial transfer, each bit of data is transferred from?
A Store (Memory location)
Describe the operation of a Serial Data Transfer
Data triggered by clock pulse, transmitter and receiver are now synced, data arrives at receiver from transmitter and sequentially stored in MEMORY before transferred to processing circuitry.
How is the data transmitted on a serial bus?
Sequentially, one word following another word.
Advantages of Serial Data Bus
- Long Distance
- Less H/ware
- Less weight and space.
How can you speed up the data transfer of a Serial data bus?
Multiplexing.
With parallel transfer, each bit is taken from?
A separate circuit and is transmitted over a separate line.
Serial data transfer is typical of?
Data bus communications
Advantages of parallel data transfer?
Much faster
What are the disadvantages of parallel data transfer?
Lots more hardware, increases space and weight.
Once a signal is inside a computer it is typically processed in?
Parallel
An 8 and 64 bit parallel bus would be how many times faster than a serial bus?
8 times and 64 times faster.
A parallel bus typically interconnects the internal devices of a computer and has enough wires to?
Transmit all bits of the word simultaneously.
What technique is used to carry many different signals by one conductor with multiplexing?
Digital ‘time division’ Technique
Define multiplexing
Combing 2 or more information channels onto a common transmission medium.