Week 3, 4 (Quiz 2) Flashcards

1
Q

What is a data word?

A

The RAW data we want to protect, store, and send.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a code word?

A

The data word, but with extra bits.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the “extra bits” in a code word? What do they do?

A

These extra bits are called “parity bits”, “check bits”, and “redundant bits”.

They add overhead, but they help us to detect and fix errors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is overhead?

A

When we add extra bits to a data word, making it a code word.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a Hamming Code?

A

An error-correcting code use in computer science and telecommunication.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the Hamming Distance?

A

Measures the MINIMUM number of substitutions, or flips, required to change one valid code word into another valid code word.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How many errors can a Hamming code DETECT?

A

Code-length - 1.

Ex: in an 8-bit code, we can detect 7 errors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How many errors can a Hamming code CORRECT?

A

(Code-length / 2) - 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a HDD platter?

A

The circular disk on which magnetic data is stored in a hard drive.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a HDD track?

A

A track along which magnetic information is stored on a HDD. Tracks are located at certain radii.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a HDD sector?

A

A subdivision of a track; each sector holds a fixed amount of data.

In addition to data, sectors also contain a header, footer, gap, and info like error-correcting codes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the order a HDD moves in to read/write info?

A

1) Move
2) Wait
3) Read
4) Write

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a HDD cylinder?

A

Any set of ALL tracks of equal diameter on ALL platters.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is seek time?

A

The time it takes for the read/write head to get to the desired TRACK.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is rotational latency?

A

The time required to position a specific sector under a read/write head.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly