5. Which of the following folders in a Windows file system is NOT typically located directly off the
root?
6. You have just purchased a new hard drive to install in your Linux system. Before you can begin
using the drive to store files, which of the following task must you complete?
high-level format then partition
low-level format then partition
partition then high-level format
partition then low-level format
7. Which of the following statements is true about how disk drives are organized?
tracks are divided into sectors
each platter has one read/write head
cylinders are divided into tracks
sectors are divided into clusters
8. You have a new hard disk that you want to put two different OSs on but each OS requires a different
file system. What procedure must you perform before you can install the two OSs?
low-level format the disk and create two
separate directory structures
this is not possible; you need a second
physical hard disk
install the first OS and then create a new
folder off the root to install the second OS
partition the disk into two logical drives
and install an OS on each logical drive
9. Which of the following is NOT an element of the MBR on a Windows system?
10. If you have a Windows computer with three hard drives, each with three partitions, what drive letter is
assigned to the third partition on the third hard drive?
11. Which of the following statements is true about file storage on a FAT file system?
the clusters are organized as a linked-list
the filename is stored in the first cluster
occupied by the file
if a file only uses part of a cluster, the next
file uses the rest of the cluster
the final cluster is filled in with all 0’s to
indicate the end of file
12. Which of the following statements is true about the FAT directory structure?
two copies of the root directory are kept
for each partition
a backup of the FAT table is kept for each
partition
only 512 entries are allowed in the root on
a FAT32 partition
the FAT tables and root directory are
always stored at the end of each partition