Images Flashcards

1
Q

What are the 2 most popular types of input devices for creating an image in binary form?

A

Flatbed scanner

Digital camera

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

How does a digital camera work?

A

It has an image sensor that creates binary files directly.

These files are then stored in the camera’s memory card or transferred by USB cable and Wi-Fi into a computer

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

What are pixels?

A

One of the individual units (often called dots) that make up an image

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

What does increasing the number of pixels do?

A

Makes the image looks completely smooth (higher resolution)

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

How does a bitmap image file represent an image?

A

As a series of pixels

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

What is a popular bitmap image file format?

A

BMP (Device Independent Bitmap File)

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

Why can BMP files be large and take up a lot of storage?

A

It has data on every single pixel

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

What word can be used to describe a BMP file?

A

Uncompressed, as it has data on every single pixel

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

How are JPEG files compressed?

A

Lossy Compression - Some non-vital pixel information is discarded. So although some quality is lost

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

What is a megapixel equal to?

A

A unit of resolution equal to one million pixels

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

What can a binary number represent?

A

A single, specific colour

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

What do you need to display greater range of colours?

A

A greater range of binary numbers

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

How many colours will 2 binary numbers represent?

A

2 - black and white

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

What is a greyscale image?

A

An image containing only different shades of grey

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

What three colours can the cells in our eye pick up?

A

Red
Green
Blue

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

How much memory is assigned to each pixel?

A

1 byte of memory for each of those three values (RGB)

17
Q

How many different shades of red could be displayed with a 1 byte pixel?

18
Q

How many possible colours could be displayed with a 3 byte number system?

A

256x256x256 = 16.8 million

19
Q

What is colour depth?

A

The number of bits per pixel used to represent a colour

20
Q

What does a greater colour depth mean?

A

The better the colour rendering

21
Q

What happens to the file size with a greater colour depth?

A

A larger file size because it is storing more bits per pixel

22
Q

What is colour depth measured in?

A

Bits per pixel

23
Q

What is image resolution?

A

The number of pixels per inch

24
Q

What does a higher number of pixels cause?

A

A greater resolution

25
What is resolution measured in?
Dots per inch (dpi)
26
What does a high resolution mean for an image?
A greater amount of detail can be seen
27
What happens to the file size with a greater resolution?
The file size gets larger because more information needs to be stored about the image
28
What is metadata?
Extra information stored in the image file to help render it properly
29
What are digital images stored as?
Data files
30
What 6 things does metadata include?
``` Width in pixels Height in pixels Horizontal resolution in dpi Vertical resolution in dpi Colour (bit) depth Dimensions ```
31
What does metadata help an application to do?
Render an image properly