read the assignment and answer the question, let me know if you havee a question
CSE 210 Machine & Assembler Language
Chapter 15 Assignments – submit a single text file
Read Chapter 15 and Answer the following (True/False).
1. Each read-write head in a disk drive moves independently of the other read/write heads.
2. A track contains multiple sectors.
3. Two important measurements of hard disk efficiency are the average seek time and the disk
rotation speed.
4. Translation of disk geometry to logical sector numbers is always performed by the
operating system.
5. A primary partition is usually bootable and holds an operating system.
6. An extended partition can be divided into any number of logical partitions.
7. Clusters are the basic unit of storage for directories and files in a FAT-type file system.
8. The cluster allocation table (CAT) keeps track of all clusters used by a file.
9. The FAT32 file system allows the setting of permissions on individual files and folders.
10. The NTFS file system allows permission settings for individual users, but FAT32 does not.
11. The Root Directory is a disk volume’s main directory.
12. A Root Directory entry that refers to a file contains the filename, size, attribute, and starting
cluster number used by the file.
1