返回卡包市场

Section 6 - Communication Methods

暂无描述。系统推荐的高质量记忆内容,适合每天坚持背诵学习。

卡片总数: 23内容版本: v4公开卡包更新时间: 8/1/2026

卡片预览 (23 张)

#1
正面 (问题)

What does data communication involve?

背面 (解答)

Sending and receiving data from one device to another

#2
正面 (问题)

Where does data communication occur?

背面 (解答)

Within the CPU and between the CPU and it’s peripheral devices

#3
正面 (问题)

What are the 2 methods of data communication?

背面 (解答)

• Serial • Parallel

#4
正面 (问题)

How does serial data transmission work?

背面 (解答)

Bits are sent via an interface one bit at a time over a single wire from the source to the destination

#5
正面 (问题)

How does parallel data transmission work?

背面 (解答)

Several bits are sent simultaneously over a number of parallel wires

#6
正面 (问题)

Where is parallel data transmission used in?

背面 (解答)

• Integrated circuits • RAM

#7
正面 (问题)

What is skew?

背面 (解答)

An issue that occurs due to each individual wire in parallel data transmission having slightly different properties, meaning bits may travel at slightly different speeds

#8
正面 (问题)

What are the advantages of serial transmission?

背面 (解答)

• Connectors are much smaller and simpler, reducing the associated costs • “Crosstalk” can create interference between parallel lines, resulting in corrupted data that must be retransmitted • Serial links are more reliable over long distances • Because of the lack of interference, serial transmission can operate at a much higher frequency and therefore result in a higher net data transfer

#9
正面 (问题)

What is bit rate?

背面 (解答)

The speed at which data is transmitted serially

#10
正面 (问题)

What is bit rate measured in?

背面 (解答)

Bits per second

#11
正面 (问题)

What is baud rate?

背面 (解答)

The rate at which the signal changes

#12
正面 (问题)

What is the bit rate of channel?

背面 (解答)

baud rate * number of bits per signal

#13
正面 (问题)

What is baseband mode?

背面 (解答)

Only 2 voltage levels are used, representing 0 and 1. In this case the baud and bit rate are the same

#14
正面 (问题)

What is bandwidth?

背面 (解答)

The range of frequencies that a transmission medium can carry. The large the range, the greater the amount of data that can be transmitted in a fixed amount of time

#15
正面 (问题)

What is bandwidth expressed in?

背面 (解答)

Bits per second

#16
正面 (问题)

What is latency?

背面 (解答)

The time delay between the moment that the first byte or packet is transmitted, and when it is received at its destination

#17
正面 (问题)

What is parity?

背面 (解答)

#18
正面 (问题)

What is a protocol?

背面 (解答)

A set of rules relating to communication between 2 devices

#19
正面 (问题)

What is a symbol?

背面 (解答)

A particular pattern of bits that is represented by a signal

#20
正面 (问题)

What is synchronous transmission?

背面 (解答)

Where a clock is used to time when signals are sent. It is used within the busses of a computer’s processor in the fetch-execute cycle

#21
正面 (问题)

How can synchronous transmission be used?

背面 (解答)

For transmitting information in real-time systems

#22
正面 (问题)

What is asynchronous transmission?

背面 (解答)

Where one byte at a time is sent, with each character being preceded by a start bit and followed by a stop bit. The start bit alerts the receiving device and synchronises the clock inside the receiver ready to receive the character

#23
正面 (问题)

背面 (解答)