Match the FAT system name to its description
I. File allocation table A. Has an upper limit of 4GB for file size
II. Root directory B. Has an upper limit of 2GB for file size
III. FAT 16 C. Resembles a phone book
IV. FAT 32 D. Lists other files and directories
C D B A
Computer Science & Information Technology
You might also like to view...
Each app must have one ____ file that holds essential information that the operating system must have before it can run an application.
A. app log B. manifest C. directory D. process
Computer Science & Information Technology
Declare and create an integer array that will contain the numbers 1 through 100. Use a for loop to initialize the indexed variables.
What will be an ideal response?
Computer Science & Information Technology