COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

OPERATING SYSTEMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Keeping track of the location of processes in memory and allocating space to new processes is known as____
A
Memory Management
B
Process Management
C
Memory Scheduling
D
Process Scheduling
Explanation: 

Detailed explanation-1: -Memory management is the functionality of an operating system which handles or manages primary memory and moves processes back and forth between main memory and disk during execution. Memory management keeps track of each and every memory location, regardless of either it is allocated to some process or it is free.

Detailed explanation-2: -Memory management is the process of controlling and coordinating a computer’s main memory. It ensures that blocks of memory space are properly managed and allocated so the operating system (OS), applications and other running processes have the memory they need to carry out their operations.

Detailed explanation-3: -Memory allocation is the process of reserving a partial or complete portion of computer memory for the execution of programs and processes. Memory allocation is achieved through a process known as memory management.

Detailed explanation-4: -Memory management is the process of allocating memory to programs and keeping the programs in memory separate from one another. Some systems divide memory into separate areas, called partitions or regions.

Detailed explanation-5: -In operating systems, memory management is the function responsible for managing the computer’s primary memory. The memory management function keeps track of the status of each memory location, either allocated or free.

There is 1 question to complete.