Ch 3 L6: Disk Drivers and File Systems Flashcards

(11 cards)

1
Q

What is a disk drive?

A

a mechanical device that reads data from and writes data to a disk

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

What is a solid-state drive (SSD)?

A

a device that stores data in non-volatile memory, a type which persists even if power is turned off.

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

What is a volume?

A

A volume is a storage unit with a letter assigned such as C or D.

Each physical drive has one or more logical volumes.

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

What is the top level of the storage hierarchy called?

A

The root directory

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

What is the purpose of the root directory?

A

provides an entryway to the disk

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

What is the purpose of a file path?

A

provides the information you need to locate the file in the storage media

This includes the letter of the volume where a file is located, followed by a colon, the names of the folders to go through to get to the file, and the name of the file.

Each location name is followed by a backslash. Operating systems handle file types differently.

Some examine file content to determine its type, but most rely on a file extension.

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

What is a file extension?

A

a short quote at the end of the file name, separated by a period

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

How does the Windows operating system know which file extension is associated with each file?

A

Windows maintain a database containing the file association for each file extension.

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

What is the purpose of a file association?

A

The file association defines a default application or action.

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

Can a user customize entries in the Windows database so that a particular type of file opens in a different application than the one assigned by default?

A

Yes

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

What are some examples of common file extensions?

A

.doc, associated with Microsoft Word, .PDF, associated with Adobe Acrobat, and Adobe Reader .MP4, associated with Apple QuickTime

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