Memory & Storage Flashcards
Describe the differences between Primary and Secondary storage
Primary is quick, easily accessed by the CPU and is referred to as main memory (includes RAM and ROM). Secondary is slower however has a larger capacity and long-term
Describe the difference between volatile and non-volatile storage
Volatile storage is temporary, which means data is lost when the power is turned off. Non-volatile storage saves data
Why do computers need primary storage
Program instructions and data must be copied from the hard drive into RAM by the CPU because primary storage access speeds are much faster than secondary storage devices
What is RAM and what information is stored in it
Random Access Memory is volatile storage which stores all the programs which are currently running. RAM is made up of a large number of storage locations, each can be identified with a unique address
What is ROM and what information is stored in it
Read-Only Memory is non-volatile storage that cannot be changed. It stores BIOS for when the computer is switched on which will then load the operating system.
What is Virtual Memory
Computers use the HDD instead of RAM if RAM becomes too full. New data will be stored in RAM and unused data will be stored in Virtual Memory
Describe secondary storage and the characteristics
Non-volatile storage which can be accessed repeatedly. Capacity, cost, durability, portability, reliability and access speed
Describe secondary storage and the characteristics
Non-volatile storage which can be accessed repeatedly. Capacity, cost, durability, portability, reliability and access speed
Name the types of Magnetic storage and the characteristics
Magnetic HDD, floppy disk and magnetic tape which involves a disk platter and magnetic field to read/write data. Large capacity and cheaper than solid state, not durable or portable. Slow access but faster than optical
Name the types of Optical storage and the characteristics
CD, DVD and Blu-ray which involves a laser projecting beams of light onto a spinning disk. Portable, cheapest, low capacity, not durable and slow access speed
Name the types of Solid State storage and the characteristics
No moving parts SSD, USB and SD. High capacity but expensive. Durable and small and portable, fast access too
Why do computers use binary
Computer systems consist of millions of tiny transistors which are switches with only two values: 1,0. Therefore all data must be represented and processed this way.
List the units of data from smallest to largest
Bit = 1
Nibble = 2
Byte = 4
Kilobyte = 1000 bytes
Megabyte = 1000KB
Gigabyte = 1000MB
Terabyte = 1000GB
Petabyte = 1000TB
Why is Hexadecimal numbers are used as an alternative to binary
It’s used as a shorthand for binary because it uses fewer character to write the same value. This makes hexadecimal less prone to errors when reading and writing it, compared to binary
Explain what an overflow error is
When a binary value is too large to be stored in the bits available