0% found this document useful (0 votes)
3 views

embedded_basics

Physical memory, or RAM, is a volatile memory that requires a continuous power supply to retain data. It is directly accessible by the CPU, allowing for faster execution of programs compared to accessing data from the hard disk. Power failures can erase the data stored in physical memory, which is organized in a linear addressable manner.

Uploaded by

Narendra Sv
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

embedded_basics

Physical memory, or RAM, is a volatile memory that requires a continuous power supply to retain data. It is directly accessible by the CPU, allowing for faster execution of programs compared to accessing data from the hard disk. Power failures can erase the data stored in physical memory, which is organized in a linear addressable manner.

Uploaded by

Narendra Sv
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 12

What is Physical Memory

Physical memory refers to the RAM or the primary memory in the


computer. Physical
Whatmemory is a volatile memory. Therefore, it requires
is Physical Memory
Physical
a continuous flow memory
of power torefers
retainto the RAMHowever,
data. or the primary
power failures and
interruptions memory
can in the computer. Physical memory is a
erase the data in the physical memory. Also, this
volatile memory. Therefore, it requires a
memory is linearly addressable.
continuous In other
flow of power words,
to retain the memory addresses
data. However,
increases
power failures in a linearcan
and interruptions manner.
erase the data
in the physical memory. Also, this memory is
The CPU can directly
linearlyaccess the In
addressable. physical memory.
other words, It holds programs on
the physical
the executionmemory
lineup.thanUsually, the hard disk stores the programs. It
accessing
requires more time for the CPU to access the hard disk always to
execute programs. Therefore, those programs are first placed in the
physical memory so that the CPU can execute them faster. It takes less
time to access data from the physical memory than accessing

You might also like