Give Difference between fix partition and dynamic partition
Answers
Answered by
2
Answer:
In fixed partitioning, the main memory is not utilized effectively. The memory assigned to each process is of the same size that can cause some processes to have more memory than they need.
In dynamic partitioning, the main memory is utilized very effectively. The memory assigned to each process is exactly what is needed for the execution of the process..
Trust me.. it's right answer...
Hope this answer helpful to you...
Similar questions