返回卡包市场

Paper 1: Data Transmission

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

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

卡片预览 (24 张)

#1
正面 (问题)

Serial Data Transmission

背面 (解答)

Data is sent one bit at a time over a single wire. Useful for long distances where fewer wires are preferred (e.g., USB).

#2
正面 (问题)

Parallel Data Transmission

背面 (解答)

Multiple bits of data are sent simultaneously over several parallel wires. Generally faster for short distances (e.g., within a computer).

#3
正面 (问题)

Simplex Transmission

背面 (解答)

Data transmission in only one direction (e.g., a radio broadcast).

#4
正面 (问题)

Half-Duplex Transmission

背面 (解答)

Data transmission in both directions, but only one direction at a time (e.g., a walkie-talkie).

#5
正面 (问题)

Full-Duplex Transmission

背面 (解答)

Data transmission in both directions simultaneously (e.g., a phone call).

#6
正面 (问题)

Packet Switching

背面 (解答)

A method of transmitting data by dividing it into small units called packets, which are then sent independently over a network and reassembled at the destination. Makes efficient use of network resources.

#7
正面 (问题)

Parity Check

背面 (解答)

A simple method of error detection where an extra bit (parity bit) is added to a group of bits to indicate whether the number of 1s is even or odd.

#8
正面 (问题)

Check Digit

背面 (解答)

An extra digit added to a code (like an ISBN or barcode) to help detect errors during data entry or transmission.

#9
正面 (问题)

Encryption

背面 (解答)

The process of converting data into a secret code (ciphertext) to prevent unauthorized access.

#10
正面 (问题)

Symmetric Encryption

背面 (解答)

An encryption method that uses the same key for both encrypting and decrypting data.

#11
正面 (问题)

Asymmetric Encryption

背面 (解答)

An encryption method that uses two different keys: a public key for encryption and a private key for decryption. The public key can be shared, but the private key must be kept secret.

#12
正面 (问题)

Internet

背面 (解答)

A global network of interconnected computer networks that use the Internet Protocol Suite (TCP/IP) to communicate.

#13
正面 (问题)

World Wide Web (WWW)

背面 (解答)

A system of interlinked hypertext documents (web pages) accessed via the Internet. It’s one of the services that runs on the Internet.

#14
正面 (问题)

URL (Uniform Resource Locator)

背面 (解答)

The address of a resource on the internet (like a web page). It tells the browser how and where to find the resource.

#15
正面 (问题)

HTTP (Hypertext Transfer Protocol)

背面 (解答)

The protocol used for transferring files (like web pages, images, etc.) on the World Wide Web.

#16
正面 (问题)

HTTPS (Hypertext Transfer Protocol Secure)

背面 (解答)

A secure version of HTTP that encrypts the communication between the web browser and the web server, protecting sensitive data.

#17
正面 (问题)

HTML (Hypertext Markup Language)

背面 (解答)

The standard markup language for creating web pages. It defines the structure and content of a web page.

#18
正面 (问题)

CSS (Cascading Style Sheets)

背面 (解答)

A style sheet language used for describing the look and formatting of a document written in HTML. It controls the visual presentation of a web page.

#19
正面 (问题)

IP Address (Internet Protocol Address)

背面 (解答)

A unique numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication.

#20
正面 (问题)

MAC Address (Media Access Control Address)

背面 (解答)

A unique hardware address assigned to a network interface controller (NIC) of a device. It’s used for communication within a local network.

#21
正面 (问题)

Cookie (Internet)

背面 (解答)

A small piece of data sent from a website and stored on the user’s computer by the web browser. It can be used to remember information about the user or their browsing activity.

#22
正面 (问题)

Malware

背面 (解答)

Software that is intended to damage or disable computers and computer systems. Examples include viruses, worms, and spyware.

#23
正面 (问题)

Phishing

背面 (解答)

A type of online fraud where criminals try to trick you into giving them personal information (like passwords or credit card details) by pretending to be a legitimate organization.

#24
正面 (问题)

Denial-of-Service (DoS) Attack

背面 (解答)

An attack that aims to make a computer resource unavailable to its intended users, often by overwhelming it with traffic.