1.2 Memory and storage Flashcards
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.
Define binary
Binary only uses two different digits zero and one. Computers use this system as computers are made up of switches which can be on or off.
Define overflow
During binary arithmetic, you could get a result that requires more bits than the CPU is expecting – this is called overflow.
Define binary shift
A binary shift moves every bit in a binary number left or right a certain number of places. Gaps at the beginning or end of a number are filled with zeros.
Define hexadecimal
Hexadecimal (or base 16) uses 16 different digits: 0 1 2 3 4 5 6 7 8 9 A B C D E F. Large numbers can be written, simply using hex instead of binary.
Define alphanumeric characters
Alphanumeric characters are used to make words and strings. They include uppercase and lowercase letters, the digit 0 to 9, and symbols like: ? £ and +.
Define character set
Character sets of collections of characters that are computer recognises from their binary representation.
Define ASCII/ Extended ASCII
ASCII is the most commonly used character set in the English-speaking world. ASCII uses seven bits whereas extended ASCII uses eight bits. 2 to the power of seven equals 128, 2 to the power of eight equals 256.
Define Unicode
Unicode uses 16-bit. It aims to cover every possible character or symbol in all major languages. With 16 bits we can have: 2 to the power of 16 equals 65,536 different characters.
Define pixel
Pixel is the smallest identifiable area of an image. Each pixel has a single colour and is given a binary value which represents that colour.
Colour depth
Colour depth is the number of pets used for each pixel. E.g. two bits = four colours, three bits = eight colours, four bits = 16 colours.
Define resolution
Resolution is the number of pixels in the image. It is often given as width times height.
Define metadata
Meta data is the information stored in an image file about the picture. E.g. file format, height, width, colour depth, resolution.