2.1.4 Data Representation Flashcards
How many bits in a nibble?
4 bits are in a nibble
How many bits are in a byte?
8 bits are in a byte
How many byte in a kilobyte (Kb)?
1024/1000 bytes in a kilobyte
How many kilobytes in a megabyte (Mb)?
1024/1000 kilobytes in a megabyte
How many megabytes in a gigabyte (Gb)?
1024/1000 megabytes in a gigabyte
How many gigabytes in a terabyte?
1024/1000 gigabytes in a terbyte
What base number is binary?
Binary is a base 2 number system
What is ASCII? and what does it do?
Its the American Standard Code for Information Exchange. It turns the binary representation into a letter (based on the English alphabet)
What is Hexadecimal?
A base 16 number system used to make binary easier to understand, but has to be translated for computers to understand
What is hexadecimal used for?
Colour referencing (red, blue, green), assembly language, error messages and MAC address
What are the numbers for a hex table?
0 = 0 1 = 1 2 = 2 3 = 3 4 = 4 5 = 5 6 = 6 7 = 7 8 = 8 9 = 9 10 = A 11 = B 12 = C 13 = D 14 = E 15 = F
What are images made up of?
Dots aka pixels
Why is an image called a bitmap?
Because it’s a map of bits (pixels)
What does PPI stand for?
Pixels per inch
What does DPI stand for?
Dots per inch