Are you a teacher?
Lesson plan
Courses
- Grades 3-12
- 3rd grade – 12th grade courses
Materials
- Cell phone, tablet, or computer
- Internet connection
Description
In this activity, students can experiment with Protobject, learning about visual programming and computer science in a safe and playful manner.
Educational Objectives
- Understand the concept of color and how it is represented.
- Create a technological object (prototype) using a device.
- Identify relationships between technology and the surrounding world.
- Evaluate personal and others’ work individually or in a team.
- Engage in dialogue and reflection on ideas for improvement.
Beginning (10 minutes)
Welcome the students to the class and briefly introduce the activity of the day:
Today, we will learn how colors are represented.
We will start the class by providing technical knowledge to the students for meaningful learning of the practical activity.
To begin the class, we can start with a question:
Do you know how colors are represented?
Color is nothing more than our brain’s interpretation of the light around us. When an object is illuminated, it absorbs a great deal of the received light, reflecting a little. It is precisely this reflected light that reaches our eyes and allows us to see it.
To mix colors, we must not forget that we are talking about light, so to obtain colors, we must find a way to mix the rays of light. Given this, if we mix all the colors of light, we get white light. Conversely, in the absence of color, the absence of light, we get black. In this activity, we will look at the two main models with which colors are mixed and represented: Additive Synthesis and Subtractive Synthesis.
Development (20-30 minutes)
We connect our equipment to the Protobject platform, which will allow us to use the screen we want to create with programming commands that will display the timer.
To carry out the practical part of the activity, you must follow the steps in the “Prototyping” section. Remember to experiment with it yourself before asking the students to experiment with Protobject. This way, you can anticipate any questions that may arise from the students.
Closure (5-10 minutes)
Now that you know how colors work, ask yourself:
– What colors do I need to mix to create my favorite color?
– In what context can Additive Synthesis be used?
– In what context can Subtractive Synthesis be used?
– What other prototype can you think of creating with this new information?
We are ready to continue programming!
To solve the challenge, you can define a variable that changes with each iteration. One way to play with this idea is to create a variable and change which color it controls. This way, we can see how the primary colors affect the final result.
Check the challenge solution.