Mr White Test 2 Flashcards
How many unique characters are on a keyboard
98
What is a Character set
A set of letters, symbols and digits that can be represented on a computer
What are the two major character sets in use today
ASCII and unicode
What does Unicode do better than ASCII
Stores characters in less bytes
What does ASCII do
Encodes 128 characters into 7 bit binary code
How many characters can unicode store
17 x 2^16
What are storage forms of images
JPEG, PNG, GIF, BITMAP, TIFF, HEIC
What are the two main types of graphics formats
Bitmaps and vectors
What are bitmap images made up of
Pixels
What is a pixel
The smallest identifiable area of an image
What is each pixel
A single colour that is given a binary value that represents that colour
What is the resolution of an image
The total number of pixels in an image (width x height)
What is PPI or DPI
Pixel per inch / dots per inch. 72 PPI is typical resolution
What is colour depth
The number of bits available to store the colour of each pixel
How many colours can you represent with 3 bits
- This is a colour depth of 3
What are some different ways to represent colour
Red green blue (RGB), hue saturation value (HSV), hue saturation lightness (HSL)
What is the standard depth of colour
24 bit RGB
Example question: Mary has an image with a 2 bit colour depth that is 300 by 400 pixels. What is the representation in bytes?
30000 bytes