Disk cleaning is the process of eliminating the amount of fragmentation in a file system to make file chunks (512 K blocks) closer together and increase free space areas on a disk
Indicate whether the statement is true or false.
False—This describes defragmentation. Fragments of files are not always stored contiguously on a hard drive but are often scattered. This defragmentation process can improve the read/write performance of the file system.
Computer Science & Information Technology
You might also like to view...
The variable used to keep a running total in a loop is called a(n) __________.
a. accumulator b. sentinel c. summation d. integer
Computer Science & Information Technology
A layout container’s ____ property stores a list of its child elements.
a) Children b) ElementList c) FlowItems d) List
Computer Science & Information Technology