As an Amazon Associate I earn from qualifying purchases.

Main Memory Notes: Definitions & Explanations PDF Download

Download Main Memory Notes App (Play Store) Download Main Memory Notes App (App Store)

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 Registers?

A register is one of the small set of data holding place that are part of the computer processor. A ...

What is Trusted System?

Trusted system is a system that is relied solely on a specified extent to enforce a specified security policy. This ...

What is Compaction?

Compaction is a process in which the free space is collected in a large memory chunk to make some space ...

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 Object Request Broker?

Object Request Broker is a middleware which allows program to be made from one computer to another through a computer ...

What is Thread Switch?

Thread switching is the process of switching control from one thread to another by operating system. This switching happens at ...