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 Interrupt Handler?

Interrupt handler could be a callback function in an operating system, more specifically in a device driver, the execution of ...

What is Process State?

Process state is the information provided to the operating system in order for it to manage the processes according to ...

What is Prepaging?

Prepaging is a technique in which the operating system preloads the pages of a process's working set into memory in ...

What is Secondary Memory?

Secondary Memory is a device whose memory is non-volatile, meaning, the stored data will be intact even if the system ...

What is Time Slice?

Time slice is the period of time for which a process is allowed to run uninterrupted in a preemptive multitasking ...

What is Session?

A session is a collection of process groups, and all members of a process group are members of the same ...