Data Representation Flashcards
What is meant by a charecter set?
A group of charecters which can be represented or coded
How many charecters can be represented with the 7-bit ASCII
128 charecters.
What is meant by a bit?
The smallest unit of data a computer can use.
What is the highest value that can be represented by a nibble?
1111
How many bits are there in a byte?
8 bits
How many bytes does 12 bits make?
1.5 bytes
How many megabytes are there in 3 gigabytes?
3000
An overflow error can occur when adding two 8-bit binary values. What is meant by an overflow error?
When the total from adding numbers cannot be stored into the CPU.
Why do people use hexadecimal values to represent numbers stored in computers?
Hexadecimal numbers use less memory so more can be stored.
Why is a check digit used?
To check for errors.
What does ASCII stand for?
American Standard Code for Information Interchange.
Why would Extended ASCII be used?
Extended ASCII would be used for special charecters and has more charecters than ASCII.
What is meant by Unicode?
Unicode is large set of charecters which is used widely because it supports different languages.
What is meant by a Pixel?
The smallest identifiable area of an image.
How many colours can be represented in an image with 8 bits?
256 colours.