methods of error detection
使用闪卡高效复习COMPUTER-SCIENCE科目知识点
共计闪卡
38张
2 data transmission
闪卡自测
What is interference in data transmission?
所有闪卡
闪卡 1
问题
What is interference in data transmission?
查看答案
答案
Interference in data transmission is any disturbance that can cause errors in the data being sent, such as wire degradation or electrical fields changing the signal.
闪卡 2
问题
Define data loss.
查看答案
答案
Data loss is when some data is lost during transmission.
闪卡 3
问题
What is data gain?
查看答案
答案
Data gain is when additional data is received beyond what was originally sent.
闪卡 4
问题
Define data change.
查看答案
答案
Data change is when some bits in the transmitted data have been altered or flipped.
闪卡 5
问题
What can cause interference in wireless technology?
查看答案
答案
Interference in wireless technology can be caused by physical barriers (e.g. buildings, walls), bad weather (e.g. rain, clouds), or other wireless signals.
闪卡 6
问题
True or False? ** Wired technology has less chance of causing an error** than wireless technology.
查看答案
答案
False. ** Wired technology carries more chance of causing an error** as physical components can be damaged, degrade or receive interference from outside signals.
闪卡 7
问题
What is a format in computer science?
查看答案
答案
A format is a way of arranging data so that it can be easily understood by people and computers.
闪卡 8
问题
Why is it important to check for errors in data transmission?
查看答案
答案
It is important to check for errors in data transmission because computers expect data in certain formats, and if data is not as expected, things can go wrong.
闪卡 9
问题
Define corruption in data transmission.
查看答案
答案
Corruption in data transmission is when data received is not as expected and therefore is difficult or impossible to process.
闪卡 10
问题
What are two examples of date formats?
查看答案
答案
Two examples of date formats are DD/MM/YY (e.g. 13/04/14) and MM/DD/YYYY (e.g. 12/31/2020).
闪卡 11
问题
What is a parity check?
查看答案
答案
A parity check is a method to determine whether bits in a transmission have been corrupted.
闪卡 12
问题
Define parity bit.
查看答案
答案
A parity bit is a bit added to each byte transmitted to ensure the total number of 1's in the byte matches the agreed parity (odd or even).
闪卡 13
问题
What is the difference between odd and even parity?
查看答案
答案
Odd parity requires an odd number of 1's in the byte (including the parity bit), while even parity requires an even number of 1's.
闪卡 14
问题
True or False? Parity checks can reveal where an error occurred in the data.
查看答案
答案
False. Parity checks only check that an error has occurred, they do not reveal where the error(s) occurred.
闪卡 15
问题
What is a parity block?
查看答案
答案
A parity block is a block of data with the number of 1's totalled horizontally and vertically to check for errors and locate where they occurred.
闪卡 16
问题
Define parity byte.
查看答案
答案
A parity byte is a byte sent with the data which contains the parity bits from the vertical parity calculation in a parity block.
闪卡 17
问题
What is a checksum?
查看答案
答案
A checksum is a custom, user-created algorithm that performs mathematical calculations on data to determine if it has been corrupted.
闪卡 18
问题
How does an echo check work?
查看答案
答案
An echo check works by transmitting the received data back to the sender, who then checks the data to see if any errors occurred during transmission.
闪卡 19
问题
What is the main disadvantage of an echo check?
查看答案
答案
The main disadvantage of an echo check is that it isn't reliable as an error could have occurred when the sender transmits the data or when the receiver transmits the data back.
闪卡 20
问题
How does a checksum algorithm determine if an error has occurred?
查看答案
答案
A checksum algorithm determines if an error has occurred by calculating a checksum value before transmission, sending it with the data, recalculating it upon receipt, and comparing the two values. If they match, no error has occurred.
闪卡 21
问题
What is a check digit?
查看答案
答案
A check digit is a digit added to the end of a block of data to determine if the data has been corrupted.
闪卡 22
问题
Define ISBN.
查看答案
答案
ISBN (International Standard Book Number) is a unique identifier for books that includes a check digit for error detection.
闪卡 23
问题
How many digits are in a standard ISBN number?
查看答案
答案
A standard ISBN number has ten digits.
闪卡 24
问题
Where is the check digit located in an ISBN number?
查看答案
答案
The check digit in an ISBN number is the final digit.
闪卡 25
问题
What is a barcode?
查看答案
答案
A barcode is a series of black and white lines that can be scanned to identify an item, often including a check digit for validation.
闪卡 26
问题
What is the purpose of a check digit in a barcode?
查看答案
答案
The purpose of a check digit in a barcode is to validate and authenticate an item.
闪卡 27
问题
How are check digits calculated?
查看答案
答案
Check digits are calculated using custom, user-created algorithms that perform mathematical calculations on the data.
闪卡 28
问题
What is the main limitation of check digits?
查看答案
答案
The main limitation of check digits is that they can determine if data has been corrupted but do not reveal where the corruption occurred.
闪卡 29
问题
What does ARQ stand for?
查看答案
答案
ARQ stands for Automatic Repeat reQuest (or Query).
闪卡 30
问题
Define Automatic Repeat reQuest (ARQ).
查看答案
答案
Automatic Repeat reQuest (ARQ) is a protocol that notifies the sender that an error has occurred and that the data received is incorrect.
闪卡 31
问题
What is a negative acknowledgement transmission in ARQ?
查看答案
答案
A negative acknowledgement transmission in ARQ is a message sent by the receiver to indicate that the data is corrupted.
闪卡 32
问题
Define positive acknowledgement transmission in ARQ.
查看答案
答案
A positive acknowledgement transmission in ARQ is a message sent by the receiver to indicate that the data is correct.
闪卡 33
问题
What is a time-out in ARQ?
查看答案
答案
A time-out in ARQ is a certain time period that the sender waits before automatically resending the data if no acknowledgement is received.
闪卡 34
问题
True or False? ** In ARQ, the process is repeated until all data has been received** and acknowledged.
查看答案
答案
True. In ARQ, the process is repeated until all data has been received and acknowledged.
闪卡 35
问题
What happens if the receiver doesn't send any acknowledgement in ARQ?
查看答案
答案
If the receiver doesn't send any acknowledgement in ARQ, the sender waits for a time-out period before automatically resending the data.
闪卡 36
问题
How does ARQ handle corrupted data?
查看答案
答案
ARQ handles corrupted data by having the receiver send a negative acknowledgement, prompting the sender to resend the data.
闪卡 37
问题
What is the main purpose of ARQ?
查看答案
答案
The main purpose of ARQ is to ensure accurate data transmission by detecting errors and requesting retransmission when necessary.
闪卡 38
问题
How does ARQ differ from other error detection methods?
查看答案
答案
ARQ differs from other error detection methods by actively requesting retransmission of corrupted data, rather than just detecting errors.