Computer Science : S2 : L4 : Check Digits

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

1/7

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:39 AM on 2/6/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

8 Terms

1
New cards

Check Digits

An additional digit at the end of a set of numbers used to check for mistakes in input or transmission.

2
New cards

Modulo 10

A calculation method used to generate and verify check digits by performing a series of calculations and comparing the result to the check digit.

3
New cards

Automatic Repeat Requests (ARQ)

A method used to check data transmission integrity by using positive and negative acknowledgements and timeouts.

4
New cards

Positive Acknowledgement

A message sent by the receiver to indicate that data has been received correctly.

5
New cards

Negative Acknowledgement (NACK)

A message sent by the receiver to indicate that an error has been detected in the received data.

6
New cards

Timeout

The time interval allowed to lapse before an acknowledgment is received.

7
New cards

Block of Data

A chunk of information sent by the sender to the receiver.

8
New cards

Resending

The process of sending the data block again if an acknowledgement or NACK is not received within a timeout period.