Computer Science, asked by wwwpiyumori, 27 days ago

Give an example of non-
contiguous group of files.​

Answers

Answered by snigdhasen723
6

Explanation:

Uniprogramming:

In the uniprogramming technique, the RAM is divided into two parts one part is for the resigning the operating system and other portion is for the user process. Here the fence register is used which contain the last address of the operating system parts. The operating system will compare the user data addresses with the fence register and if it is different that means the user is not entering in the OS area. Fence register is also called boundary register and is used to prevent a user from entering in the operating system area. Here the CPU utilization is very poor and hence multiprogramming is used.

Multiprogramming:

In the multiprogramming, the multiple users can share the memory simultaneously. By multiprogramming we mean there will be more than one process in the main memory and if the running process wants to wait for an event like I/O then instead of sitting ideal CPU will make a context switch and will pick another process.

Contiguous memory allocation

Non-contiguous memory allocation

Similar questions