?Match each term with its definition:

A. ?A Mac file that organizes the directory hierarchy and file block mapping for File Manager.
B. ??A block in the Linux file system where directories and files are stored on a drive.
C. In the Mac file system, a collection of data that can't exceed 512 bytes. Assembled in allocation blocks to store files in a volume.?
D. ?A key part of the Linux file system, these informatuin nodes contain descriptive file or directory data, such as UIDS, GIDs, modification times, access times, creation times, and file locations.
E. An area of the Mac file system containing information from the Master Directory Block.?
F. ?In the Mac file system, a group of consecutive logical blocks assembled in a volume when a file is saved.
G. ?A node that stores information about B*-tree file.
H. ?The part of a Mac file containing the file's actual data, both user-created data and data written by applications, as well as a resouce map and header information, window locations, and icons.
I. ?A block in the Linux file system that specifies and keep tracks of the disk geometry and available space and manages the file system.
J. The part of a Mac file containing file metadata and application information, such as menus, dialog boxes, icons, executable code, and controls. Also contains resource map and header information, window locations, and icons. ?


A. ?B*-tree
B. ?data block
C. ?logical block
D. ?inodes
E. ?Volume Control Block
F. ?Allocation Block
G. ?header node
H. ?data fork
I. ?superblock
J. resource fork

Computer Science & Information Technology

You might also like to view...

What is the output of the following code fragment?

{ int x=13; cout << x <<","; } cout << x << endl; a. 13,13 b. 0,13 c. 13,0 d. nothing, there is a syntax error.

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. The File class contains methods that allow you to check various properties of a file. 2. Binary files store data in the same format that is used by any common text editor. 3. Binary files can be handled more efficiently than text files. 4. The preferred stream classes for processing binary files are ObjectInputStream and ObjectOutputStream.

Computer Science & Information Technology

To include filenames in the structure shown by the Windows 10 TREE command, you should use what switch?

A. /A B. /D C. /F D. /T

Computer Science & Information Technology

What is the purpose of the DXDIAG command?

A) It is used to diagnose drive problems. B) It is used to start the Direct X diagnostics. C) It is used to install the DXDIAG utility onto the hard drive. D) It is used to configure drives from a command prompt.

Computer Science & Information Technology