Day 3 - Computational Thinking: Conditionals

Size: px
Start display at page:

Download "Day 3 - Computational Thinking: Conditionals"

Transcription

1 MODULAR ROBOTICS EDUCATION Day 3 - Computational Thinking: Conditionals Educator Pack of Cubelets, minute lesson This lesson s learning target is conditionals. Conditional statements are the basic structure to logic and computational thinking, cause and effect, and building facility with reading and understanding code structure as a way to check true/false for statements. For each class/group, this lesson plan includes 3 parts, Minutes each: 1. A chance to consider conditionals in the real world, and with robots they can easily understand. 2. An opportunity for students to add complex functions to their robots, and reconsider conditionals, predictions, and how values travel in a system 3. An opportunity for educators to use a worksheet with students to assess their learning and progress while also having students practice applying new vocabulary These lesson plans have suggested age levels, but it is possible to use the younger grade activities as a ramp up to older grades; e.g. use the 6 years old 9 years old activities to ramp up and extend a lesson plan for a group of year olds. Similarly, the activities suggested for older students can become a way to expand on challenges presented to younger learners if there is time and interest. Introduce the class to Learning Target: Conditionals Today we re going to think about If/Then statements. These are called conditionals. Let s practice conditionals. They are ordered statements where something happening depends on or is predicted by something else. If we want the plants to grow we should. If we push this pencil off the edge of the table then it will. What about the other way around? If it (rains) then the ground will get wet. If we (don t eat lunch) then we will be hungry Now let s practice making up some new conditionals using IF/THEN and this table: IF... you want your allowance THEN... you must do your chores A useful aspect of conditional statements is you can check if a condition is met or TRUE. If you ask for your allowance, what will your parents check? (That homework/chores/etc. are completed!) 1

2 Part 1: Conditional statements, Conditional Robots Materials: Educator Pack of Cubelets, with students in groups of 2 5 working with a battery, brightness sense, distance sense, and flashlight action A hands on opportunity for students to explore conditionals as they make simple robots. value). So, we discussed how conditionals can help us make logical connections between how things may happen. they can help us structure predictions, and put words around cause and effect in our everyday life. Now, let s work with Cubelets robots. I m going to build this simple flashlight robot, and we re going to talk about conditionals that describe it and predict it s reaction. (Build a simple flashlight using Battery, Knob, and Flashlight) Help me finish this sentence: If I want my Flashlight Action to shine at its brightest, then I need to (turn the knob to its highest Let s draw the data flow of this robot on the board/overhead Suggested age variations/progression: 6 years old to 9 years old : Now, in your groups, I d like for you to each work on robots that fit specific conditionals for different senses. Can you make a robot that is TRUE for this conditional: If the brightness sense gets a lot of light, the light comes on. Draw this robot in your design notebook. Now experiment with your robot flashlight and finish this sentence. If the brightness sense does not have light coming into it then 9 years old to 12 years old : Now, in your groups, I d like for you to each work on robots that fit specific conditionals for different senses. 1. First, with the distance sense, If I want my light to be bright then I need to show my distance sense something (close). 2. Then, make a robot that will work with this conditional: If the brightness sense gets lots of (light into it) then the light will come on brighter 12 years old and up : As above with the addition of, Write a conditional that is true for both senses: If we want the flashlight to be at its brightest this sense needs (high/maximum) input. Please draw the robots in your design notebook and map the data flow of two flashlight robots, with the flashlight shining brightly, first using one sense, then using another. Now consider a scenario where something would cause that input to the robot sense, and predict that reaction or effect of the light being at it s brightest. Finally, what will cause the effect of the light going all the way out when we use the brightness sense. Group review: As a group, let s think about this together: If the robot needs to have the light OUT and has the Brightness sense as input, then the value to the input VALUE needs to be ( high/medium/low.) Which one? What does this mean about our flashlight robot? It s a light that likes to come on when it s (bright) and turn off when it s (dark). Hmmmm. That seems a bit silly. Concepts Presented: Conditionals, prediction, logic of if/then Vocabulary: Robot, scenarios, input, output, conditional, if, then, cause, effect, values 2

3 Standards Addressed: Conditionals, making predictions, sentence frames, if/then, claims/evidence Part 2: Building smarter flashlights Materials: Educator Pack of Cubelets, with students in groups of 2 5 working with a battery, brightness sense,, and flashlight action, and now with an Inverse Cubelet as well Students now practice adding functions to their robots that change the conditionals they ve been working with. If we make this flashlight, using the brightness sense, we can make this If/Then statement work pretty easily: With just Battery, Brightness, Flashlight: If the sense gets lots of then the output light will be brighter This statement makes sense for our Flashlight, because of how the input value (or number) comes into the Brightness sense, and travels to the action big value, big action. But this flashlight doesn t make sense for when we would need to use it in real life. What would we really like? (For flashlights that work when it s dark, and go off when it s light!) For that we ll need to change the numbers how can we use this think Cubelet to change information between a sense and an action? Suggested age variations/progression: 6 years old to 9 years old : Let s try using these two flashlights. One is the flashlight we made before. another is this new one with the red Cubelet in between. Can you draw this new robot flashlight in your design notebook and write a new conditional that matches it. If it is dark and no light is coming into the brightness sense, then the new flashlight will. 9 years old to 12 years old : We want flashlights that come on the dark. How can we use this Inverse THINK Cubelet to change the information between a sense and an action? Where should we put this Think Cube to change how the data is moving in the flashlight? Build flashlights that make the VALUES from the Brightness sense go through this Think Cubelet and become the inverse or opposite, before they go to the Flashlight action and test what they do. Draw this new robot design. Now, let s write a new conditional: We made a smart flashlight that knows to come on in the dark and go off when it s light. If this robot gets high input values then the output is (high/medium/low) If this robot gets low input values then the output is (high/medium/low) 12 years old and up : As above, asking students to draw the data flow in their robot design and using these sentence frames: If this robot gets high input to the sense (for example, lots of light) the inverse Cube turns that to output. If this robot gets low input values to the sense (for example, no/little of light) the inverse Cube turns that to output. We ve changed the number or value as it travels from the sense to the action! What would happen with other senses, the inverse Cubelet, and this flashlight output? Concepts Presented: If/then, values, ways of changing values in a system Vocabulary: If/then, values, conditionals, logic, inverse, opposite Standards Addressed: Making predictions, if/then, claims/evidence, Logic/inverse, Algorithmic thinking 3

4 Part 3: Worksheet! Name and Classroom Conditionals with Cubelets - Student reflection Learning Objective: I can explain what a conditional is and how it is used in writing and reading computer code. What s an input? Do you know how it might work in a robot? What do you think a conditional is? Practice with Conditionals: Write your own if/then conditional statement. if then Can you Draw a Cubelets Flashlight? What is the data flow where do input values come in? If the flashlight output is bright, what is the value of the input? Mark your drawing showing how the values come in as input and turn the light on as output! What is a conditional that is true about this flashlight? If we want the flashlight to be at its brightest this sense needs input. 4

5 How does this change with the Inverse Cubelet? Draw the new Flashlight Robot What is the data flow where do input values come in? If the flashlight output is bright, what is the value of the input? Mark your drawing showing how the values come in as input and turn the light on as output! Can you use the word Value in a sentence describing how this flashlight comes on the dark and turns of when it s bright? Write a Postcard and summarize. Mr. Hoel doesn t understand what conditionals, input, inverse, or values mean. Write a postcard to Mr. Hoel explaining what you have learned today. Be sure to mention the vocabulary above and draw a cool picture to go on the postcard. Dear Mr. Hoel, 5

6 6

Day 3 - Engineering Design Principles with Cubelets, Reverse

Day 3 - Engineering Design Principles with Cubelets, Reverse MODULAR ROBOTICS EDUCATION Day 3 - Engineering Design Principles with Cubelets, Reverse Engineering Educator Pack of Cubelets, 45 minute activity Students begin with working robots and by reverse engineering

More information

10 MORE cool things to do with Cubelets

10 MORE cool things to do with Cubelets MODULAR ROBOTICS EDUCATION 10 MORE cool things to do with Cubelets Using the KT01 Cubelets This activity plan includes 2 parts 1. Challenges that may be satisfied with single sense, single action robots.

More information

GRADE 7: Physical processes. UNIT 7P.5 9 hours. Electrical circuits. Resources. About this unit. Previous learning. Expectations

GRADE 7: Physical processes. UNIT 7P.5 9 hours. Electrical circuits. Resources. About this unit. Previous learning. Expectations GRADE 7: Physical processes Electrical circuits UNIT 7P.5 9 hours About this unit This unit is the fifth of five units on physical processes for Grade 7. The unit is designed to guide your planning and

More information

Testing How Light Causes Changes

Testing How Light Causes Changes Chapter 2 Light Chapter Science Investigation Testing How Light Causes Changes three small plants of the same variety and similar size, in soil cups Find Out Do this activity to see how light affects plant

More information

Partnership Teacher Night February 2017 littlebits and Electronic Circuits

Partnership Teacher Night February 2017 littlebits and Electronic Circuits Partnership Teacher Night February 2017 littlebits and Electronic Circuits What are littlebits? littlebits are easy-to-use, color-coded, magnetic, electronic snap-and-lock circuits that can be linked together

More information

Brick Challenge. Have fun doing the experiments!

Brick Challenge. Have fun doing the experiments! Brick Challenge Now you have the chance to get to know our bricks a little better. We have gathered information on each brick that you can use when doing the brick challenge: in case you don t know the

More information

Cubelets. Brief Summary. Equipment Required. Main Teaching Points. Set Up. Cubelets - 1 of 6

Cubelets. Brief Summary. Equipment Required. Main Teaching Points. Set Up. Cubelets - 1 of 6 Cubelets - 1 of 6 Cubelets Brief Summary You don t need to know how to code or wire to construct robots with Cubelets. Snap the robot blocks together and the magnetic faces do the rest. Every unique arrangement

More information

Thinking about Electricity 1

Thinking about Electricity 1 Thinking about Electricity 1 Developed with funds provided by the National Science Foundation Some items on this assessment were drawn from existing databases of items, such as released items from the

More information

Fundamentals of Engineering Final Project 11/2/12 Leah Ritz. Tin Foil Circuit Board: Lie Detector. Teacher Background:

Fundamentals of Engineering Final Project 11/2/12 Leah Ritz. Tin Foil Circuit Board: Lie Detector. Teacher Background: Fundamentals of Engineering Final Project 11/2/12 Leah Ritz Tin Foil Circuit Board: Lie Detector Teacher Background: The Tin Foil Circuit Board activity introduces students to the basic concepts of electrical

More information

COLOR PADDLES ITEM # LIGHT AND COLOR

COLOR PADDLES ITEM # LIGHT AND COLOR T E A C H E G U I R D S E COLOR PADDLES ITEM # 9994-18 LIGHT AND COLOR Demonstrate the principles of light and color mixing with these clear colored paddles. Each set of 6 includes the colors: blue, green,

More information

BASIC TRAINING SERIES: COLOR CODES. Grade K-2 Computer Science Robotics Beginner

BASIC TRAINING SERIES: COLOR CODES. Grade K-2 Computer Science Robotics Beginner BASIC TRAINING SERIES: COLOR CODES Grade K-2 Computer Science Robotics Beginner OVERVIEW In this introductory lesson series, students will learn how Ozobot moves from one place to another and how to tell

More information

Light and Reflectivity

Light and Reflectivity Light and Reflectivity What is it about objects that lets us see them? Why do we see the road, or a pen, or a best friend? If an object does not emit its own light (which accounts for most objects in the

More information

Number Shapes. Professor Elvis P. Zap

Number Shapes. Professor Elvis P. Zap Number Shapes Professor Elvis P. Zap January 28, 2008 Number Shapes 2 Number Shapes 3 Chapter 1 Introduction Hello, boys and girls. My name is Professor Elvis P. Zap. That s not my real name, but I really

More information

Primary STEaM Progression & Scheme of Work Using Crumble Control Board & Accessories (Page 1) (1st Draft)

Primary STEaM Progression & Scheme of Work Using Crumble Control Board & Accessories (Page 1) (1st Draft) Primary STEaM Progression & Scheme of Work Using Crumble Control Board & Accessories (Page 1) (1st Draft) Chapter 2 Lights, Lights, Lights Add programmable light(s) to a pupil created picture Curriculum

More information

Today s word is MAIN IDEA. Let s get started on today s word!!

Today s word is MAIN IDEA. Let s get started on today s word!! Part 2B MAIN IDEA Mrs. Smart: Welcome to our lesson. When you read there are vocabulary that are important to help us comprehend, or understand, what we read. We will study those words to help us become

More information

Plot: Sequence. Events in a story happen in an order, or sequence. Read a Leveled Reader story with a partner. Mix up the Retelling Cards.

Plot: Sequence. Events in a story happen in an order, or sequence. Read a Leveled Reader story with a partner. Mix up the Retelling Cards. Plot: Sequence Events in a story happen in an order, or sequence. Read a Leveled Reader story with a partner. Mix up the Retelling Cards. READING Have your partner put the cards back in order. Use them

More information

CSMP Mathematics for the Upper Primary Grades. A Supplement for Third Grade Entry Classes

CSMP Mathematics for the Upper Primary Grades. A Supplement for Third Grade Entry Classes CSMP Mathematics for the Upper Primary Grades A Supplement for Third Grade Entry Classes 1 3RD GRADE ENTRY TABLE OF CONTENTS NOTES TO THE TEACHER The Third Grade Entry Program...1-1 How to Use the Third

More information

The light sensor, rotation sensor, and motors may all be monitored using the view function on the RCX.

The light sensor, rotation sensor, and motors may all be monitored using the view function on the RCX. Review the following material on sensors. Discuss how you might use each of these sensors. When you have completed reading through this material, build a robot of your choosing that has 2 motors (connected

More information

Academic Resources for Teachers & Students. Rainworks: Outdoor Exhibit Lesson Plan Grades. Activate Art: Just Add Water

Academic Resources for Teachers & Students. Rainworks: Outdoor Exhibit Lesson Plan Grades. Activate Art: Just Add Water Academic Resources for Teachers & Students Rainworks: Outdoor Exhibit 09.13.15 10.23.15 Lesson Plan Grades 6-8 Activate Art: Just Add Water TABLE OF CONTENTS Lesson Overview... Supplies... 1 1 Core Curriculum

More information

Keep Still!: Learning the Elements of Art Through Still-Life Paintings

Keep Still!: Learning the Elements of Art Through Still-Life Paintings Keep Still!: Learning the Elements of Art Through Still-Life Paintings Grades: Grades 1-3 Subjects: Visual Arts Time Required: 30-45 minutes Author: Biggs Museum Curator of Education Featured Biggs Artwork:

More information

Grade 5 Logical Reasoning

Grade 5 Logical Reasoning ID : F-5-Logical-Reasoning [1] Grade 5 Logical Reasoning For more such worksheets visit www.edugain.com Answer the questions (1) How many triangles are there in this figure? (2) Kimberly remembers that

More information

Reading at Home. Parents + Schools = Successful Children

Reading at Home. Parents + Schools = Successful Children Parents + Schools = Successful Children Reading at Home This project was designed and developed by the National Center for Family Literacy (NCFL) with generous support from the Dollar General Literacy

More information

Line-Follower Challenge

Line-Follower Challenge Line-Follower Challenge Pre-Activity Quiz 1. How does a light sensor work? Does the light sensor detect white or black as a higher amount of light reflectivity? Absorbance? 2. Can you think of a method

More information

Rubik s Cube. 1.1 History and background Random Moves

Rubik s Cube. 1.1 History and background Random Moves Rubik s Cube The Cube is an imitation of life itself or even an improvement on life. The problems of puzzles are very near the problems of life, our whole life is solving puzzles. If you are hungry, you

More information

If...Then Unit Nonfiction Book Clubs. Bend 1: Individuals Bring Their Strengths as Nonfiction Readers to Clubs

If...Then Unit Nonfiction Book Clubs. Bend 1: Individuals Bring Their Strengths as Nonfiction Readers to Clubs If...Then Unit Nonfiction Book Clubs Bend 1: Individuals Bring Their Strengths as Nonfiction Readers to Clubs Session 1 Connection: Readers do you remember the last time we formed book clubs in first grade?

More information

Lesson 2: Energy. Fascinating Education Script Introduction to Science Lessons. Slide 1: Introduction. Slide 2: How do you know to eat?

Lesson 2: Energy. Fascinating Education Script Introduction to Science Lessons. Slide 1: Introduction. Slide 2: How do you know to eat? Fascinating Education Script Introduction to Science Lessons Lesson 2: Energy Slide 1: Introduction Slide 2: How do you know to eat? Why did you eat breakfast this morning? I suppose you re going to say

More information

On the GED essay, you ll need to write a short essay, about four

On the GED essay, you ll need to write a short essay, about four Write Smart 373 What Is the GED Essay Like? On the GED essay, you ll need to write a short essay, about four or five paragraphs long. The GED essay gives you a prompt that asks you to talk about your beliefs

More information

Measurement Using Standard Units

Measurement Using Standard Units Student Probe Measurement Using Standard Units 6 7 8 9 List the length of each colored line segment: blue, red, green. Explain how you found your answers. Lesson Description The lesson is intended to help

More information

3.MMT.4 RAMP UP TEACHER NOTES (PG. 1 OF 2) Area

3.MMT.4 RAMP UP TEACHER NOTES (PG. 1 OF 2) Area 3.MMT.4 RAMP UP TEACHER NOTES (PG. 1 OF 2) Area SE 3.6C, 3.4D, 3.4E, 3.4F, 3.1A, 3.1B, 3.1C, 3.1D, 3.1E Purpose This activity acts as a bridge between the 2 nd -grade concept of area (covering a rectangle

More information

Richard F. Bernotas Middle School Spanish

Richard F. Bernotas Middle School Spanish Richard F. Bernotas Middle School Spanish The following pages are taken from the Can-Do statements published by the American Council on the Teaching of Foreign Language (ACTFL). These Can- Do statements

More information

21st Century Learning Skills

21st Century Learning Skills Contents: Lesson Focus & Standards p. 1 Review Prior Stages... p. 2 Lesson Content... p. 3-6 Review.. p. 7 Math Connection.... p. 7 Vocabulary... p. 8 Trivia. p. 8 21st Century Learning Skills Learning

More information

Name. Class. Teaching Artist

Name. Class. Teaching Artist Name Class Teaching Artist Part I: Photographic Form & Content 3 Part 1: Photographic Form & Content Lesson 1 Hello Photography! Why do you want to take this class? What do you hope to learn? 4 Part 1:

More information

MEASUREMENT & DATA (TIME & MONEY) 2 ND GRADE

MEASUREMENT & DATA (TIME & MONEY) 2 ND GRADE MEASUREMENT & DATA (TIME & MONEY) 2 ND GRADE ROSEY SALINAS & KATYLN WILLIAMS WILLIAM HAMMOCK MATH STRUCTURE II NOVEMBER 9, 2016 OVERVIEW: STUDENTS IDENTIFY THE FOUR COINS (QUARTERS, DIMES, NICKLES, AND

More information

Study Guide 3: Addition of Whole Numbers Category 2: Computation and Algebraic Relationships

Study Guide 3: Addition of Whole Numbers Category 2: Computation and Algebraic Relationships Study Guide 3: Addition of Whole Numbers Category 2: Computation and Algebraic Relationships Vocabulary Addition Addends Missing addend Sum Total Plus Number sentence Equation Regroup Estimate Estimation

More information

WORK ALCHEMY Coaching Fire for You and Your Business

WORK ALCHEMY Coaching Fire for You and Your Business YOUR BEST DAY AT WORK EVER! A Vision for Your Entrepreneurial Future You re about to start on a process that will transform your business. It s my gift to you, so that you can begin to see the power of

More information

Clip Art & FONT Credits

Clip Art & FONT Credits TERMS OF USE From the creators of Fantastic Fun & Learning Fun-A-Day Home Preschool 101 Preschool Teacher 101 You may NOT share this with colleagues, your entire grade, or school/district without purchasing

More information

digiplayspace Accessibility Guide

digiplayspace Accessibility Guide What is? is an award-winning immersive digital art experience, from acclaimed international artists, highlighting the power of creative technology. Showcasing a variety of multi-media installations, is

More information

Let s Talk: Conversation

Let s Talk: Conversation Let s Talk: Conversation Cambridge Advanced Learner's [EH2] Dictionary, 3rd edition The purpose of the next 11 pages is to show you the type of English that is usually used in conversation. Although your

More information

It s All About Image Analyzing Thermal Images

It s All About Image Analyzing Thermal Images It s All About Image Analyzing Thermal Images Objectives: Students will be able to : describe the difference between a thermal image and a visible light image of the same object or scene. determine the

More information

The 4 Most Violated Comma Rules Caitlin Pyle

The 4 Most Violated Comma Rules Caitlin Pyle The 4 Most Violated Comma Rules Caitlin Pyle Alrighty, we re gonna talk about the four most violated comma rules in transcripts, and what you can do to fix them. I really feel like these four rules are

More information

Tiered Assignments th Grade Art I

Tiered Assignments th Grade Art I Value & Color Tiered Assignments 9-12 th Grade Art I Color is one of the most powerful elements the artist uses for expression, prompting aesthetic responses, creating contrast, value, mood, and expressive

More information

Start a Robotics Elective at Your School

Start a Robotics Elective at Your School Start a Robotics Elective at Your School Linda Reynolds, teckteacher@yahoo.com Reggie Clark, reginald.clark@ususd.us Jonathan Reynolds, chaplare@gmail.com Desert Robotics: Teams 08-0083; 08-0086; 08-0087;

More information

Grade TRAITOR - SUMMER WORKBOOK. Check CLASS: SURNAME, NAME:

Grade TRAITOR - SUMMER WORKBOOK. Check CLASS: SURNAME, NAME: Grade 6 TRAITOR - SUMMER WORKBOOK SURNAME, NAME: CLASS: Check I C 2 Dear Grade 6 Student, We are ready to leave another fruitful year behind. We would like you do some work on your summer readers as you

More information

GRADE 1 SUPPLEMENT. Set C5 Geometry: 3-D Shapes Around Us Calendar Pattern. Includes. Skills & Concepts. January Calendar Pattern C5.

GRADE 1 SUPPLEMENT. Set C5 Geometry: 3-D Shapes Around Us Calendar Pattern. Includes. Skills & Concepts. January Calendar Pattern C5. GRADE 1 SUPPLEMENT Set C5 Geometry: 3-D Shapes Around Us Calendar Pattern Includes January Calendar Pattern C5.1 Skills & Concepts H identify, name, and describe 3-D objects in everyday situations H identify,

More information

Process Makes Perfect: The Creative and Practical Process of Christo and Jeanne- Claude

Process Makes Perfect: The Creative and Practical Process of Christo and Jeanne- Claude Process Makes Perfect: The Creative and Practical Process of Christo and Jeanne- Claude Grades: Grades 3, 4, and 5 Subject: Visual Arts, Science Time Required: 20-30 minutes Author: Biggs Museum Curator

More information

THE TWO COMPONENTS OF A GOOD WRITING CONFERENCE

THE TWO COMPONENTS OF A GOOD WRITING CONFERENCE THE TWO COMPONENTS OF A GOOD WRITING CONFERENCE Component One: Talk with the students about what they are doing as writers Listen to your student What are you doing well as a writer? How is the writing

More information

What will you do this weekend? Topic: where/who/day

What will you do this weekend? Topic: where/who/day What will you do this weekend? What will you do Topic: where/who/day What time will you eat lunch/dinner/snack? How long will you stay? Conclusion I think What will you take? What will my friend do this

More information

Line-Follower Challenge

Line-Follower Challenge Line-Follower Challenge Pre-Activity Quiz 1. How does a color sensor work? Does the color sensor detect white or black as a higher amount of light reflectivity? Absorbance? 2. Can you think of a method

More information

Creating Projects for Practical Skills

Creating Projects for Practical Skills Welcome to the lesson. Practical Learning If you re self educating, meaning you're not in a formal program to learn whatever you're trying to learn, often what you want to learn is a practical skill. Maybe

More information

a mathematics unit for high-ability learners in grades 6 8

a mathematics unit for high-ability learners in grades 6 8 a mathematics unit for high-ability learners in grades 6 8 The College of William and Mary School of Education Center for Gifted Education P.O. Box 8795 Williamsburg, Virginia 23187 Center for Gifted Education

More information

Crafting Your Elevator Pitch

Crafting Your Elevator Pitch Crafting Your Elevator Pitch NACS Professional Development Workshop April 18, 2018 Adam Fishbein (afishbei@umd.edu) Shevaun Lewis (shevaun@umd.edu) What is an elevator pitch? Generally speaking, an elevator

More information

Welcome to Mr. Maflahi s 7 th Grade Social Studies Class Ancient World History! Dear Students and Parents/Guardians:

Welcome to Mr. Maflahi s 7 th Grade Social Studies Class Ancient World History! Dear Students and Parents/Guardians: Welcome to Mr. Maflahi s 7 th Grade Social Studies Class Ancient World History! Dear Students and Parents/Guardians: I would like to take this opportunity to welcome you and your child to a new school

More information

DAY 1 READ PSALM 139:13. THANK God for creating you to be exactly who He wanted you to be. DAY 2 READ PSALM 139:14 WEEK

DAY 1 READ PSALM 139:13. THANK God for creating you to be exactly who He wanted you to be. DAY 2 READ PSALM 139:14 WEEK 1 READ PSALM 139:13 DAY 1 This month is all about individuality which we define as: discovering who you are meant to be so you can make a difference. Of all the people in the whole world, there is NO ONE

More information

TEKSING TOWARD STAAR MATHEMATICS GRADE 7. Projection Masters

TEKSING TOWARD STAAR MATHEMATICS GRADE 7. Projection Masters TEKSING TOWARD STAAR MATHEMATICS GRADE 7 Projection Masters Six Weeks 1 Lesson 1 STAAR Category 1 Grade 7 Mathematics TEKS 7.2A Understanding Rational Numbers A group of items or numbers is called a set.

More information

Job hunting Now complete the sentences below with the words and phrases: 1. You don t have enough experience for a management job. You need to start w

Job hunting Now complete the sentences below with the words and phrases: 1. You don t have enough experience for a management job. You need to start w A A ENGLISH VOCABULARY Job hunting Lesson code: 2U3D-L7IB-9ZRX INTERMEDIATE 1 Warm-up Which factor is most important when looking for a new job? Rank the following points in terms of importance and then

More information

( for 2 lessons) Key vocabulary: triangle, square, root, hypotenuse, leg, angle, side, length, equation

( for 2 lessons) Key vocabulary: triangle, square, root, hypotenuse, leg, angle, side, length, equation LESSON: Pythagoras Theorem ( for 2 lessons) Level: Pre-intermediate, intermediate Learning objectives: to understand the relationship between the sides of right angled-triangle to solve problems using

More information

Activity 6.2 Visual Analysis Automoblox

Activity 6.2 Visual Analysis Automoblox Activity 6.2 Visual Analysis Automoblox Introduction What is it about an object that captures a person s attention? Is it the color of an object that emphasizes its presence? That might explain why a kindergarten

More information

Bottle It Up Arif Usmani

Bottle It Up Arif Usmani When somebody makes me mad, I just Bottle It Up Arif Usmani When things go wrong, I don t get sad, Bottle it up inside. I bottle it up As tight as tight, I bottle it up With all my might, I just I pretend

More information

At homework time, ask your child to take a few coins from the jar, name the coins, and count the total value.

At homework time, ask your child to take a few coins from the jar, name the coins, and count the total value. LETTER HOME Group and Count to Measure Length Dear Family Member: In this unit, students apply their grouping and counting skills to measure length. They will measure classroom items, measure the distance

More information

UNIVERSITY OF CAMBRIDGE FACULTY OF LAW OPEN DAY 2018

UNIVERSITY OF CAMBRIDGE FACULTY OF LAW OPEN DAY 2018 UNIVERSITY OF CAMBRIDGE FACULTY OF LAW OPEN DAY 2018 Applying to Cambridge Law Speaker: Mrs Ali Lyons Okay, good afternoon, everyone. My name is Ali Lyons and I work here at the Faculty of Law. I am working

More information

Alice World Programming Grade 8 Science Mrs. McCarthy - 8th Grade Science Start Date: June 26, 2012 End Date : June 30, 2012

Alice World Programming Grade 8 Science Mrs. McCarthy - 8th Grade Science Start Date: June 26, 2012 End Date : June 30, 2012 Alice World Programming Start Date: June 26, 2012 End Date : June 30, 2012 Unit Preparation Essential Question How can we use Alice Programming to reinforce basic science concepts? Vocabulary Evaporation

More information

SEEING IS BELIEVING...OR IS IT? INSECTS LEVEL 1

SEEING IS BELIEVING...OR IS IT? INSECTS LEVEL 1 INSECTS LEVEL 1 Skills Observing, comparing, contrasting, evaluating, sorting, discussing, artistic representation, writing, and drawing National Science Standard Content Standard A: Science as Inquiry

More information

Your EdVenture into Robotics 10 Lesson plans

Your EdVenture into Robotics 10 Lesson plans Your EdVenture into Robotics 10 Lesson plans Activity sheets and Worksheets Find Edison Robot @ Search: Edison Robot Call 800.962.4463 or email custserv@ Lesson 1 Worksheet 1.1 Meet Edison Edison is a

More information

ScienceNotebook. Grade 3. Name: TheInquiryProject. InvestigatingThingsinMyWorld. ObservingandMeasuringMaterialsandObjects

ScienceNotebook. Grade 3. Name: TheInquiryProject. InvestigatingThingsinMyWorld. ObservingandMeasuringMaterialsandObjects Name: Grade 3 TheInquiryProject Seeingtheworldthroughascientist'seyes ScienceNotebook InvestigatingThingsinMyWorld ObservingandMeasuringMaterialsandObjects Dear Student Scientist, Scientists use notebooks,

More information

Lesson Focus & Standards p Review Prior Stages... p. 3. Lesson Content p Review.. p. 9. Math Connection. p. 9. Vocabulary... p.

Lesson Focus & Standards p Review Prior Stages... p. 3. Lesson Content p Review.. p. 9. Math Connection. p. 9. Vocabulary... p. Contents: Lesson Focus & Standards p. 1-2 Review Prior Stages... p. 3 Lesson Content p. 4-8 Review.. p. 9 Math Connection. p. 9 Vocabulary... p. 10 Trivia. p. 10 Another Look at the White Cross. p. 11

More information

Crossing the Pond A Probability Game BRIDGES BREAKOUT Excerpts From Bridges in Mathematics

Crossing the Pond A Probability Game BRIDGES BREAKOUT Excerpts From Bridges in Mathematics Crossing the Pond A Probability Game BRIDGES BREAKOUT Excerpts From Bridges in Mathematics 200, The Math Learning Center Crossing the Pond: A Probability Game A Math Learning Center Publication by Allyn

More information

Cultivating Curiosity: Birds at the Gardens

Cultivating Curiosity: Birds at the Gardens Cultivating Curiosity: Birds at the Gardens Students will be introduced to birds of coastal Maine and their adaptations. Students will study bird calls and mnemonics to recall them. Through exploration

More information

1. Write the fraction that each tile represents, if 1 (one) is represented by the yellow tile. Yellow Red Blue Green Purple Brown

1. Write the fraction that each tile represents, if 1 (one) is represented by the yellow tile. Yellow Red Blue Green Purple Brown Fraction Tiles Activity Worksheet In this activity you will be using fraction tiles to explore relationships among fractions. At the end of the activity your group will write a report. You may want to

More information

ART LESSONS IN THE CLASSROOM FIFTH GRADE LESSON 3

ART LESSONS IN THE CLASSROOM FIFTH GRADE LESSON 3 COLOR DOMINANCE IN STILL LIFE DESCRIPTION OF PROJECT: Teach in multiple sessions Students create a still life making one object dominant through use of color. PROBLEM TO SOLVE: How are elements in a composition

More information

Author. I m an Author! Are you? Maybe you enjoy writing down your feelings, or describing things you notice about your world.

Author. I m an Author! Are you? Maybe you enjoy writing down your feelings, or describing things you notice about your world. DANIEL KIRK TEN EASY WAYS TO USE THIS BOOK IN THE CLASSROOM 1. Print out color PDF #1 on 8.5 X 11 paper. Place the individual pages in plastic sleeves in a three-ring binder, to keep handy as a classroom

More information

It s None of Your Business!

It s None of Your Business! It s None of Your Business! ISBN-13: 978-0-328-78694-7 ISBN-10: 0-328-78694-2 9 780328 786947 Kathy Swan S.G. Grant Emma Thacker Illustrations by Peter Francis It s None of Your Business! Kathy Swan S.G.

More information

Light. Light. Photo Credit: Lyndon Hatherall

Light. Light. Photo Credit: Lyndon Hatherall Light Photo Credit: Lyndon Hatherall Some things in nature give off light. The sun gives off light. Fire gives off light. Lightning gives off light. Some objects give off light too. Lamps give off light.

More information

Lesson 6 (Chapters 11 and 12, Pages 60-69)

Lesson 6 (Chapters 11 and 12, Pages 60-69) Lesson 6 (Chapters 11 and 12, Pages 60-69) List 1 List 2 List 3 List 4 Vocabulary Expressions frost cancel whispered muttered hollered wailed sputtered stopped nodded slapped shopped grabbed mopped notebook

More information

Lets start learning how Wink s bottom sensors work. He can use these sensors to see lines and measure when the surface he is driving on has changed.

Lets start learning how Wink s bottom sensors work. He can use these sensors to see lines and measure when the surface he is driving on has changed. Lets start learning how Wink s bottom sensors work. He can use these sensors to see lines and measure when the surface he is driving on has changed. Bottom Sensor Basics... IR Light Sources Light Sensors

More information

SUNDAY MORNINGS January 13, 2019, Week 2 Grade: Kinder

SUNDAY MORNINGS January 13, 2019, Week 2 Grade: Kinder Fool to Think Bible: Fool to Think (Slow to Anger) Proverbs 16:32 Bottom Line: Think before you lose your temper. Memory Verse: God s power has given us everything we need to lead a godly life. 2 Peter

More information

Slope-Intercept Form of a Line

Slope-Intercept Form of a Line Lesson Plan Lecture Edition Slope-Intercept Form of a Line Objectives Students will: discover how slope effects the graph of a line. relate b to the y-intercept of a line. determine the equation of a line

More information

How to Grow A Brain. Introducing Growth vs. Fixed Mindset

How to Grow A Brain. Introducing Growth vs. Fixed Mindset How to Grow A Brain Introducing Growth vs. Fixed Mindset Themes Mindset Grow Your Brain Do Your Best Never Give Up I Can Learn from Mistakes Compare and contrast these two poems (printable sheets included)

More information

Drawing in Perspective Workbook

Drawing in Perspective Workbook Name: Period: Drawing in Perspective Workbook CBPA: Perspective UNIT Required Activities: Due Date: I m Done! Pre-Test: vocabulary quiz and 2 different pre-test worksheets. Goal Setting: decide your level

More information

Lesson 1: Chance Experiments

Lesson 1: Chance Experiments Student Outcomes Students understand that a probability is a number between and that represents the likelihood that an event will occur. Students interpret a probability as the proportion of the time that

More information

Appendix C. Example Science Items. Grade 4 and Grade 8

Appendix C. Example Science Items. Grade 4 and Grade 8 Appendix C Example Science Items Grade 4 and Grade 8 Example Science Items: Grade 4 Example Science Items: Grade 4 1 Magnet 1 is hanging by two strings. Magnet 2 is moved towards Magnet 1 as shown in the

More information

Addition and Subtraction of Polynomials

Addition and Subtraction of Polynomials Student Probe What is 10x 2 2y x + 4y 6x 2? Addition and Subtraction of Polynomials Answer: 4x 2 x + 2y The terms 10x 2 and - 6x 2 should be combined because they are like bases and the terms - 2y and

More information

Write Your Reality Into Existence 30 DAYS OF JOURNAL PROMPTS FOR CLARITY, PURPOSE, AND DREAM LIFE CREATION

Write Your Reality Into Existence 30 DAYS OF JOURNAL PROMPTS FOR CLARITY, PURPOSE, AND DREAM LIFE CREATION Write Your Reality Into Existence 30 DAYS OF JOURNAL PROMPTS FOR CLARITY, PURPOSE, AND DREAM LIFE CREATION Anna Shelley Contents Part 1 - How to use this guide... 2 Part 2-30 Days Of Journal Prompts (+

More information

Grade 3, Module 5: Fractions as Number on the Number Line Mission: Fractions as Numbers

Grade 3, Module 5: Fractions as Number on the Number Line Mission: Fractions as Numbers Grade 3, Module 5: Fractions as Number on the Number Line Mission: Fractions as Numbers Lessons Table of Contents Lessons... 2-41 Topic A: Partitioning a Whole into Equal Parts... 2 Topic B: Unit Fractions

More information

Science test KEY STAGE 2 LEVELS 3 5. Test A. First name. Last name. School. For marker s use only TOTAL

Science test KEY STAGE 2 LEVELS 3 5. Test A. First name. Last name. School. For marker s use only TOTAL Sc KEY STAGE 2 Science test LEVELS 3 5 Test A First name Last name School 2009 For marker s use only Page 5 7 9 11 13 15 17 19 20 TOTAL Marks INSTRUCTIONS Read this carefully. You have 45 minutes for this

More information

Unit 6P.2: Light. What is Light? Shadows Reflection The colors of the rainbow. Science skills: Observing Classifying Predicting

Unit 6P.2: Light. What is Light? Shadows Reflection The colors of the rainbow. Science skills: Observing Classifying Predicting Unit 6P.2: What is? Shadows Reflection The colors of the rainbow Science skills: Observing Classifying Predicting By the end of this unit you should: Know that light moves in straight lines. Know how shadows

More information

IGHT. Dip. to build. This. curriculum

IGHT. Dip. to build. This. curriculum HY YSICS OF IGHT RADE ASSESSMENT PACKET Dip into the fascinating field of light by learning about illumination, brightness, refraction,, reflection, beam scattering, optical density, and more as you use

More information

LEARN TO SOLVE THE RUBIK'S CUBE

LEARN TO SOLVE THE RUBIK'S CUBE LEARN TO SOLVE THE RUBIK'S CUBE Contents: Lesson Focus & Standards p. 1 Review Prior Stages... p. 2 Lesson Content... p. 3-5 Review.. p. 6 Math Connection.... p. 6 Vocabulary... p. 7 Trivia. p. 7 21st

More information

Pen Pal Letters - Lesson 2. Dear Jessica,

Pen Pal Letters - Lesson 2. Dear Jessica, Dear Jessica, My family finally unpacked all of our belongings into our new house. I m so excited because I finally have a room all to myself, and it is on the second floor of the house! I still haven

More information

Contents. Arts and Leisure. Culture and History. Environment. Health. Science Facts. People Profiles. Social Science. Sports and Hobbies.

Contents. Arts and Leisure. Culture and History. Environment. Health. Science Facts. People Profiles. Social Science. Sports and Hobbies. Arts and Leisure 1. Read It or See It? / 5 Contents 11. A Controversial Restoration / 65 Culture and History 2. Superstitions About Birds / 11 12. The Flood / 71 Environment 3. Alaska Is Melting! / 17

More information

POWERRISE PLATINUM TECHNOLOGY REMOTE CONTROL GUIDE

POWERRISE PLATINUM TECHNOLOGY REMOTE CONTROL GUIDE POWERRISE PLATINUM TECHNOLOGY REMOTE CONTROL GUIDE LUXAFLEX Window Fashions with PowerRise Platinum Technology L U X A F L E X W i n d o w F a s h i o n s Control Like Never Before This guide shows you

More information

1 V = IR P = IV R eq. 1 R i. = R i. = R eq. V = Energy Q. I = Q t

1 V = IR P = IV R eq. 1 R i. = R i. = R eq. V = Energy Q. I = Q t Chapters 34 & 35: Electric Circuits NAME: Text: Chapter 34 Chapter 35 Think and Explain: 1-3, 6-8, 10 Think and Explain: 1-10 Think and Solve: 1-6 Think and Solve: 1-4 Vocabulary: Ohm s Law, resistance,

More information

The Language of Instruction in the Writing Workshop: Some possibilities organized by teaching methods

The Language of Instruction in the Writing Workshop: Some possibilities organized by teaching methods The Language of Instruction in the Writing Workshop: Some possibilities organized by teaching methods DEMONSTRATION Write in front of students, or refer to a piece already written Focus may be only on

More information

Copyright Digital Lesson.com

Copyright Digital Lesson.com SQUAREA Note: All answers should include appropriate units such as square inches (in. 2 ) or cubic feet (ft. 3 ). I. SQUARE FOOT 1. Cut out a square foot. 2. Draw square inches on your square foot. 3.

More information

Here Comes the Sun. The Challenge

Here Comes the Sun. The Challenge Here Comes the Sun This activity requires ROBOLAB 2.0 or higher, the Infrared Transmitter and cable #9713, RCX #9709, elab sets #9680 and #9681. The Challenge Invent a car that finds the optimal light

More information

Variation of light intensity. Measuring the light intensity of different light sources

Variation of light intensity. Measuring the light intensity of different light sources Dimension 2 Cross Cutting Concepts Dimension 1 Science and Engineering Practices FRAMEWORK FOR K-12 SCIENCE EDUCATION 2012 Variation of light intensity USA Standards Correlation The Dimension I practices

More information

Chapter 5 Integers. 71 Copyright 2013 Pearson Education, Inc. All rights reserved.

Chapter 5 Integers. 71 Copyright 2013 Pearson Education, Inc. All rights reserved. Chapter 5 Integers In the lower grades, students may have connected negative numbers in appropriate ways to informal knowledge derived from everyday experiences, such as below-zero winter temperatures

More information

Copyright 2012 by Susan Kilbride

Copyright 2012 by Susan Kilbride Copyright 2012 by Susan Kilbride All rights reserved. No part of this activity may be used or reproduced by any means, graphic, electronic, or mechanical, including photocopying, recording, taping or by

More information

Too boring Too tricky Too blurry Too sitty

Too boring Too tricky Too blurry Too sitty Chapter One: Why? Why don t kids like to read? There are all sorts of reasons, in all sorts of combinations. But they boil down to certain key underlying issues we ll start to explore here. In order to

More information

Foundation - 2. Exploring how local products, services and environments are designed by people for a purpose and meet social needs

Foundation - 2. Exploring how local products, services and environments are designed by people for a purpose and meet social needs Foundation - 2 LEGO Education Technologies and society Identify how people design and produce familiar products, services and environments and consider sustainability to meet personal and local community

More information

SLCN Lesson Three Addition Algorithm

SLCN Lesson Three Addition Algorithm SLCN Lesson Three Addition Algorithm LESSON THREE Stage Two Addition Algorithm Introduction: Provide a statement of goals What we re going to be learning about today is about adding numbers. We re going

More information