2.6 Data Representation Flashcards
What is Denary?
It is the decimal number system that we are used to
What is Binary?
0 and 1’s.
What is the purpose of Hexadecimal numbers?
Provide a human-friendly representation of binary-coded values
What is an Overflow error?
When the total amount does not fit in 8 bits
What is the effect of a binary shift to the left?
Multiplies the number by 2
What is the effect of a binary shift to the right?
Divides the number by 2
What are Character sets?
A table of data that links a character to a number
What is ASCII?
Is a character encoding standard for electronic communication
How many bits are in each character of ASCII?
Each character is represented by a 7-bit number
How many bits are in each character of extended ASCII?
Each character is represented by an 8-bit binary number
How many bits are represented in each letter of Unicode?
Each letter is represented by a 16-bit
What are the benefits of using Unicode?
This gives at least twice as many character options as ASCII
Allows the character set to represent characters and symbols from all languages.
What are images made up of?
Images are made up of pixels
What is the color of a pixel represented by?
A binary number
How many colors will there be in an image which uses 1 bit?
2 colors