1.2 - memory & storage Flashcards
(44 cards)
Primary storage
Also known as memory. Holds the data, programs and instructions currently in use. (includes RAM and ROM)
RAM (random access memory)
Stores programs and data before they are
processed by the CPU. Read/write memory, meaning the contents can be changed. The contents are lost when the computer is turned off (Volatile)
ROM (read only memory)
Data can be retrieved but not changed and the
contents are not lost when the computer is turned off. Used to store programs for an embedded system
Volatile memory
Data stored in volatile memory is lost when the computer is turned off
Non-volatile memory
Data stored in non-volatile memory is not lost when the computer is turned off
Virtual memory
Space on the computers’ hard drive is used as main memory (extra RAM), if RAM is full. Virtual memory is slower than main memory
Optical storage
A type of secondary storage which stores data on a spinning disk (made of plastic or metal). Data is read from and written to the disk using a laser.
Magnetic storage
A type of secondary storage which uses magnetic fields to store data. A read/write head reads and writes data from the media.
Solid state storage
A type of secondary storage which uses flash memory to store data. They have no moving parts and are much faster than optical or magnetic storage.
HDD (hard disk drive)
A magnetic storage drive which can store large amounts of data and is often the main method of secondary storage in personal computers. The drive contains a number of internal disks and a read/write head used to read and write data.
DVD (Digital Versatile Disk)
A high capacity optical storage disk commonly used for video storage. A range of capacities are available up to 17GB
CD (Compact Disk)
An optical storage disk is regularly used to store music. Capacity is typically around 800mb
SSD (Solid State Drive)
A solid state storage drive which carries out the function of a HDD. They are much faster than HDDs and less easy to damage as they have no moving parts. They are also more expensive and usually lower capacity.
Capacity
the amount of storage available
Cost
the price per gigabyte
speed
how fast the read/write process is
durability
how likely the storage is to break if it is dropped or worn over time
reliability
how well the storage will function over time
Portability
how easy it is to transport the storage device
What are the advantages and disadvantages of magnetic storage?
Advantages:
- capacity - high storage (100 terabytes)
- cost - low per gigabyte (0.018)
- speed - moderate
Disadvantages:
- durability - moving parts easily damaged
- portability - heavy and bulky so less convenient
- reliability - often have mechanical failure
What are the advantages and disadvantages of solid state storage?
Advantages:
- capacity - medium/high storage (128GB - 4TB)
- speed - very fast
- durability - no moving parts to damage
- portability - small and lightweight
Disadvantages:
- cost - high per gigabyte (0.15 to 0.50)
- reliability - limited read/write cycles
What are the advantages and disadvantages of optical storage?
Advantages:
- cost - low per gigabyte (0.001)
- durability - no moving parts
- portability - small and no moving parts
Disadvantages:
- capacity - very low (700 MB - 25 GB)
- speed - very slow read/write access
- reliability - prone to scratches
what is the ascending order of storage units?
- bit - either binary 0 or 1
- nibble - 4 bits (half a byte)
- byte - 8 bits
- Kilobyte (KB) - 1000 bytes
- Megabyte (MB) - 1000 KB
- Gigabyte (GB) - 1000 MB
- Terabyte (TB) - 1000 GB
- Petabyte (PB) - 1000 TB
Binary
A number system used by computers. It contains only two symbols, 0 and 1. It is also known as base 2.