As an Amazon Associate I earn from qualifying purchases.

Main Memory Notes: Definitions & Explanations PDF Download

Study Main Memory lecture notes PDF with operating system definitions and 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 Notes:

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 with Operating System Notes

What is Lightweight Process?

A lightweight process is a means of achieving multitasking. The threads created by users are implemented by allowing certain processes ...

What is Semaphore?

A semaphore is a variable or abstract data type used to control access to a common resource by multiple processes ...

What is Microkernel?

A microkernel is the smallest amount of software that can provide enough information of the mechanisms needed to implement an ...

What is Disk Cache?

A disk cache is a mechanism for improving the time it takes to write to and read from hard disk. ...

What is Busy Waiting?

Busy waiting is a phenomenon in which a process checks repeatedly for a certain condition. It is waitinf for the ...

What is Device Driver?

Device driver is a computer program that operates or controls a particular type of peripheral or device that is attached ...