Data connections Flashcards

1
Q

Define “Internal communication”

A

The exchange of data between sub-systems and integrated circuits within a single system or item of equipment.

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

What are 3 examples of Internal communication?

A

> I2C
SPI
CAN-Bus

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

Define “External communication”

A

The exchange of data between different systems or items of equipment.

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

What are 3 examples of external communication?

A

> Ethernet
USB
RS (‘recommended standards’)

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

Define “Serial communication”

A

Data is transferred sequentially (one bit at a time)

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

Define “Parallel communication”

A

Data is transferred several bits simultaneously

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

What is the problem with parallel communications?

A

Harder to transfer at faster speeds as distance increases because of the relative timing of each bit, the path lengths and parasitic capacitances.

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

Define “Full duplex communication”

A

Communication can take place in both directions simultaneously

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

Define “Half duplex communication”

A

Communication can take place in both direction at different times.

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

Define “Simplex communication”

A

Data can only take place in one direction

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

What is buffer memory?

A

Used to store data before it is to be transmitted or to store data as it is being received.

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

Define “Synchronous”. How does it work in terms of data transfer?

A

> Occurs at the same time.
The reception of each bit is synchronised with the transmission timing.
Often requires a common clock signal provided with a separate transmission line

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

Define “Asynchronous”

A

> Occurs at different times.
The reception of each bit is not synchronised with the transmitter
MISCONCEPTION: Data transfer takes place at irregular timings rather than regular intervals.
The receiving circuit needs to estimate when the next data bit has been transmitted. This is often due to a prior agreement between devices (baud rate).

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

For asynchronous communication, how does clock signals work?

A

> The receiver and transmitter generate their own clock signals.
Two independent clocks which do not operate precisely at the same time.
Clocks will drift from each other.
Periodical realignment is required.

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

What are 4 examples of internal serial data transfer? What are their full names?

A

> Universal Asynchronous Receiver-Transmitter (UART)
Integrated-Integrated-Circuit (I2C)
Serial-Peripheral-Interface (SPI)
Controller Area Network Bus (CAN-BUS)

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