F451: Data Transmission Flashcards

1
Q

Name 3 Types of Bus used to send transmissions around a processor

A

Data Bus
Control Bus
Address Bus

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does the Data Bus do?

A

Data Bus transmits between areas of the processor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the Control Bus do?

A

Control Bus would be used to send control signals from the control unit to other parts of the processor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the Address Bus do?

A

Address Bus is a series of lines connecting two or more devices that is used to specify a physical address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Define Serial Data Transmission

A

Is when only one bit is transmitted at a time with use of a single wire

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Define Parallel Data Transmission

A

Is when multiple bits are transmitted using multiple wires

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define Duplex Data Transmisssion

A

Is the communication of data in both directions simultaneously

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define Half-Duplex Transmission

A

Is the communication of data in both directions but only one at a time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Name the 3 Types of Error Check Methods

A

Checksum
Parity Check
Echoing Back

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Describe Checksum

A

Checksum is when data is sent from one device to another, and an extra byte is transmitted which tells the total sum of the data sent. The recieving computer adds up the data and compares it to the total provided by the extra transmission, which should match it. However if it does not match it will ask for the sending computer to resend the data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Describe Parity Check

A

There are two types of Parity: Even and Odd. 7 bits of the byte is the message and the last bit is the parity bit/check bit. The parity should make the number of ones even or odd (depending on whether it is Odd or Even Parity). If it is not matching either criteria then the sending device will be ask for the transmission to be resent.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Describe Echoing Back

A

A computer will send a message to another computer; and the other computer will an echo of the message sent so the sender can check to see if it is the correct message.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a Handshake Signal

A

It is a signal sent to another device to establish terms of communication, so for example: To agree error detection rules; To ensure synchronistation of signal; To ensure that the same protocol is being used.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Name a Type of Data Transmission that uses a high bit rate:

A

Streaming of a video is a good example because it uses a lot of data. It is also extremely time sensitive due to the delay which will interrupt the video.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly