Memory Flashcards
1
Q
What does primary storage consist of?
A
- Random Access Memory. (RAM)>
- Read Only Memory (ROM)
- ## Registers and Cache.
2
Q
Why do we need primary storage?
A
- Holds the data and instructions needed by the CPU whilst the computer is running.
- Data can be accessed much more quickly from primary storage then secondary storage.
3
Q
What is ROM?
A
- Small piece of read only memory located on the motherboard.
- Non-Volatile.
- Contains the very first instructions for the computer (bootstrap).
- Programmes may be stored in ROM in embedded system.
4
Q
What is RAM?
A
- Temporary storage of data and instructions.
- Holds information being executed by the processor.
- Volatile.
- Much faster than a hard disk.
- Holds the operating system.
- Larger in comparison to ROM.
5
Q
What is virtual memory?
A
- VM is used when there is not enough physical RAM to store the open programmes.
- Virtual memory is held on the hard drive.
- Programmes are transferred out of virtual memory from the RAM when they are currently not being executed.
- Programmes are transferred back into RAm from Virtual memory when they are needed to be executed.
6
Q
Why is secondary storage needed?
A
- Needed because ROM is read only and RAM is volatile.
- Secondary Storage is needed for:
- Storage of programmes + Data when power is turned off.
- Backup of data files.
- Archive of data files.
7
Q
Common Types of Storage:
A
- Optical.
- Magnetic.
- Solid-State.
8
Q
Optical Storage:
A
(CD-R, DVD,
- Low capacity compared to other types of storage.
- Slow to access data.
- Thin, Light weight and portable.
9
Q
Optical Storage:
A
(CD-R, DVD,
- Low capacity compared to other types of storage.
- Slow to access data.
- Thin, Light weight and portable.
10
Q
Solid State Memory: USB memory sticks, solid state drives.
A
- Medium storage capacity.
- Very quick to access data.
- No moving parts.
- ## Reliable.
- Disadvantages:
- Limited number of read/write cycles.
- Expensive compared to other types of storage.
11
Q
Magnetic: (Hard Disk Drive, Tape).
A
- High storage compacity.
- Quick to access data.
- Has moving parts however that may eventually fail.
- Hard disks perform better when they are defragmented.
12
Q
What factors needs to be taken account?
A
- Capacity.
- Speed.
- Portability.
- Durability.
- Reliability.
- Cost.
13
Q
When should optical be used?
A
- read only data distribution on a large scale.
-r a small capacity solution.
-
14
Q
When should magnetic be used?
A
- When high data capacity.
- Fast Access to data.
- Low cost solutions.
- Suitable for cloud storage on server farms.
15
Q
When should solid state storage be used?
A
- Suitable for low power, small embedded systems.
- rRugged applications