Methods of Error Detection

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/9

flashcard set

Earn XP

Description and Tags

These flashcards cover key vocabulary and concepts related to methods of error detection, including definitions and explanations of different terms and methods.

Last updated 1:47 PM on 11/11/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

Error Detection

The process of checking data integrity during transmission to identify any errors.

2
New cards

Interference

Any external disturbance that can corrupt data being transmitted over a cable.

3
New cards

Parity Check

A method to check if data has been changed or corrupted during transmission based on the number of 1-bits in a byte.

4
New cards

Even Parity

A parity checking method where the parity bit is set to 0 if the number of 1-bits is even.

5
New cards

Odd Parity

A parity checking method where the parity bit is set to 1 to ensure an odd number of 1-bits.

6
New cards

Checksum

A value calculated from a data block to check for errors after data transmission.

7
New cards

ARQ (Automatic Repeat reQuest)

A protocol that uses acknowledgements to ensure data is received correctly and requests re-transmission if errors are detected.

8
New cards

Check Digit

A digit added to a code to verify the authenticity of the data and to detect errors.

9
New cards

Echo Check

A method where data sent is returned to the sender to verify that it was received correctly.

10
New cards

Cyclic Redundancy Check (CRC)

An error-detecting code used to detect accidental changes to raw data.