UNDERSTANDING COMPUTER FILES
FILE SYSTEMS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Slack space lets us ____
|
Make a small file bigger without fragmenting data
|
|
Make a big file smaller by compressing data
|
|
Break a large file into smaller chunks
|
|
Quickly erase data
|
Explanation:
Detailed explanation-1: -Definition(s): The unused space in a file allocation block or memory page that may hold residual data.
Detailed explanation-2: -Too, slack space may hold the remnants of multiple deleted files; that is, as overlapping artifacts: files written, deleted overwritten by new data, deleted again, then overwritten again (just less extensively so). Slack can be a real mess.
Detailed explanation-3: -Unallocated space is free space on a hard drive that can be used to store data. It is a discrete number of clusters. Slack space is the unused space between the end of the actual file and the end of the cluster.
There is 1 question to complete.