Search Header Logo
BINARY AND DATA REPRESENTATION:  IMAGES

BINARY AND DATA REPRESENTATION: IMAGES

Assessment

Presentation

Computers

9th - 11th Grade

Practice Problem

Medium

Created by

Phil Golding

Used 59+ times

FREE Resource

6 Slides • 10 Questions

1

BINARY AND DATA REPRESENTATION: IMAGES

HOW WE USE BINARY TO STORE IMAGE DATA.

Slide image

2

How can a bitmap image be represented in binary?

  • Bitmap images are made up of individual pixels (picture elements).

  • The colour of each pixel is represented as a binary number.

  • The image is therefore stored as a series of binary numbers.

  • The program loading the image needs to know things like the image resolution and colour depth before it can convert the binary back into an image and display it.

3

Colour depth?

  • Colour depth describes how many memory bits are used to store a pixel's colour.

  • If 1 bit is used: 2 colours can be stored (0 = the 1st and 1 = the 2nd).

  • Monochrome images used by early computer monitors.

  • LOW COLOUR DEPTH = LOW MEMORY REQUIREMENT

Slide image

4

Depth & Memory

  • If only 1 bit is used per pixel then 2 colours can be stored.

  • If 2 bits are used per pixel then 4 colours can be stored.

    00 = colour 1

    01 = colour 2

    10 = colour 3

    11 = colour 4

  • The memory needed to store an image with 2 bit colour depth is twice that of the same 1 bit image.

Slide image

5

Available Colours

  • Up to 8 bit colour depth it is possible to have a code for each colour. This is called direct colour

  • Beyond 8 bits it is easier to define a colour by how much RED, GREEN and BLUE (RGB) it is made up of.

  • This is called true colour. Modern displays use 24 bit colour depth. 8 bits are used for the amount of Red, Green and Blue. 

Slide image

6

Multiple Choice

What is a Pixel

1

A tiny circular dot of colour

2

A tiny square dot of colour

3

A tiny triangle dot of colour

4

A tiny piece of sound data at a given frequency

7

Multiple Choice

The word PiXEL is short for:

1

Piece of Colour

2

Picture Colour

3

Picture Element

4

Precise Element

8

Multiple Choice

An image is represented by a GRID of pixels, each with a value. We call this grid a...

1

VECTOR

2

BITMAP

3

TIFF

4

MP3

9

Multiple Choice

Each PIXEL can be allocated a binary number value. This value tells you:

1

The Size of the Pixel

2

The Colour of the Pixel

3

The Lumocity (or brightness) of the pixel

4

The Position of the pixel in the picture

10

Multiple Choice

The process of turning a physical image into a digital bitmap is called

1

Digitisation

2

Chromatography

3

Discography

4

Pixelation

11

Multiple Choice

An image stored as a grid of pixels is called a BITMAP image

1

True

2

False

12

Multiple Choice

Which of these represents a Binary Bit

1

1100 0101

2

2 or 3

3

1024

4

1 or 2

13

Multiple Choice

How many BITS make a BYTE

1

1

2

4

3

8

4

16

14

Multiple Choice

How many BITS in a NIBBLE

1

1

2

2

3

4

4

8

15

Multiple Choice

A 1 BIT image can ONLY represent 2 colours (e.g. Black and White). How can we represent more colourful images

1

Type in the colour that we want

2

Use a faster colour processor

3

Increase the number of bits representing each pixel (colour depth)

4

Add more colours to the digital colour pallet

16

Extra Tasks

In the FILES section, there are a range of videos explaining and excercises to help you consolidate your BINARY understanding.


Enjoy trying the tasks and accessing this content indipendantly.

Slide image

BINARY AND DATA REPRESENTATION: IMAGES

HOW WE USE BINARY TO STORE IMAGE DATA.

Slide image

Show answer

Auto Play

Slide 1 / 16

SLIDE