Match each item with a statement below.
A. file system first used by Windows 95 OSR 2 that uses 32-bit sector addresses
B. the overall structure in which files are named, stored, and organized
C. a restriction on user's ability to exceed limits placed on file system resources
D. the smallest unit of space on a disk - typically 512 bytes
E. preparing a file system so that a disk can be used to store programs and data
F. a hidden file on a hard drive that is used to hold parts of programs and data files that do not fit in memory
G. the scattering of parts of the same file over different areas of a hard drive
H. the process of encoding data to prevent unauthorized access
I. a disk storage unit that consists of a fixed number of sectors
J. part of a UFS file system that describes the file system's geometry, statistics, and behavioral parameters
A. FAT32
B. file system
C. quota
D. sector
E. formatting
F. swap file
G. fragmentation
H. encryption
I. cluster
J. superblock
You might also like to view...
Match the following terms to their meanings:
I. live preview II. drag-and-drop III. paste IV. cut V. wordwrap A. words within a paragraph automatically move to the next line B. shows result of formatting changes on selected text prior to applying C. add text or object to a new location D. text or object removed from its current location E. moving selected text with the mouse
Which operation will write val to the item at position i in anArray?
A. anArray[i] = val; B. anArray[i] = val; C. anArray.val[i]; D. val = anArray[i];