1.2 Memory And Storage Flashcards
What is ROM?
A small piece of read-only memory located on the motherboard.
What are the characteristics of ROM?
Non-volatile and contains the very first instructions for the computer (bootstrap).
What is RAM?
Temporary storage of instructions and data.
What are the characteristics of RAM?
Holds information being executed by the processor, is volatile, and is much faster than the hard disk.
What does RAM hold?
RAM holds the operating system, programs, and data in use by the CPU when the computer is running.
Is RAM volatile or non-volatile?
RAM is volatile, meaning its contents are lost when the power is turned off.
Can data in RAM be read and written?
Yes, RAM allows both read and write operations.
How does the size of RAM compare to ROM?
RAM is large in comparison to ROM.
What does ROM hold?
ROM holds the first instructions for when the computer is first turned on, known as the bootstrap.
Where may programs be stored in ROM?
Programs may be stored in ROM in embedded systems.
Is ROM volatile or non-volatile?
ROM is non-volatile, meaning its contents remain when power is turned off.
Can data in ROM be read and written?
ROM is read-only.
How does the size of ROM compare to RAM?
ROM is small in comparison to RAM.
What is virtual memory?
Virtual memory is needed when there is not enough physical RAM to store the open programs.
Where is virtual memory held?
Virtual memory is held on the hard disk.
What happens to programs when they are not currently being executed?
Programs are transferred out to virtual memory from the RAM.
What happens to programs when they are needed again?
Programs are transferred back to RAM from virtual memory.
What is secondary storage?
Storage used for backing up and archiving of large amounts of data.
What is primary storage?
The operating system, programs, and data are held here when not in use.
What are examples of primary storage?
RAM, ROM, Registers & Cache.
What is tertiary storage?
Storage used for backing up and archiving of large amounts of data.
Why is secondary storage needed?
Secondary storage is needed because ROM is read-only and RAM is volatile.