ROM is memory that can only be written
to once you can only change it when you
access bios
BIOS:basic input output system
not part of the CPU
VIRTUAL MEMORY
It allows us to run more applications on the
system than we have enough physical
memory to support.
Virtual memory is a memory
management capability of an
OS that uses hardware and
software to allow a computer
to compensate fro physical
memory shortages by
temporarily transferring data
from ran to disk storage
Physical storage is several typesof data storage
that exists in most computer systems
RAM
RANDOM ACCESS MEMORY
a type of computer
memory that can be
accessed randomly
that is any byte of memory
can be accessed without
touching the preceding bytes
RAM stores your data and
programs while you are
working on them
ram is volatile
CACHE
cache is a small part of the memory that's
part of the CPU than RAM
The CPU automatically checks cache for
instructions before the requesting data
from RAM
This saves fetching the instructions and data
repeatedly from RAM.
The more cache there is,the more data
can be stored closer to the CPU.
cache is graded as level 1 level 2 and level 3
l1:is usually part of the CPU chip itself and is
both the smallest and the fastest to access.its
size is often restricted to between 8KB and
64KB
L2 and L3 caches are bigger than L1.they are
extra caches built between the CPU and the
RAM. Sometimes L2 is built into the CPU with
L1.L2 and L3 caches take slightly longer yo
access than l.1. the more l2 and l3 memory
available,the faster a computer can run
Not a lot of physical space s allocated for
cache. There is more space for RAM'which is
usually larger and less expensive
SOLID STATE
all-electronic storage device that is an
alternative to a hard disk
its including mobile
devices,ipods,cameras,laptops and
desktops computers.
solid state are faster than
hard disks because there is
zero latency