Module 03 - Logical Structure of a Disk

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

1/80

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:11 PM on 4/2/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

81 Terms

1
New cards

What is the file system and software utilized to control access to the storage on the disk?

The logical structure of a hard disk

2
New cards

True or False: The logical structure of the hard disk directly influences the consistency, performance, compatibility, and expandability of the storage subsystems of the hard disk?

True

3
New cards

What are the smallest accessible storage units on a hard disk?

Clusters

4
New cards

What are formed by combining sectors to ease the process of handling files?

Clusters

5
New cards

Also called allocation units, ___________ are sets of tracks and sectors ranging from cluster number 2 to 32 or higher, depending on the formatting scheme.

Clusters

6
New cards

The process by which files are allocated to clusters is called______; therefore, _________ are also known as allocation units

Allocation and Clusters

7
New cards

Every ________ is a continuous chunk of space on the hard disk.

Cluster

8
New cards

In a _________, when the file system stores a file smaller than the cluster size, the extra space gets wasted and is called slack space.

Cluster

9
New cards

What has a significant impact on the performance of an OS and disk utilization?

Cluster sizing

10
New cards

What determines the size of a cluster, and larger volumes use larger cluster sizes? The system can change the cluster size of an existing partition to enhance performance

Disk partitioning

11
New cards

A large cluster size (greater than one sector) has which of the follwing effects?

Minimizes the fragmentation problem

12
New cards

A large cluster size (greater than one sector) has which of the follwing effects?

Increases the probability of unused space in the cluster

13
New cards

A large cluster size (greater than one sector) has which of the follwing effects?

Reduces the disk storage area in which information can be saved

14
New cards

A large cluster size (greater than one sector) has which of the follwing effects?

Reduces the unused area on the disk

15
New cards

What is a File Allocation Table (FAT) error that occurs when the OS marks clusters as used but does not allocate any file to them?

Lost cluster

16
New cards

What is mainly the result of a logical structure error and not a physical disk error?

Lost cluster

17
New cards

What occurs when the user does not close files properly or shuts down a computer without closing an application? These errors also occur owing to disk corruptions such as bad drivers and resource conflicts.

Lost clusters

18
New cards

True or False: Disk-checking programs can examine a complete disk volume for lost clusters. To detect lost clusters, one can use a program that can save them as a file or clear them.

True

19
New cards

What is a system tool in Windows that authenticates the file system reliability of a volume and repairs logical file system errors?

CHDSK

20
New cards

Which of the following Disk-checking programs can scan the computer system for lost clusters from a certain procedure?

A duplicate copy is generated in the memory of FAT while noting all of the clusters marked as “in use.”

21
New cards

Which of the following Disk-checking programs can scan the computer system for lost clusters from a certain procedure?

Beginning from the root directory, the clusters utilized by a file are traced and marked as “accounted for” to connect them to the file. This procedure is repeated for all the subdirectories.

22
New cards

Which of the following Disk-checking programs can scan the computer system for lost clusters from a certain procedure?

Lost clusters or “orphan” clusters are marked in the FAT as being used but have no link to any file.

23
New cards

What is a built-in Windows utility that helps detect errors in the file system and disk media?

Chkdsk.exe or Check Disk

24
New cards

What should be used in the case of issues such as blue screens and difficulty to open or save files or folders? This utility also checks for bad sectors and lost clusters.

Check Disk utility

25
New cards

List the steps to use the command-line version of the Check Disk utility.

Open Command Prompt by typing cmd in the Run utility, Enter chkdsk in Command Prompt to run the Check Disk utility in the, read-only mode, After completing a scan, the Check Disk utility will display the status of the current drive

26
New cards

What is the wasted area of a disk cluster lying between the end of a file and the end of the cluster; it is created when the file system allocates a full cluster to a file smaller than the cluster size?

Slack space

27
New cards

Which of the following slack types is the data storage space that starts from the end of a file to the end of the last sector of the file?

RAM slack

28
New cards

Which of the following slack types is the data storage space that starts from the end of the last sector of a file to the end of the last cluster of the file?

Drive slack

29
New cards

Often, _______ can contain relevant suspect information required by a prosecutor to present as evidence in court.

Slack space

30
New cards

What refers to a hard disk’s first sector or sector zero, which specifies the location of an OS for the system to load into the main storage?

Master Boot Record (MBR)

31
New cards

What is also called the partition sector or master partition table as it contains a table that locates partitioned disk data. A program in the record loads the rest of the OS into the RAM?

Master Boot Record (MBR)

32
New cards

What file contains information about various files present on the disk, their locations, and sizes. In practice, _______ almost always refers to the 512- byte boot sector or partition sector of a disk?

Master Boot Record (MBR)

33
New cards

What is the Master Boot Record (MBR) used for?

Holding a partition table which refers to the partitions of a hard disk

34
New cards

What is the Master Boot Record (MBR) used for?

Bootstrapping an OS

35
New cards

What is the Master Boot Record (MBR) used for?

Distinctively recognizing individual hard disk media with a 32-bit disk signature

36
New cards

The Master Boot Record (MBR) consists of which of the following structures?

Partition Table

37
New cards

The Master Boot Record (MBR) consists of which of the following structures?

Master Boot Code

38
New cards

What is a 64-byte data structure that stores information about the types of partitions present on the hard disk and their locations?

Partition Table

39
New cards

What table has a standard layout that does not depend on the OS and is capable of describing only four partitions, which are primary or physical partitions? All other partitions are logical partitions linked to one of the primary partitions.

Partition Table

40
New cards

What is a small piece of computer code that the system loads into the BIOS and executes to initiate the system’s boot process?

Master Boot Code

41
New cards

Which of the following does the master boot code implement a function?

Examines the partition table to find the active partition

42
New cards

Which of the following does the master boot code implement a function?

Locates the first sector of the active partition

43
New cards

Which of the following does the master boot code implement a function?

Loads a boot sector copy from the active partition into memory

44
New cards

Which of the following does the master boot code implement a function?

Transfers control to the executable code in the boot sector

45
New cards

The structure of a Master Boot Record (MBR) consists of three parts. Which of the following is one of the three parts?

Master Boot Code or Boot Strap

46
New cards

The structure of a Master Boot Record (MBR) consists of three parts. Which of the following is one of the three parts?

Partition Table

47
New cards

The structure of a Master Boot Record (MBR) consists of three parts. Which of the following is one of the three parts?

Disk Signature

48
New cards

What part of the structure of the Master Boot Record (MBR) is an executable code and responsible for loading OS into computer memory and consists of a data structure of 446 bytes?

Master Boot Code or Boot Strap

49
New cards

What part of the structure of the Master Boot Record (MBR) maintains the data of all the hard disk partitions and consists of a data structure 64 bytes?

Partition Table

50
New cards

What part of the structure of the Master Boot Record (MBR) is located at the end of the MBR and contains only 2 bytes of data and is required by BIOS during booting?

Disk signature

51
New cards

In UNIX/Linux, the ____ command helps create backups and restore Master Boot Record (MBR).

dd

52
New cards

What is the creation of logical divisions on a storage device (HDD/SSD) to allow the user to apply OS-specific logical formatting?

Disk partitioning

53
New cards

What refers to the creation of logical drives for effective memory management, and a partition is a logical drive for storing data?

Partitioning

54
New cards

What allows an investigator to access these hidden or vacant areas of the disk?

Disk Editor

55
New cards

Partitions have two types, which of the following is one of the two?

Primary partition

56
New cards

Partitions have two types, which of the following is one of the two?

Extended partition

57
New cards

Which of the following partition type is the drive that holds information regarding the OS, the system area, and other information required for booting? In MS-DOS and earlier versions of Microsoft Windows systems, the first partition (C:) must be a primary partition.

Primary partition

58
New cards

Which of the following partition type is the logical drive that holds information regarding the data and files stored on the disk?

Extended partition

59
New cards

Which of the following tools are available for examining disk partitions to view file headers and important information about files?

Disk Edit

60
New cards

Which of the following tools are available for examining disk partitions to view file headers and important information about files?

WinHex

61
New cards

Which of the following tools are available for examining disk partitions to view file headers and important information about files?

Hex Workshop

62
New cards

What is data structure situated at sector 1 in the volume boot record (VBR) of a hard disk and explains the physical layout of a disk volume?

BIOS Parameter Block (BPB)

63
New cards

What describes the physical layout of a data storage volume, such as the number of heads and the size of the tracks on the drive?

BIOS Parameter Block (BPB)

64
New cards

______ in file systems such as FAT12 (except in DOS 1.x), FAT16, FAT32, HPFS (High Performance File System), and NTFS (New Technology File System) defines the filesystem structure.

BIOS Parameter Block (BPB)

65
New cards

What assists investigators to locate the file table on the hard drive?

BIOS Parameter Block (BPB)

66
New cards

What is a 128-bit unique number generated by the Windows OS for identifying a specific device, a document, a database entry, and/or the user?

Globally Unique Identifier (GUID)

67
New cards

In general, _________ are displayed as 32 hexadecimal digits with groups separated by hyphens.

Globally Unique Identifier (GUID)

68
New cards

Which of the following is a common use for Globally Unique Identifiers (GUID)?

GUIDs are used to identify COM (Component Object Model

69
New cards

Which of the following is a common use for Globally Unique Identifiers (GUID)?

In database tables, GUIDs are used as primary key values

70
New cards

Which of the following is a common use for Globally Unique Identifiers (GUID)?

In some instances, a website may assign a GUID to a user’s browser to record and track the session

71
New cards

Which of the following is a common use for Globally Unique Identifiers (GUID)?

Windows assigns a GUID to a username to identify user accounts

72
New cards

True or False: The Windows OS assigns a GUID to the registry for recognizing Component Object Model (COM) dynamic-link libraries (DLLs) as well as to user accounts by username (domain).

True

73
New cards

What is a standard partitioning scheme for hard disks and a part of the Unified Extensible Firmware Interface (UEFI), which replaces legacy BIOS firmware interfaces?

Globally Unique Identifier (GUID)

74
New cards

What replaces legacy BIOS firmware interfaces?

Unified Extensible Firmware Interface (UEFI)

75
New cards

What assigns 16,384 bytes for the Partition Entry Array. Since the disk has 512-byte sectors with a partition entry array of 16,384 bytes and a minimum size of 128 bytes for each partition entry, LBA 34 is the first usable sector?

Unified Extensible Firmware Interface (UEFI)

76
New cards

Which of the following are advantages of the GUID Partition Table GPT disk layout?

Supports a maximum partition size ranging from 2 Tebibytes (TiB) to 8 Zebibytes (ZiB)

77
New cards

Which of the following are advantages of the GUID Partition Table GPT disk layout?

It allows users to have 128 partitions in Windows using the GPT partition layout

78
New cards

Which of the following are advantages of the GUID Partition Table GPT disk layout?

GPT partition and boot data are more secure than MBR because GPT stores data in multiple locations across a disk

79
New cards

Which of the following are advantages of the GUID Partition Table GPT disk layout?

Provides primary and backup partition tables for redundancy

80
New cards

Which of the following are advantages of the GUID Partition Table GPT disk layout?

It uses cyclic redundancy checks (CRCs) to ensure data integrity

81
New cards

Which of the following are advantages of the GUID Partition Table GPT disk layout?

Uses CRC32 checksums that detect errors in the header and partition table

Explore top flashcards

flashcards
Astronomy Science
63
Updated 934d ago
0.0(0)
flashcards
Fr. 4: Les Vêtements
35
Updated 1056d ago
0.0(0)
flashcards
PID Part 1
69
Updated 472d ago
0.0(0)
flashcards
AP Biology Unit 6
79
Updated 202d ago
0.0(0)
flashcards
ASD4 Cap 3
35
Updated 1154d ago
0.0(0)
flashcards
World History - Imperialism Test
53
Updated 1101d ago
0.0(0)
flashcards
Cerebellum
46
Updated 1032d ago
0.0(0)
flashcards
Astronomy Science
63
Updated 934d ago
0.0(0)
flashcards
Fr. 4: Les Vêtements
35
Updated 1056d ago
0.0(0)
flashcards
PID Part 1
69
Updated 472d ago
0.0(0)
flashcards
AP Biology Unit 6
79
Updated 202d ago
0.0(0)
flashcards
ASD4 Cap 3
35
Updated 1154d ago
0.0(0)
flashcards
World History - Imperialism Test
53
Updated 1101d ago
0.0(0)
flashcards
Cerebellum
46
Updated 1032d ago
0.0(0)