FUNDAMENTALS OF COMPUTER

OPERATING SYSTEMS FOR COMPUTERS

COMPUTER OPERATING SYSTEMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Memory management ____
A
allocates time for processes to use the CPU
B
is responsible for creating, deleting, renaming of files and folders
C
organises programs and data that are presently being used by the CPU
D
is the method by which the user interacts with the computer system
Explanation: 

Detailed explanation-1: -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-2: -The correct answer is cache memory. Cache memory is a memory that temporarily stores frequently used instructions and data for quicker processing by the central processing unit (CPU) of a computer. It is used to store program data that is currently being executed in the CPU.

Detailed explanation-3: -operating system (OS), program that manages a computer’s resources, especially the allocation of those resources among other programs. Typical resources include the central processing unit (CPU), computer memory, file storage, input/output (I/O) devices, and network connections.

Detailed explanation-4: -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.

Detailed explanation-5: -The memory management function keeps track of the status of each memory location, either allocated or free. It determines how memory is allocated among competing processes, deciding which gets memory, when they receive it, and how much they are allowed.

There is 1 question to complete.