Computer Science in Context: 4th Grade
- Level Elementary School
- Number of Lessons 34
- Grade 4th
This course integrates coding into math, science, ELA, and social studies lessons for fourth grade students. It is meant to be taught approximately once a week by the general education teacher.
Getting Started with Programming
Introduction to Computer Science and ScratchStudents will be able to define important computer science vocabulary and create a simple program in Scratch.Skills Practice: EventsStudents will be able to use event blocks to cause code to run.Skills Practice: Repeat LoopsStudents will be able to use repeat loops to run a sequence of code multiple times. |
Coding in Math
Multi-digit Multiplication and ConditionalsStudents will be able to use if/then conditionals in Scratch to multiply multi-digit factors.Division and ConditionalsStudents will be able to solve grade-appropriate division problems within 100 by using conditionals in Scratch to program an interactive division game.Classifying Shapes Using Lines and AnglesStudents will be able to create a program using events to categorize shapes based on the properties of their lines and angles. They will use comments to document their code.House Design with Area and PerimeterStudents will be able to calculate and use the area and perimeter of a room to create a house design using functions.Programming and Data ProjectStudents will be able to develop an investigative question, collect data, draw conclusions based on the data, and create an interactive program to present data visually.Animating Sprites with FactorsStudents will be able to use factors to animate sprites with loops and wait blocks.Fractions - 4th GradeThis lesson is coming soon!4th Grade Math LessonThis lesson is coming soon! |
Coding in Science
Wave GeneratorStudents will be able to use variables and loops to draw a variety of wave patterns.Exploring HeatStudents will be able to use events in their program to communicate information about how heat energy from the sun affects objects on earth.Sensing and Responding to the EnvironmentStudents will be able to create a program in Scratch using multiple event blocks in order to model how animals use their senses to respond to their environment.Sound Frequency & AmplitudeStudents will be able to write a program using variables to change the rate and strength of the sound and vibration of an audio speaker sprite.Exploring the Water CycleStudents will explain the phases of the water cycle using broadcast message events.Plant and Animal CellsStudents will use broadcast events to create an interactive program about plant and animal cells.How We See: Light ReflectionStudents will be able to create a model using conditionals to describe how light reflects to allow us to see. |
Coding in ELA
Grammar Quiz GameStudents will be able to use conditionals to create a quiz that tests the user’s understanding of standard English grammar usage.Creative StorytellingStudents will be able to plan and animate a story using events and sequences.Animating PoetryStudents will be able to break a poem into sections to understand literal and metaphorical meanings and create an animated reading of a poem in Scratch.Nonfiction Animated RecordingsStudents will be able to use events to create a clear, animated reading of a nonfiction text.Mad Libs ProjectStudents will use lists in a program to create a Mad Libs game. |
Coding in Social Studies
Rights and ResponsibilitiesStudents will be able to use variables and events to create a voting program to demonstrate the rights and responsibilities of citizens.Digital Vocabulary Flashcard QuizStudents will be able to use variables and conditionals to create a vocabulary quiz that changes each time it is taken.State ProjectThis lesson is coming soon! |
More Programming Lessons & Projects
Skills Practice: Scratch Drawing ToolsStudents will be able to create customized sprites and backdrops using the drawing tools and program sprites using the color sensing blocks.LoopsStudents will be able to explain that a loop repeats one or more instructions, and use loops in Scratch.VariablesStudents will be able to explain what a variable is and create and change the value of a variable in a program.Introduction to ConditionalsStudents will be able to explain what a conditional is in programming and create a program that uses if/then blocks.Practice with Conditionals Part 1Students will be able to explain what a conditional is in programming and create a program that uses conditional blocks in Scratch.Complex Conditionals: If/Then/Else Chase the StarStudents will be able to explain what an if/else statement is and use an if/else block in Scratch.Digital Greeting Card ProjectStudents will be able to create a digital greeting card that uses loops and events.Platform Game DesignStudents will be able to implement the mechanics of a platform game for a player to navigate, use keyboard events to add player movement, and use a forever loop to check and respond to game conditions. Students will debug and improve their programs. |