mirror of
https://github.com/johnwinans/rvalp.git
synced 2025-09-27 21:22:44 -04:00
Add mention of RAM & ROM memory types.
This commit is contained in:
parent
55e4a3fccd
commit
b910801e98
@ -50,7 +50,8 @@ small blocks called \glspl{register}. These registers are used to
|
||||
hold individual data values that can be manipulated by the instructions
|
||||
that are executed by the CPU.
|
||||
|
||||
Another type of volatile storage is main memory.
|
||||
Another type of volatile storage is main memory
|
||||
(sometimes called \acrshort{ram})
|
||||
Main memory is connected to a computer's CPU and is used to hold
|
||||
the data and instructions that can not fit into the CPU registers.
|
||||
|
||||
@ -78,7 +79,8 @@ the registers and main memory is a desirable trait of good programs.
|
||||
Non-volatile storage is characterized by the fact that it will {\em NOT}
|
||||
lose its contents when it is powered off.
|
||||
|
||||
Common types of non-volatile storage are disc drives, flash cards and USB
|
||||
Common types of non-volatile storage are disc drives,
|
||||
\acrshort{rom} flash cards and USB
|
||||
drives. Prices can vary widely depending on size and transfer speeds.
|
||||
|
||||
It is typical for a computer system's non-volatile storage to operate
|
||||
|
Loading…
x
Reference in New Issue
Block a user