Chapter 4 - Data representation Flashcards
Character set
The list of codes and matching characters for a computer
Metadata
Data about data e.g. date made
Pixel
One dot in an image
Colour depth
Bits per pixel which decides how many colours each pixel could represent
Resolution
Number of pixels per unit
Sample interval
The time between samples taken of an audio file to convert it from analogue to digital
Bit rate
The amount of space needed for each sample
Operator (opcode)
Instruction part of binary code - bit pattern is unique in computer instruction set
Operand
Data part of binary code
Accumulator
Special register in the CPU used to store the results of any calculation
What is the order of units for data?
Bits, bytes, kilobytes, megabytes, gigabytes, terabytes
What is an overflow error?
When the result of an addition is too big to fit into the space given and an extra digit is needed - computers can’t handle this
Why is hex often used? (3)
1) Easy to convert to/from binary
2) Easy to work with
3) Saves space - uses fewer digits
How many colours can 8 bits per pixel represent?
2^8 = 256
How many bits per pixel is high colour and true colour?
16bbp - high
24bbp - true