Lesson 15: Binary Images

Overview

Though many people think of binary as strictly zeros and ones, students will be introduced to the idea that information can be represented in a variety of binary options. This lesson takes that concept one step further as it illustrates how a computer can store even more complex information (such as images and colors) in binary, as well.

Purpose

In this lesson students will learn how information is represented in a way such that a computer can interpret and store it. When learning binary, students will have the opportunity to write code and share it with peers to view as images. This can then be related back to how computers read a program, translate it to binary, use the information in some way, then reply back in a way humans can understand. For example, when we type a sentence into a document then press "save", a computer translates the sentence into binary, stores the information, then posts a message indicating the document has been stored.

Agenda

Warm Up (10 min)

Main Activity (20 min)

Wrap Up (10 min)

Assessment (10 min)

Extended Learning

View on Code Studio

Objectives

Students will be able to:

  • Identify methods for encoding images into binary.
  • Relate images to a peer using binary encoding.
  • Reproduce an image, based on binary code.

Preparation

  • Print one worksheet and assessment per student.
  • Make sure every student has a journal.
  • (Optional)Gather groupings of items that can show opposites for students to use when coming up with their own binary encodings.

Links

Heads Up! Please make a copy of any documents you plan to share with students.

For the Teachers

For the Students

Vocabulary

  • Binary - A way of representing information using only two options.
  • Binary Alphabet - The two options used in your binary code.

Support

Report a Bug

Teaching Guide

Warm Up (10 min)

Vocabulary

This lesson has two new terms:

  • Binary - Say it with me: Bi-nare-ee

A way of representing information using only two options.

  • Binary Alphabet - Say it with me: Bi-nare-ee Al-fa-bet

The two options used in your binary code.

Introduction to Binary

What if we had a picture like this, where there's only two color options for each square, black or white.

How might we encode this so that someone else could recreate the picture without seeing it?

  • Some students might think back to the Graph Paper Programming lesson. While there could be a lot of similarities, let them know that this is different enough that they should not use that lesson to guide this one

You may hear suggestions like: "Say 'white, black, white, black'."

  • "That's a great suggestion! Now I'm going to break you up into pairs. Work with your teammate to decide on a binary alphabet."

Decide whether you want your pairs to share their encodings with the other groups ahead of time, and tell them if they will be creating a key, or keeping their methods secret.

  • "Now, let's encode some images, just like a computer would!"

Main Activity (20 min)

Binary Images - Worksheet

Now it's the students' turn!

Activity Directions:

  1. Divide students into pairs.
  2. Have them choose an image with their partner.
  3. Encourage them to figure out what their binary alphabet is going to be.
  4. Have them encode their image using their new binary alphabet.
  5. Instruct students to trade encodings with another team and see if they can figure out which picture the other worked on.
  6. Choose a Level
    • Easy: Let the other team know what your encoding method was
    • Tough: Have the other team guess your encoding method.

Wrap Up (10 min)

Flash Chat: What did we learn?

  • What did we learn today?
  • What kind of binary alphabet did you create?
  • Can you think of how you could encode an image using only your fingers?
  • Do you think you could create a binary alphabet out of sounds?

Journaling

Having students write about what they learned, why it’s useful, and how they feel about it can help solidify any knowledge they obtained today and build a review sheet for them to look to in the future.

Journal Prompts:

  • What was today's lesson about?
  • How do you feel about today's lesson?
  • What is a binary alphabet?
  • What kind of information can you share using binary?

Assessment (10 min)

Binary Images - Assessment

Pass out this assessment for students to do individually. Try to save time at the end to go over answers.

Extended Learning

Use these activities to enhance student learning. They can be used as outside of class activities or other enrichment.

Storing Color Images

  • If your class really gets the idea behind storing binary images, they may want to know how to do color images.
    • First, you'll need to discuss how color works using binary (as in Binary Baubles - Thinkersmith Lesson, page 21).
    • Then, introduce some images that use combinations of those colors
  • Encourage your students to come up with ways to code these color images.

Hexadecimal

  • Levels
  • 1
  • (click tabs to see student view)
View on Code Studio

Student Instructions

Standards Alignment

View full course alignment

CSTA K-12 Computer Science Standards (2017)

AP - Algorithms & Programming
  • 1B-AP-11 - Decompose (break down) problems into smaller, manageable subproblems to facilitate the program development process.

Cross-curricular Opportunities

This list represents opportunities in this lesson to support standards in other content areas.

Common Core English Language Arts Standards

L - Language
  • 3.L.6 - Acquire and use accurately grade-appropriate conversational, general academic, and domain-specific words and phrases, including those that signal spatial and temporal relationships (e.g., After dinner that night we went looking for them).
SL - Speaking & Listening
  • 3.SL.1 - Engage effectively in a range of collaborative discussions (one-on-one, in groups, and teacher-led) with diverse partners on grade 3 topics and texts, building on others’ ideas and expressing their own clearly.
  • 3.SL.3 - Ask and answer questions about information from a speaker, offering appropriate elaboration and detail.
  • 3.SL.6 - Speak in complete sentences when appropriate to task and situation in order to provide requested detail or clarification.

Common Core Math Standards

G - Geometry
  • 3.G.1 - Understand that shapes in different categories (e.g., rhombuses, rectangles, and others) may share attributes (e.g., having four sides), and that the shared attributes can define a larger category (e.g., quadrilaterals). Recognize rhombuses, rectangles, a
MP - Math Practices
  • MP.1 - Make sense of problems and persevere in solving them
  • MP.2 - Reason abstractly and quantitatively
  • MP.4 - Model with mathematics
  • MP.6 - Attend to precision
  • MP.7 - Look for and make use of structure
  • MP.8 - Look for and express regularity in repeated reasoning

Next Generation Science Standards

ETS - Engineering in the Sciences
ETS1 - Engineering Design
  • 3-5-ETS1-2 - Generate and compare multiple possible solutions to a problem based on how well each is likely to meet the criteria and constraints of the problem.