312-49 · Question #666
UEFI is a specification that defines a software interface between an OS and platform firmware. Where does this interface store information about files present on a disk?
The correct answer is B. GUID Partition Table (GPT). UEFI uses the GUID Partition Table (GPT) to store information about partitions and files on a disk. GPT replaced the older Master Boot Record (MBR) partitioning scheme and supports larger disks (beyond 2 TB), more partitions, and includes redundancy features like a backup…
Question
UEFI is a specification that defines a software interface between an OS and platform firmware. Where does this interface store information about files present on a disk?
Options
- ABIOS-MBR
- BGUID Partition Table (GPT)
- CMaster Boot Record (MBR)
- DBIOS Parameter Block
How the community answered
(34 responses)- B91% (31)
- C6% (2)
- D3% (1)
Explanation
UEFI uses the GUID Partition Table (GPT) to store information about partitions and files on a disk. GPT replaced the older Master Boot Record (MBR) partitioning scheme and supports larger disks (beyond 2 TB), more partitions, and includes redundancy features like a backup partition table at the end of the disk. The BIOS-MBR and MBR are associated with legacy BIOS systems, not UEFI. The BIOS Parameter Block is a data structure within the boot sector of a volume, not the UEFI partition information store.
Topics
Community Discussion
No community discussion yet for this question.