1.2 Memory And Storage Part 2 Flashcards
Denary/decimal/base10:
Standard number system, 10 digits
Binary:
2 digits 0/1. Computers use this system as computers are made up of switches that can be turned on and off
Overflow:
During binary arithmetic you could get a result that requires more bits than the CPU is expecting - this is called overflow
Binary shift:
Moves every bit in a binary number left or right a certain number of places. Gaps at beginning or end filled with 0s
Hexadecimal:
Base 16, uses 16 digits, 0-F(0-15) Large numbers can be written simply using Hex instead of binary
Alphanumeric characters:
Used to make words and strings. Include uppercase and lowercase letters, digits 0-9 and symbols
Character set:
Collections of characters that a computer recognises from their binary representation
ASCII+ Extended
Most commonly used character set in English. ASCII uses 7 bits, extended ascii uses 8 bits. 2^7 = 128, extended is 256
Unicode:
Uses 16 bits. Covers every possible character or symbol in all major languages.
Pixel:
Smallest identifiable area of an image. Each pixel is a single colour and is given a binary value which represents a colour
Colour depth:
Number of bits used for each pixel e.g. 2^2 = 4 colours
Resolution:
No. of pixels in an image. Often given as Widthxheight
Metadata:
Data stored in an image file about the picture
Analogue:
Sound recorded by a microphone as an analogue signal. They are pieces of continually changing data
Digital:
Analogue signals need to be converted into digital data so that computers can read and store sound files