1.2 Memory and storage Flashcards
(90 cards)
Define RAM
Random Access Memory is the main memory for the computer. It can be read and written to. RAM is volatile. RAM stores data, files and programs currently in use. Directly accessed by the processor.
Define ROM
Read Only Memory is non-volatile. ROM comes on a small factory made chip Built into the motherboard. It stores the instructions needed to boot (BIOS).
Define volatile
Volatile memory is temporary memory. It requires power to retain its data. Non-volatile is permanent memory; it keeps data even when the power is off.
Define virtual memory
When RAM is full, the operating system moves data from RAM to a location on secondary storage called virtual memory. The data is swapped back to RAM if needed. Virtual memory is simply an area of secondary storage that is used like RAM. It is temporary storage located on the hard disk
Define primary storage
Primary storage refers to the memory that is directly accessed by the CPU e.g. ROM, RAM, cache, registers.
Define secondary storage
Secondary storage is non-volatile. It is where all data (the operating system, applications and user files) are stored when not in use.
Define solid state storage
Solid-state drives (SSDs) are storage devices with no moving parts. SSDs have fast read/ write speeds. E.g. SSD internal/external drive, USB stick, SD card.
Define optical storage
Optical storage includes CDs, DVDs and Blu-ray. Optical Storage is very cheap per GB and is very portable.
Define magnetic storage
Magnetic storage includes hard drives and magnetic tape. Both of these have a large storage capacity and have a low cost per GB.
Define capacity
The amount of data that can be stored on the device.
Define reliability
The shelflife of the media. How long it will retain data so that it can be accessed reliably, and without error in the format in which it was originally saved.
Define speed
How quickly can the data be accessed from or written to the media.
Define portability
Can the media be easily moved about? This depends on both the size and weight of the media.
Define cost
How expensive the media is in terms of cost per gigabyte of storage.
Define durability
How resistant the media is to damage; whether it is rugged enough to survive knocks, scratches, etc.
Define bit
A single binary digit (one or zero).
Define nibble
Four bits or half a byte.
Define byte
Eight bits. A byte is enough to hold one typed character, e.g. B.
Define kilobyte
1000 bytes. About two pages of text.
Define Megabyte
1000 kB. One minute of MP3 audio equals 1MB. A high-quality digital image equals 2MB.
Define gigabyte
1000 MB. A DVD movie equals 4 to 8 GB.
Define terabyte
1000 GB. 1TB equals 250,000 photos. 1TB equals 250 films.
Define petabyte
1000 TB. 1PB equals 11,000 movies. One PB equals storing 4000 photos per day over an entire lifetime.
Define denary
In our standard number system, we have 10 digits: 0 1 2 3 4 5 6 7 8 9 This is called denary, decimal or base 10.