Correct Answer:
B. Master Boot Record (MBR)
This question pertains to the fundamental structure of a hard disk and the boot process. When a computer starts, it needs a specific location on the hard disk to find the initial instructions to load the operating system.
The correct answer is Master Boot Record (MBR). The MBR is a special type of boot sector located at the very beginning of a partitioned computer mass storage device, such as a hard disk. It contains the primary boot loader code, a disk's partition table, and a unique disk signature. The BIOS reads the MBR to initiate the boot process by finding the active partition and loading its boot sector.
- Boot Sector is a more general term for any sector on a hard disk or floppy disk that contains machine code to be loaded into RAM by a computer's built-in firmware. The MBR is a specific type of boot sector.
- FAT (File Allocation Table) is a type of file system used to manage how files are stored and retrieved on a disk, not a specific sector.
- Kernel is the core component of an operating system, responsible for managing system resources. It is loaded into memory by the boot loader, but it is not the first sector of the hard disk itself.