Main Memory Definition and Explanation PDF Download
Learn Main Memory definition in operating system with explanation to study “What is Main Memory”. Study main memory explanation with operating system terms to review operating system course for online degree programs.
Main Memory Definition:
Memory that is internal to the computer system, is program addressable and can be loaded into registers.
Operating Systems by William Stallings
Main Memory Explanation:
Main memory is the physical memory that is the internal computer memory. The term main is used to distinguish it from other external mass storage devices such as hard drives and solid state drives. Main memory is basically the RAM of the computer. The computer can only modify the data that is present in the main memory/RAM.
Keep Learning Operating System Explanations
What is Process Image?
A process image is an image of a process taken when the memory is allocated to it before execution. This ...
What is Disabled Interrupt?
A disabled interrupt is created by the operating system in order to gain access to internal data structures for a ...
What is Dispatch?
Dispatching is done by a dispatcher that is a module that gives control of the CPU to the process selected ...
What is Block?
A block is a contagious set of bits or bytes that forms an identifiable unit of data. In some databases, ...
What is Trace?
Trace is a log of operating system calls made by a process can be used for debugging, verification and reverse ...
What is Multiprocessor?
Multiprocessor is a type of processor that constitutes of two or more central processing units (CPUs) within a single computer ...