Welcome to Mountain View Elementary School!

Slides:



Advertisements
Similar presentations
Instructions for families: When introducing a new section:
Advertisements

Conditional Statements and Loops. Today’s Learning Goals … Learn about conditional statements and their structure Learn about loops and their structure.
Programming Concept #2 Iteration. Is just a fancy way of saying that you would like something to repeat more than one time. It is used in any modern programming.
Problem Solving Through Coding Names. PROBLEM SOLVING PROCESS UNDERSTAND THE PROBLEM: READ OR LISTEN TO THE PROBLEM. MAKE A PLAN TO SOVLE THE PROBLEM-
COMP 1001: Introduction to Computers for Arts and Social Sciences Programming in Scratch Monday, May 16, 2011.
Questions as we get started?. Getting Loopy Unplugged Activity (Course 2, Lesson 5) I need a volunteer to come up and follow my directions. I need a second.
C++ crash course Class 8 statements, sort, flight times program.
A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, Sixth Edition Chapter 9, Part 8 Satisfying Customer Needs.
(Vocabulary) Prompt(s): I learned the word___________. It means ____________. I learned... Card 1 Card 2 What new words did I learn? What were the details?
CS 101 – Oct. 7 Solving simple problems: create algorithm Structure of solution –Sequence of steps (1,2,3….) –Sometimes we need to make a choice –Sometimes.
DAY 4. MAKING SOMETHING ‘JUMP’ Simple! Move it a certain amount ‘up’ Glide back to your original spot.
Introduction to Programming: Module 1 Blockly
Scratch Programming Cards
FOP: While Loops.
what is computer programming?
Broadcasting (Adding a new level)
August 31 Intro to CS.
Welcome to Computer Science Jeopardy
Welcome to Computer Science!
Order Taking Process Greet the Customer within 3 seconds.
Branching and Decisions
The Do’s and don’t of studying
Welcome to <INSERT school name>’s
Mr. Gonzalez, Ms. Gossen, Ms. Mueller, Ms. Spataro
Creativity in Algorithms
Lesson 2 Programming constructs – Algorithms – Scratch – Variables Intro.
SCIENCE IS PUZZLE A.
Graph Paper Programming
Welcome to <INSERT school name>’s
Scratch: selection / branching/ if / If…else / compound conditionals / error trapping by Mr. Clausen.
Fry Word Test First 300 words in 25 word groups
Global Challenge Night Sensor Lesson 2.
All About Paraphrasing
Go to =>
Topic 1: Problem Solving
Computational Thinking for KS3
Global Challenge Night Sensor Lesson 2.
Get.
Global Challenge Night Sensor Lesson 2.
Global Challenge Night Sensor Lesson 2.
Go to =>
Global Challenge Night Sensor Lesson 2.
Flowchart Repetition Problem Solving.
The Second One Hundred Sight Words
Hour of code Code.org The Maze.
Global Challenge Night Sensor Lesson 2.
Hi, lovely to meet you all…….. Etc……..
Global Challenge Night Sensor Lesson 2.
Global Challenge Night Sensor Lesson 2.
Nested If Statements While Loops
Global Challenge Night Sensor Lesson 2.
RDLS Math Night April 2018.
Iteration Learning Objective: to be able to design algorithms that use iteration.
Code to Enhance Learning
Global Challenge Night Sensor Lesson 2.
Global Challenge Night Sensor Lesson 2.
TEL-W16 Final Project Presentation Teaching Logics/Algorithms
Python While Loops.
Millennium High School Agenda Calendar
Writing Focus: Questions
Millennium High School Agenda Calendar
Writing a Great Paragraph!!
Hour of Code Code.org/lightbot
CSCE 206 Lab Structured Programming in C
"Sawubona, Dumela , Good day". "Sawubona, Dumela , Good day"
Iteration Learning Objective: to be able to design algorithms that use iteration.
How to allow the program to know when to stop a loop.
Instructions.
Learning Objective: to be able to design programs that use iteration.
THANK YOU for helping make tonight possible
Presentation transcript:

Welcome to Mountain View Elementary School! Featuring Hour of Code puzzles from Code.org® 

Family Code Night

Your Program Card

Big Idea #1 What is a Program?

What is a Program? Big Idea #1 A Program is a list of instructions you create to tell a computer what to do.

Big Idea #2 What is a Repeat Loop?

What is a Repeat Loop? Big Idea #2 A Repeat Loop repeats any block or blocks you put inside it, as many times as you say.

What is Code Efficiency? Big Idea #3 What is Code Efficiency?

What is Code Efficiency? Big Idea #3 What is Code Efficiency? Use as few blocks as possible to solve the puzzle (just 5 for this puzzle).

There are no Mistakes in Coding! Big Idea #4 There are no Mistakes in Coding!

There are no Mistakes in Coding! Big Idea #4 There are no Mistakes in Coding! If your code doesn’t work, no problem! Find out why, and fix it! It’s called “debugging.”

Big Idea #5 What is a Conditional?

What is a Conditional? Big Idea #5 An “if-then” statement in your code. Conditionals let your code see and react.

What is an If-Else Statement? Big Idea #6 What is an If-Else Statement?

What is an If-Else Statement? Big Idea #6 What is an If-Else Statement? An “if-else” statement makes conditionals smarter: if one thing, do this; if not, do something else.

home. Continue from where After Tonight! Code On at Home! Keep Your Program Card! Take your Program Card home. Continue from where you left off tonight!

Info is on back of your program card. After Tonight! Code On at Home! Info is on back of your program card.

Code On! And Thanks for Coming Family Code Night Code On! And Thanks for Coming