Podcast
Questions and Answers
Which type of partition stores information about partitions on the disk itself?
Which type of partition stores information about partitions on the disk itself?
- GUID Partition Table (GPT)
- Logical drive
- Extended partition
- Master boot record (MBR) (correct)
What is the purpose of partitioning a fixed disk before performing a high-level format?
What is the purpose of partitioning a fixed disk before performing a high-level format?
- To clone an image
- To create a file system (correct)
- To choose partition and file system options
- To configure an answer file
What is the difference between a system partition and a boot partition?
What is the difference between a system partition and a boot partition?
- The system partition is referred to as the active partition, while the boot partition is referred to as the system reserved.
- The system partition contains the OS boot loader, while the boot partition contains the Windows operating system files. (correct)
- The system partition is on a logical drive in an extended partition, while the boot partition is on a primary partition.
- The system partition contains the Windows operating system files, while the boot partition contains the OS boot loader.