| A | B |
| What command would display only the volume label of the disk in the default drive? | VOL |
| What is the smallest unit DOS will read and write to? | Clusters |
| Which item is a map of the disk that keeps track of where files are located on the disk? | File Allocation Table(FAT) |
| Which item stores information about every file on the disk, including such information as the files name and extension? | Directory |
| What command wold format the disk in drive A and place operationg system files on the formatted disk? | Format A:/S |
| Which command would tell you whether or not the FORMAT command is on the default disk but would not execute the FORMAT command? | DIR FORMAT.COM |
| Which command would format the disk in drive A and leave the most room for data files? | FORMAT A: |
| Formatted disks contain all of the following: | Boot Record, 2 copies of FAT, directory and data sectors |
| What are concentric circles on a disk called? | Tracks |
| What item indicates the version of DOS used to format that disk? | Boot Record |