
Operating System Functions 2: Memory Management
This is the second of six short computer science lessons about the functions of an operating system. In this lesson you will learn about memory management. Memory management is one of the most important functions of an operating system. It is handled by a set of programs that lie at the heart of the operating system called the kernel. The allocation and deallocation of Random Access Memory (RAM) space to running programs and data is graphically illustrated, including the use of swap space to supplement the RAM with virtual memory.
Computer Science Lessons
Are you an undergraduate at university studying for a BSc. (Hons) degree in computer science? Perhaps you're studying for an Advanced level, GCSE, or similar qualification in computer science. You may even already be a working computer science professiona...