Swapping for Memory Management By Operating System
What is Swapping ? Removing suspended or preempted processes from memory and their subsequent bringing back is called swapping. The basic idea of swapping is … Read More
What is Swapping ? Removing suspended or preempted processes from memory and their subsequent bringing back is called swapping. The basic idea of swapping is … Read More
How to protect memory in contiguous memory allocation methods ? Â In order to understand the concept of Memory protection first we need to know … Read More
 Contiguous Memory Management Methods There are following types of methods to partitioned the main memory in a contiguous manner. 1. Single Contiguous Memory Management System In this scheme, … Read More
What is Relocation in Operating System? In this Study Material for Gate Computer Science today we are going to tell about the relocation concept in Operating … Read More
 Resident Monitor and Bare Machine : An Overview What is resident monitor ? What is bare machine ? How memory is organized using bare machine … Read More
Most Common Programming Errors in C Hello Friends In this post, I am telling about some common programming errors that are mostly occurred at the … Read More