Representing Images (AQA GCSE Computer Science): Quizzes

📚Quizzes
Calculating Bitmap Image Size
Sign up to keep practising.Create a free account to play more quizzes and track your progress.

Practise the questions

10 questions from this quiz

Show

What formula calculates bitmap file size in bits?

W×H×DW \times H \times D

How many bits are in 1 byte?

8 bits

What formula converts file size from bits to bytes?

(W×H×D)÷8(W \times H \times D) \div 8

How many colours can 1-bit colour depth represent?

2 colours

How many colours can 8-bit colour depth represent?

256 colours

How many colours can 24-bit colour depth represent?

Over 16 million colours

With nn bits, how many colours can be represented?

2n2^n colours

A 1000×800 image with 8-bit depth: file size in bits?

6,400,000 bits

What three components calculate bitmap file size?

Width, height, colour depth

What is a common mistake when calculating file size?

Forgetting to divide by 8

Join 100,000+ GCSE students studying Quizzes with us.

Select your subjects, and get access to A+ resources today.