Topic 3-Data representation Flashcards
What do computers use to represent all data and instructions?
Tiny switches called transistors and electric circuits.
What are binary digits?
Bits, a nibble is 4 bits.
What are hexadecimal used for?
They provide a human friendly representation of binary values and are quicker to write and type. It is also less likely for humans to make mistakes.
What are binary shifts and how can they be used?
They can be used for simple division and multiplication and each number that goes out is discarded.
What is largest number 5 bits can represent?
31 but it can do 32 letters.
Why was ASCII created?
To standardise communication. 7 bits so 128 characters.
Why was unicode created?
So not only the English language could be represented. Uses 4 bytes so around 138,00 characters. The first characters were the same as ASCII so old systems did not have to update.
What is a picture element?
A pixel is the smallest element in an image.
What is a group of pixels together called?
A bitmap.
What is resolution?
The total number of pixels.
What is colour depth?
A colour depth of 3 can store 8 colours for one pixel.
What is RGB?
Used to combine light for more in depth pictures. 24 bits per colour so 8 for red, 8 for green and 8 for blue. This allows 256 colours. Charlie loves RGB.
What are the types for bitmap images?
.JPG, .PNG, .BMP AND .TIFF
How do you calculate the file size of an image?
Resolution x colour depth
What are vector graphics?
Creating an image with vector coordinates(pixels can not always be seen).