Skip to content
Computing · Year 6 · Digital Art and Media Production · Spring Term

Introduction to Digital Images: Pixels

Students explore the concept of pixels as the building blocks of bitmap images and how they form a digital picture.

National Curriculum Attainment TargetsKS2: Computing - Digital LiteracyKS2: Computing - Information Technology

About This Topic

Understanding the difference between vector and bitmap graphics is fundamental to digital literacy. Bitmaps are made of a grid of pixels (like a photo), while vectors are made of mathematical paths (like a logo). In Year 6, students learn why bitmaps lose quality when enlarged (pixelation) and why vectors stay perfectly sharp at any size. This aligns with National Curriculum goals for using a range of software to create high-quality digital content.

This topic helps students make informed choices about which tools to use for different creative tasks. It also introduces the concept of file size and storage, as bitmaps are generally much larger than vectors. This topic is best taught through hands-on experimentation, where students zoom in on different file types to see the underlying structure of the images.

Key Questions

  1. Explain how individual pixels combine to form a complete image.
  2. Analyze the effect of changing pixel size on image quality.
  3. Design a simple pixel art image using a grid-based editor.

Learning Objectives

  • Explain how individual pixels combine to form a complete bitmap image.
  • Analyze the effect of changing pixel size on the quality of a digital image.
  • Design a simple pixel art image using a grid-based editor, demonstrating an understanding of pixel arrangement.
  • Compare the visual outcomes of enlarging a bitmap image versus a vector image.

Before You Start

Introduction to Digital Graphics

Why: Students need a basic understanding of what digital graphics are before exploring their component parts like pixels.

Using a Computer Mouse and Keyboard

Why: Students will need to be able to use a mouse to select colors and click on grid squares in a pixel art editor.

Key Vocabulary

PixelThe smallest controllable element of a picture represented on a screen. It is a single point in a graphic image.
Bitmap ImageA digital image composed of a grid of pixels, where each pixel has a specific color value. Also known as a raster image.
ResolutionThe number of pixels displayed on a screen or stored in an image file, often expressed as width x height (e.g., 1920x1080).
PixelationThe effect seen when a bitmap image is enlarged too much, causing individual pixels to become visible and the image to appear blocky or jagged.

Watch Out for These Misconceptions

Common MisconceptionYou can turn a blurry photo into a sharp vector just by saving it differently.

What to Teach Instead

Students often think 'Save As' is magic. A hands-on 'tracing' activity shows them that converting a bitmap to a vector requires the computer (or a person) to redraw the shapes mathematically.

Common MisconceptionPixels are the only way computers show images.

What to Teach Instead

Because screens use pixels, students think all files are bitmaps. Using a vector drawing tool where they can move 'nodes' and 'paths' helps them visualize the mathematical nature of vectors.

Active Learning Ideas

See all activities

Real-World Connections

  • Video game designers use pixel art to create retro-style graphics for games like 'Stardew Valley' or 'Terraria', carefully arranging individual pixels to form characters and environments.
  • Photographers and graphic designers understand that digital cameras capture images as bitmaps made of millions of pixels. They manage resolution to ensure images are suitable for printing or online display without losing quality.

Assessment Ideas

Quick Check

Display a highly zoomed-in section of a photograph on the projector. Ask students: 'What do you see here? What is this called?' Then, show the full image and ask: 'How do these small parts make up the whole picture?'

Exit Ticket

Provide students with a small grid (e.g., 8x8). Ask them to design a simple object (like a smiley face or a heart) using only two colors. On the back, they should write one sentence explaining why their design would look blurry if enlarged significantly.

Discussion Prompt

Show students two versions of the same image: one a high-resolution bitmap and the other a low-resolution version that has been enlarged. Ask: 'Which image looks better when viewed up close? Why? What term describes the blocky appearance of the second image?'

Frequently Asked Questions

What is a pixel?
A pixel is the smallest unit of a digital image. It is a tiny square of color. Thousands or millions of these squares together make up a bitmap image.
How can active learning help students understand vector vs bitmap?
Active learning, such as the 'Zoom Test', provides immediate visual proof of the concepts. When students see a photo turn into 'blocks' while a vector circle stays smooth, the abstract definitions become clear and memorable.
Why are vector files usually smaller than bitmaps?
A bitmap has to store information for every single pixel. A vector only has to store the mathematical formula for the shapes (e.g., 'draw a red circle with a radius of 5').
Which software is used for vectors?
Professional designers use Adobe Illustrator, but in schools, tools like Google Drawings, Inkscape, or the 'Vector Mode' in Scratch are commonly used.