Text and Images Flashcards

1
Q

What is a bitmap image?

A

A collection of pixels where each pixel is assigned a value that represents it’s colour.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a pixel?

A

picture element

The smallest block of colour in an image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is colour/bit depth?

A

The number of bits used to represent the colour of a single pixel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Rule for colour depth

A

For n bits you can store 2^n different colour codes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is image resolution?

A

The number of pixels in the image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

image size

A

number of pixels x colour depth

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is meant by image metadata?

A

Image files usually also contain metadata .
Metadata means ‘data about data’
It provides additional information about the image.
Computers needs this data to interpret the file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

6 examples of image metadata

A
file format - eg JPG, GIF, BMP, PNG
resolution
colour depth
time/date the image was taken
camera settings
GPS data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

how captured camera images are converted to digital photo files

A

Image is turned into pixels
Pixels form a grid
Each pixel is give a binary value
Each pixel is given a colour
Pixels are stored in the correct sequence
Meta data is also stored about the image e.g. dimensions/resolution/colour depth
Different file formats are used e.g. JPEG

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What happens when you increase the colour depth of an image?

A

The quality of the image increases
You are more accurately able to represent the range of colours
Also increases the memory size of the image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What happens when you increase the number of pixels in an image?

A

The density of pixels in the same sized area increases
improving sharpness
Can enlarge without visible loss of quality
Increases the memory size of the image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Examples of character sets

A

ASCII
Extended ASCII
Unicode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a character set?

A

A character set is a complete set of the characters and their character codes that can be recognised by a computer system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is character code?

A

A value/binary number that represents a character

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is ASCII?

A

American Standard Code for Information Interchange.
A character set used to represent 128 characters
It uses 7 bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is extended ASCII

A

A character set used to represent 256 characters

It uses 8 bits

17
Q

Unicode

A

A character set used to represent 2^16 characters

It uses 16 bits

18
Q

Advantages of Unicode

A

Uses more bits per character so can represent a wider range of characters and therefore more languages

19
Q

disadvantage of Unicode

A

takes up more storage/memory space