Ch 3 L6: Disk Drivers and File Systems Flashcards
(11 cards)
What is a disk drive?
a mechanical device that reads data from and writes data to a disk
What is a solid-state drive (SSD)?
a device that stores data in non-volatile memory, a type which persists even if power is turned off.
What is a volume?
A volume is a storage unit with a letter assigned such as C or D.
Each physical drive has one or more logical volumes.
What is the top level of the storage hierarchy called?
The root directory
What is the purpose of the root directory?
provides an entryway to the disk
What is the purpose of a file path?
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.
What is a file extension?
a short quote at the end of the file name, separated by a period
How does the Windows operating system know which file extension is associated with each file?
Windows maintain a database containing the file association for each file extension.
What is the purpose of a file association?
The file association defines a default application or action.
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?
Yes
What are some examples of common file extensions?
.doc, associated with Microsoft Word, .PDF, associated with Adobe Acrobat, and Adobe Reader .MP4, associated with Apple QuickTime