Computer Science, asked by neerjakople, 1 year ago

What’s the process through which on-disk tree files periodically merged to create larger consolidated stores?
Options are - 1. Partioning 2. Replication 3. Sharing 4. Compaction 5. None of these

Answers

Answered by sakshisha
0
1) partioning is your answer .

hope it help .

mark as brainliest.
Answered by orangesquirrel
0

The correct answer is (5)- None of these.


It is Defragmentation.

It is a process by which files which are scattered in the memory/hard disks are merged into a compact block.


It aims to create larger blocks of memory using compaction. It works as a maintainance method of the file system.


Defragmentation comes with the system software and it can be periodically used by setting up a timer.

Similar questions