Answer the following statements true (T) or false (F)
1. The Windows 2000 native file system is called FAT-32.
2. A Windows XP file is an object, and NTFS stores the file’s attributes inside the object
itself.
3. A file’s attributes are recorded in the master file table as an independent byte string that
can be created, read, and written, but not deleted.
4. A directory is a file of indexes to the other files within the directory.
5. The input output manager or I/O manager manages the system’s device drivers, works
with the virtual memory manager (VMM) to provide memory-mapped file I/O, and
manages the file system buffers.
1. F
2. T
3. F
4. T
5. T
You might also like to view...
In a text file, a tab stop is indicated by a semi-colon
Indicate whether the statement is true or false.
Accompanying the return instruction is:
a. Nothing. b. The value of return through the name of the module. c. Parenthesis only. d. Return values of the call-by-value parameters.