Which of the following statements is true about file storage on a FAT file system?
A. the clusters are organized as a linked-list
B. if a file only uses part of a cluster, the next file uses the rest of the cluster
C. the filename is stored in the first cluster occupied by the file
D. the final cluster is filled in with all 0's to indicate the end of file
Answer: A
You might also like to view...
Which of the following is an IP address exposed to the public Internet that clients use to access resources on VMs in the datacenter?
A. SLB B. VIP C. DIP D. VMQ
Android Studio’s app templates have been updated to use the library, enabling the new apps you create to run on almost all Android devices, including ones with older Android versions.
a. Compatibility b. AppCompat c. SupportLibrary d. None of the above.
The most widely used SCP client is the command-line program ____________________, which is provided in many implementations of SSH.
Fill in the blank(s) with the appropriate word(s).
?Which of the following functions increases the value of each item in an array by 1?
A. ?sum() B. ?AddArray() C. ?StepUp() D. ?ceil()