5th Grade Computer Science: Sequence, Repetition, Selection PDF
Document Details
![HonorableChalcedony9325](https://quizgecko.com/images/avatars/avatar-8.webp)
Uploaded by HonorableChalcedony9325
Tags
Related
- B.E-in-Computer-Science-Engineering-updated-on-31.08.2018-5th-CSE-ISE-Open-Elective.pdf
- BSc Part 1 Computer Science 2022 Past Paper (PDF) - F-3618
- Unit 1-Introduction To Programming And Computer Science PDF
- Lecture 1: Introduction to C++ Programming and Computer Science PDF
- Intro to Computer Science - For Loop & Control Structures PDF
- Exam 3 Review Fall 2024 PDF
Summary
This document is a lesson plan for a 5th-grade computer science class, focusing on the fundamental concepts of sequence, repetition, and selection in programming. The lesson plan uses interactive examples like dance to illustrate these concepts.
Full Transcript
5th Grade Computer Science Unit 1: Lesson 2 Sequence, Repetition, Selection What You Need: Do Now: Planner Think of a few dance moves you Pencil enjoy. Be ready to demonstrate. iPad Folder Essential Question: H...
5th Grade Computer Science Unit 1: Lesson 2 Sequence, Repetition, Selection What You Need: Do Now: Planner Think of a few dance moves you Pencil enjoy. Be ready to demonstrate. iPad Folder Essential Question: Homework: What are sequence, repetition, None and selection? What are sequences in CS? A sequence is the order in which you do something. In computer science, programmers need to put instructions for the computer in the correct order, or sequence. Dance Game! Each player adds one move What are selections in CS? Selections happen when a program chooses the next step based on a condition. In computer science, programmers use selections to create varied outcomes. Repeat Dance Until… Lights off/on What are loops in CS? Loops repeat a portion of code a set number of times. In computer science, programmers use loops to shorten what could be hundreds of lines of code to just a few. - Definition from Kodable Loopy Dances! Make a dance with loops Quick Review: Sequence Repetition Selection Loops How can we use CS to choreograph? DANCE TIME!