Chapter 4 Flashcards

1
Q

A design for storing and managing files on a disk drive. They are associated with operating systems such as UNIX/Linux, Mac OS X, and Windows

A

File systems.

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

An organizational structure that contains files and may additionally contain sub-directories (or folders) in it. In Unix/Linux, this is simply a special file on a disk drive that is used to house information about other data stored on a disk. In other systems, it is a “container object” that houses files and sub-folders. It contains information about files, such as file names, file sizes, date of creation, and file type.

A

Directory (Folders)

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

Files characteristics stored with the file name in the disk directory, which specify certain storage and operational parameters associated with the file. Attributes are noted by the value of specific data bits associated with the file name. These include Hidden, Read-Only, Archive, and so on.

A

File Attributes

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

The highest-level directory (or folder), with no directories above it in the structure of the files and directories in a file system.

A

Root Directory

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

A software process that marks tracks and sectors on a disk. This is necessary before a disk can be partitioned and formatted.

A

Low-Level Formatting

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

Concentric rings that cover an entire disk like grooves on a phonograph record. Each ring is divided into sectors in which to store data.

A

Tracks

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

A portion of a disk track. They can be divided into equal parts of these portions.

A

Sector

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

A hard disk configuration scheme in which the disk is divided into logical blocks, which in turn are mapped to sectors, heads, and tracks.

A

Block Allocation

Note: Whenever operating systems need to allocate some disk space, it allocates based on a block address.

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

In Windows-based file systems, a logical block of information on a disk containing one or more sectors.

A

Cluster (Allocation Unit)

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

Tracks that line up from top to bottom on the platters in a hard disk drive (like a stack of disk tracks).

A

Cylinders

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

A file management system that defines the way data is stored on a disk drive. This stores information about the file size and physical location on the disk.

A

File Allocation Table (FAT)

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

The file storage system that is the native system in Windows Versions starting with Windows NT.

A

New Technology File Systems (NTFS)

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

Files that contain information about the actual data.

A

Metadata

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

Blocking a group of tracks and sectoes to be used by a particular files system, such as FAT or NTFS. This is a hard disk management technique that permits the installation of multiple file systems on a single disk or the configuration of multiple logical heard drives that use the same file system on a single physical hard drive.

A

Partitioning

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

A process that prepares a disk partition (or removable media) for a specific file system.

A

High-Level Formatting (also known as formatting)

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

Hard drive in a computer that you can physically touch and that can be divided into one or more logical drives.

A

Physical Drive

17
Q

A software definition that divides a physical hard drives into multiple drives for file storage.

A

Logical Drive

18
Q

Table containing information about each partition on a disk. such as the type of partition size, and location. Also, the partition table provides information to the computer about how to access the disk.

A

Partition Table

19
Q

The Unix/Linux and Mac OS X equivalent of the Windows Master Boot Record (MBR), the area of the hard disk that stores partition information fo the disk.

A

Boot Block

20
Q

An area of a hard disk in MS-DOS and Windows that stores partition information bout that disk. These are not found on disks that do not support multiple partitions.

A

Master Boot Record (MBR)

21
Q

The logical portion of a hard disk drive that is currently being used to store data. In a PC system, the partition that contains the bootable operating system.

A

Active Partition

22
Q

An operating system command option that changes the way certain commands function. These are usually entered as one or more letters, separated from the main command by a forward slash (/) in Windows and by a dash (-) in Unix/Linux

A

Switch

23
Q

Used in FAT file systems so that when a file is written to disk, each cluster containing that file’s data has a pointer to the location of the next cluster of the data.

A

Linked List

24
Q

On a hard disk drive, areas of the surface that cannot be used to safely store data, They are usually identified by the format command or one of the hard drive utilities, such as chkdsk or e2fsck.

A

Bad Clusters

25
Q

Bits used as part of a directory entry to identify the type of file contained in each entry. The status bits in use are Volume, Directory, System, Hidden, Read-Only, and Archive.

A

Status Bits

26
Q

A series of characters that identify a disk drive or the file system it is using.

A

Volume Label

27
Q

Older-Style file name format in which the name of the file can be up to eight characters long, followed by a period and an extension of three characters.

A

8.3 Filenames

28
Q

In MS-DOS and Windows-based systems, that part of a filename that typically identifies the type of file associated with the name. These are typically three characters long.and include standard notations.

A

Extension

29
Q

A name for a file, folder, or directory in a file system in which the name can be up to 255 characters in length. These in Windows, Unix/Linux, and Mac OS systems are also POSIX compliant in that they honor uppercase and lowercase characters.

A

Long Filename (LFN)

30
Q

A 16-bit character code that allows for the definition of up to 65,536 characters.

A

Unicode

31
Q

In Windows versions starting with Windows XP, a file management system similar to the FAT and directories used in MS-DOS and earlier versions of Windows. This table is located at the beginning of the partition. The boot sector is located ahead of this, just as in the FAT system.

A

Master File Table (MFT)

32
Q

A UNIX standard designed to ensure portability of applications among various versions of UNIX

A

Portable Operating System Interface (POSIX)

33
Q

The ability of a file system or software (such as database software) to track file changes so that if a system crashes unexpectedly, if is possible to reconstruct files or to roll back changes with minimal or no damage.

A

Journaling

34
Q

A procedure used by a file system that can detect a damaged disk area and then automatically copy information form that area to another disk area that is not damaged

A

Hot Fix

35
Q

A technique new to NTFS 5 so that shortcuts, such as those on the desktop, are not lost when files are moved to another volume.

A

Distributed Link Tracking

36
Q

Allocating a specific amount of disk space to a use or application with the ability to ensure that the user or application cannot use more disk space than is specified in the allocation.

A

Disk Quota

37
Q

A tool that rearranges data on a disk in a continuous fashion, ridding the disk of scattered open clusters.

A

Defragmenter

38
Q

A 32-bit file system used on CD-ROMs and DVDs.

A

CD-ROM File System (CFDS)

39
Q

A removable disk formatting standard used for large-capacity CD-ROMs and DVD-ROMs.

A

Universal Disk Format