Six week curriculum Daily Lesson Plan Robotics
|
|
|
- Abraham Sharp
- 9 years ago
- Views:
Transcription
1 Six week curriculum Daily Lesson Plan Robotics Note to the Teacher The six week curriculum allows the teacher to teach basic electronic control and some elements of advanced programming logic. (In the one and three week module, only basic electronic control and programming logic are taught.) This module allows for more explorations in mechanics. Students should be actively engaged in inquiry-based investigations that teach lessons about mechanical advantage, measurement, and ratios and proportions. The last part of the module involves an open ended challenge where students get practice with problem solving, teamwork and project management. Beginning in Week 3, students will begin using the investigations in the Investigations module. It will be up to individual instructors to select the investigations most appropriate for their classrooms. There are teacher notes and answer keys available in the Extra Resources folders (Extra Resources / Acrobat Files / Investigation Teacher Notes) that can aid you in making this selection, and in correcting the accompanying worksheets from each investigation. Resources required: Computer, ROBOLAB, IR tower Projector for computer LEGO Robotics Challenge Kit Rotation/Angle Sensor Electrical tape Clean flat surface Resources available on this CD-ROM 5 Robot Building Instruction slideshows, including Tankbot, and 4 other robot slideshows. Go to ROBOTS in the Hardware Module. Touch Sensor Light Sensor Rotation Sensor Gear Box / Gear Box Attachment / Crate Worm Gears Gripper Programming examples for Motors and Timers Touch Sensor Light Sensor Rotation Sensor Temperature Sensor Investigations Module Resources Project Management Brainstorming Working in Teams Time Management Design Review
2 Engineering Mechanics Gears and Speed/Time Gears and Speed/Distance Gearbox Hoist/Torque Worm Gears/Properties Belts/Ratios Pulleys/Force, Distance, Work Measurement Wheel Sizes/Distance Compound Gears/Ratios Fractional Parts/Containers Probability Wheel/Chance Equivalent Fractions/Predictions Unit Conversions/Factors Motion Planning Discovering Pi/Circumference Measured Turns/Radius Building Behaviors/Programming Electronics ROBOLAB instructional tools ROBOLAB Functions Palette 2.5 ROBOLAB Tutorial (slideshow) Construction techniques / Mechanics helper links: LEGO Building Tips (slideshow) Sensors (slideshow) Cross Bracing Spur Gears/Gear Wheels Bevel/Crown Gears (Conical Wheels) Worm Gears Compound Gear Ratios Balance Friction Open Ended Design Challenges Assessment tools Work habit evaluation form Workplace competencies evaluation form Robot design rubric / Presentation rubric / Daily log Robotip: It is extremely important to have students cover their IR tower and robot whenever multiple users are beaming programs. If a robot receives a signal from multiple IR towers at the same time the firmware becomes corrupt and needs to be downloaded again. Click here to learn more. Week 1 Introduction to Basic Programming & Logic Overview: The goal of week one is to teach basic programming logic and how to program LEGO robots using ROBOLAB. In week one students will learn to combine basic behaviors to build simple behaviors.
3 Week 1, Day 1 Introduction to Robotics Install ROBOLAB and test IR communications with the RCX. Build several robots and download programs that demonstrate how sensors work. This demonstration is to be used as an anticipatory set to excite the class about robotics. Suggested robot demonstrations: 1. Robot demonstrating simple behaviors using timing 2. Robot demonstrating simple behaviors using a touch sensor 3. Robot demonstrating simple behaviors using a light sensor Robotip: The light sensor is easier to use than the touch sensor because there are fewer mechanical challenges to get it to work. Note: If you have never programmed with ROBOLAB, a ROBOLAB Tutorial beginner's slideshow is available in the Teacher Resources section of this Module. Carnegie Mellon's Robotics Academy has programming lessons at its site (click LEGO in the left sidebar), and has also produced a ROBOLAB Video Trainer with 40 short videos with animations that can be used to teach programming. TUFTS University has a comprehensive online downloadable PDF tutorial at Review the parts of the RCX (Hardware Module/The RCX). Demonstrate the following using ROBOLAB: How to open ROBOLAB How to open Programmer Level 4 Functions Palette Tools Palette Help Screen How to download a program using the IR Tower How to save a program Assign all students to build a Tankbot Week 1, Days 2-3 Programming Using Behaviors Describe how to program using behaviors (Investigations / Motion Planning/ Building Behaviors). Pass out the Behaviors worksheet from the Building Behaviors investigation in the Motion Planning section of the Investigations Module and discuss the difference between basic, simple, and complex behaviors. Use a programmed robot to demonstrate a basic, a simple, and a complex behavior. There are videos demonstrating these behaviors in the Building Behaviors section of Investigations. Review the following using ROBOLAB: How to open ROBOLAB How to open Programmer Level 4 Functions Palette Tools Palette Help Screen
4 How to download a program using the IR Tower How to save a program Note: It is important that you teach your students about file structure; how to name their programs, where to save them, and how to locate them when they return. These concepts, as well as how to multitask between ROBOLAB and the Robotics Educator, are covered in the Quickstart Guide on the front page of this module. Present Light Sensor slideshow (Extra Resources / PowerPoint Shows / Light Sensors). Demonstrate Light Sensor engineering (Sensors Module/Light Sensor/Engineering). Demonstrate how to calculate threshold (Sensor Module/Light Sensor/Programming). Discuss how feedback from the sensor is used in forks and loops to control behaviors (conditional statements). Discuss how programmers use pseudo code to build the logic they will use to program their robots (Investigations/Motion Planning/Building Behaviors/Pseudo Code Worksheet). Assign your students the following programming exercises, and reinforce the idea that these programs combine basic behaviors to build simple behaviors: Wait for Dark (Exercise 1 - Light Sensor / Programming Module) Wait for Light (Exercise 2 - Light Sensor / Programming Module) Line-Track Right (Exercise 3 - Light Sensor / Programming Module) Line-Track Left (Exercise 3 - Light Sensor / Programming Module) Timer Sensor Forks (Exercise 4 - Light Sensor / Programming Module) Week 1, Day 4 Have the students complete the light sensor worksheet to demonstrate how to build complex behaviors (Investigations / Motion Planning/ Building Behaviors / Light Sensor Worksheet). Develop a simple programming challenge using black electrical tape and a light colored surface. Challenge your students to work in pairs to solve the programming challenge. Week 1, Day 5 Complete the light sensor challenge from day 4. Check students' understanding of the basic programming concepts taught in week one. Administer basic teacher-developed programming quiz (optional). Week 2, Days 1-3 Introduction to Touch Sensors Overview: In week two students will continue to learn to use ROBOLAB. They will learn about touch and Rotation Sensors. They will begin to combine simple behaviors to build complex behaviors. Demonstrate how a Touch Sensor works (Sensors Module/Touch Sensor/Engineering). Demonstrate the difference between Wait-for-Push and Wait-for-Let Go. Assign students the following programming exercises: Wait for Push (Programming Module/Touch Sensors/Wait for Push) Wait for Let Go
5 (Programming Module/Touch Sensors/Wait for Let Go) Bug Bot (Programming Module/Touch Sensors/Bug Bot) Remote Control (Programming Module/Touch Sensor/Remote Control) Complete the touch sensor worksheet (Investigations Module, Motion Planning, Building Behaviors, touch sensor worksheet). Week 2, Days 4-5 Introduction to Rotation Sensor/Angle Sensors Overview : The Rotation Sensor, also called the angle sensor, does not come with the standard kit. The Rotation Sensor is a very powerful tool to teach measurement and applied geometry. As students expertise increases the teacher has the opportunity to introduce more advanced concepts: containers, timers, and timer forks. Demonstrate Rotation Sensor using Tankbot. Present how the Rotation Sensor works (Sensors Module/Rotation Sensor/Engineering). Demonstrate how to program a Rotation Sensor (Sensors Module/Rotation Sensor/Programming). Present Rotation Sensor slideshow (Extra Resources / PowerPoint/Rotation Sensor). Assign Rotation Sensor programming exercises to students. Straight (Programming Module/Rotation Sensor/Straight). Point Turn (Programming Module/Rotation Sensor/Point Turn). Conditional loops (Programming Module/Rotation Sensor/Conditional Loops). Challenge the students to use a Rotation Sensor fork instead of a Rotation Sensor loop to track. Note: There are multiple extension activities that can be taken from the Challenges section in the Investigations Module. Week 3-4 Robotics Investigations Overview: It is up to the teacher to decide the appropriate pace for his/her class. Some students will have completed the programming exercises and others will need more time. In weeks three and four students will be challenge to complete several inquiry-based student driven investigations. The Robotics Educator has over 30 days worth of student activity involving Investigations. Each investigation will take approximately one-two class periods. The lessons are designed to teach scientific process as students discover academic concepts. Each investigation has: An independent, dependent and control variable A hypothesis Mathematical concepts that are being reinforced It will be up to the teacher to select investigations that are appropriate to his/her class. The two types of investigations that we will focus on for weeks 3 & 4 are: Mechanics Gears and Speed/Time Gears and Speed/Distance Gearbox Hoist/Torque Worm Gears/Properties Belts/Ratios
6 Pulleys/Force, Distance, Work Measurement Wheel Sizes/Distance Compound Gears/Ratios Fractional Parts/Containers Probability Wheel/Chance Equivalent Fractions/Predictions Unit Conversions/Factors Week 3-4, Day 1-2 Prepare a demonstration from the Gears and Speed/Distance Investigation. Demonstrate how gears affect the distance the robots travel. Present Gears PowerPoint Presentation; there is a teacher-editable version in the root directory in Extra Resources. Review math related to fractions. Demonstrate how to calculate gear ratios. Assign students the Gears and Speed/Distance Investigation. Assign students Investigations based on teacher's selection. Week 3-4, Day 3-4 Review measurement. Demonstrate how to calculate the circumference of a wheel. Review using a Rotation Sensor. Assign the students to complete the Wheel Size/Distance Investigation. Demonstrate the Wheel Sizes/Distance Investigation lab. Assign the students to complete the Wheel Size/Distance Investigation lab. Week 3-4, Day 5-6 Build the gearbox in Compound Gears/Ratios. Demonstrate how to calculate compound gear ratios. Assign the students complete the Compound Gears/Ratios Investigation. Week 3-4, Day 7-8 Demonstrate worm gears (Hardware/Helper Links/Worm Gears) Demonstrate Worm Gears/Properties Investigation. Assign students the Worm Gears/Properties Investigation. Week 3-4, Day 9-10 Review the Belts/Ratios Investigation. Assign students the Belts/Ratios Investigation. Week 5 Overview: All explorations until now have involved pre-designed mobile robots. Mechanical design is very difficult. Over the next couple of weeks students will be working on a teacher-assigned design problem where they have to work in teams to design, build, program and troubleshoot a robotic solution to a problem. Some students will be very good at it. Others will find this extremely difficult. The teacher will select a robotic challenge for their students to solve. There are multiple robotic challenges in the Challenges section of the Investigations Module. More examples can be found at the Robotics Academy site under LEGO. Refer to the Investigations Module/Project Management section for student resources. Week 5, Day 1 Discuss Engineering Process (Investigations Module/Project Management/Engineering Process). Discuss brainstorming (Investigations Module/Project Management/Engineering Process). Discuss how hard it is to work as a team (Investigations Module/Project Management/Teamwork). Introduce the challenge the teams will work on. Week 5, Day 2 Divide students into teams Note: Students will be assigned to teams of 2-4. Younger students should be placed in smaller groups. (Extra Resources/PowerPoint/Teams) Review the problems teams have when working together. Review teamwork. Review the assigned problem.
7 Review team brainstorming strategies. Have students begin to develop prototypes of solutions. Week 5, Days 3-5 Students will work on designing, building and testing their solution to the project. Students also could be assigned to complete a presentation on: The mechanical aspects of their solution The programming strategy that they used The roles of each team member Week 6 Review the rules for the challenge the students are preparing for. Help students prepare for the presentation of the mechanical and programming choices each team made to play the game. The last day of Week 6 should be reserved for the competition
Lego Robot Tutorials Touch Sensors
Lego Robot Tutorials Touch Sensors Bumper Cars with a Touch Sensor With a touch sensor and some robot programming, you can make your robot search its way around the room. It can back up and turn around
2/26/2008. Sensors For Robotics. What is sensing? Why do robots need sensors? What is the angle of my arm? internal information
Sensors For Robotics What makes a machine a robot? Sensing Planning Acting information about the environment action on the environment where is the truck? What is sensing? Sensing is converting a quantity
YOSEMITE REGIONAL OCCUPATIONAL PROGRAM COURSE OUTLINE. COURSE TITLE: Robotics Engineering I ROP S1 Robotics Engineering I ROP S2
YOSEMITE REGIONAL OCCUPATIONAL PROGRAM COURSE OUTLINE COURSE TITLE: Robotics Engineering I ROP S1 Robotics Engineering I ROP S2 COURSE NUMBER: ROP71501 ROP71502 RECOMMENDED GRADE LEVEL: 11-12 ABILITY LEVEL:
The NXT Generation. A complete learning solution
The NXT Generation A complete learning solution The NXT Generation LEGO MINDSTORMS Education is the latest in educational robotics, enabling students to discover ICT, science, D&T and maths concepts in
Quick Start Guide to computer control and robotics using LEGO MINDSTORMS for Schools
Quick Start Guide to computer control and robotics using LEGO MINDSTORMS for Schools www.lego.com/education/mindstorms LEGO, the LEGO logo and MINDSTORMS are trademarks of the LEGO Group. 2004 The LEGO
NCCA. Transition Unit Having fun with computer programming and games
Transition Unit Having fun with computer programming and games NCCA An Chomhairle Náisiúnta Curaclaim agus Measúnachta t National Council for Curriculum and Assessmen t Area of Study Top up and Tasters
2a. Select the type of VEX classroom bundle that best suits your educational goals and students needs:
Steps to starting a VEX robotics program Congratulations on your decision to start a VEX robotics program! Whether you are a teacher, parent, coach, or an afterschool club leader, you ll find lots of support
Applications of Robotics
Applications of Robotics Issue date: 11/11/02 COPYRIGHT NOTICE Copyright 2003 PCS Edventures, Inc. All rights reserved. This curriculum book, as well as the web services described in it, is furnished under
How To Program An Nxt Mindstorms On A Computer Or Tablet Computer
NXT Generation Robotics Introductory Worksheets School of Computing University of Kent Copyright c 2010 University of Kent NXT Generation Robotics These worksheets are intended to provide an introduction
Plumsted Township School District Aligned to Common Core State Standards
Pacing Guide Content Area: Science Grade Level: 12 Course Title: Robotics Engineering Course Description: This course teaches students to apply engineering principles and practices to construct, program,
EV3 Programming. Overview for FLL Coaches. A very big high five to Tony Ayad
EV3 Programming Overview for FLL Coaches A very big high five to Tony Ayad 2013 Nature s Fury Coach Call Basic programming of the Mindstorm EV3 Robot People Introductions Deborah Kerr & Faridodin Lajvardi
Kindergarten Math Curriculum Course Description and Philosophy Text Reference:
Kindergarten Math Curriculum Course Description and Philosophy How do numbers and math affect our daily lives? What types of problems can be solved by understanding numbers and math concepts? Through inquiry,
Can Traffic Accidents be eliminated by Robots?
Can Traffic Accidents be eliminated by Robots? Elementary Science and Technology Grade 7 Teaching- learning Module for Unit Light and Sound Abstract This modules leads to a decision making activity related
Diametral Pitch Gear Ratios Herringbone Gears Idler Gear Involute Module Pitch Pitch Diameter Pitch Point. GEARS-IDS Optional Gear Set Straight Edge
105 Webster St. Hanover Massachusetts 02339 Tel. 781 878 1512 Fax 781 878 6708 www.gearseds.com Spur Gear Terms and Concepts Description In order to design, build and discuss gear drive systems it is necessary
Rubber Band Race Car
Rubber Band Race Car Physical Science Unit Using LEGO Mindstorms NXT Copyright 2009 by Technically Learning 1 of 17 Overview: Through a series of hands-on activities, students will design a rubber band
Scratch Game Design (Grade 3-5, Beginners)
Scratch Game Design (Grade 3-5, Beginners) Scratch was developed at MIT as a graphical programming language, and this course is designed to cultivate interests of younger students. In this course, elementary
How To Turn On A Robot On A Computer On A Black Box On A Pc Or Macbook
Written Directions for EV3 Line Follow (Heaviside Algorithm) Description: Given a black line and the light sensor on the EV3 robot, we want to have the light sensor read values from the reflected light.
Advanced Programming with LEGO NXT MindStorms
Advanced Programming with LEGO NXT MindStorms Presented by Tom Bickford Executive Director Maine Robotics Advanced topics in MindStorms Loops Switches Nested Loops and Switches Data Wires Program view
Program Your Own Game
Program Your Own Game Provided by TryEngineering - Lesson Focus Lesson focuses on how software engineers design computer games and other software. Student teams work together to develop a simple computer
Force and Motion: Ramp It Up
Force and Motion: Grade Level: 4-5 Time: 3 class periods By: Carrie D. Perry (Bedford County Public Schools) Overview After watching an engaging video on Olympic alpine skiers, students then participate
Teacher Answer Key: Measured Turns Introduction to Mobile Robotics > Measured Turns Investigation
Teacher Answer Key: Measured Turns Introduction to Mobile Robotics > Measured Turns Investigation Phase 1: Swing Turn Path Evaluate the Hypothesis (1) 1. When you ran your robot, which wheel spun? The
Unit 1: INTRODUCTION TO ADVANCED ROBOTIC DESIGN & ENGINEERING
Unit 1: INTRODUCTION TO ADVANCED ROBOTIC DESIGN & ENGINEERING Technological Literacy Review of Robotics I Topics and understand and be able to implement the "design 8.1, 8.2 Technology Through the Ages
LEGO MINDSTORMS EV3 Teacher s Guide. Introduction to Programming
Introduction to Programming LEGO MINDSTORMS EV3 Teacher s Guide The Introduction to Programming EV3 Curriculum was produced by Carnegie Mellon s Robotics Academy The Introduction to Programming EV3 Curriculum
TEACHER S GUIDE. How can Ozobot help to teach students in your classroom? Thank you for inviting Ozobot into your classroom!
TEACHER S GUIDE Thank you for inviting Ozobot into your classroom! How can Ozobot help to teach students in your classroom? Ozobot is a miniature smart robot that can follow lines or roam around freely,
Final Report. LEGO Robot Vehicle Afterschool Workshops: Transportation Engineering Problem Solving (K-12 Workforce Development, NCSU)
2014 Final Report LEGO Robot Vehicle Afterschool Workshops: Transportation Engineering Problem Solving (K-12 Workforce Development, NCSU) James B. Martin, PE, MCE, PI North Carolina State University Nancy
Classroom Activities for the Busy Teacher: EV3
Classroom Activities for the Busy Teacher: EV3 Table of Contents Chapter 1: Introduction... 1 Chapter 2: RileyRover Basics... 5 Chapter 3: Keeping Track... 13 Chapter 4: What is a Robot?... 17 Chapter
MATH 1351 (3:3:0) Fundamentals of Mathematics II (Online Course) MATHEMATICS DEPARTMENT. Division of Arts & Sciences
MATH 1351 (3:3:0) Fundamentals of Mathematics II (Online Course) MATHEMATICS DEPARTMENT Division of Arts & Sciences South Plains College Reese Center Summer I 2014 Traci Sanders 2 Fundamentals of Mathematics
EASTERN SCHOOL DISTRICT
EASTERN SCHOOL DISTRICT Course Descriptor Summary (Interim September 2005) 1. Subject Area: Technology Education 2. Course: Computer Technology 3200 3. Program Description/Guiding Principles: TABLE OF
How To Complete The College Readiness Math Mooc
College Readiness Math MOOC Instructor Information: Dr. Jennifer Kosiak, [email protected] General email: [email protected] Mathematics Department, University of Wisconsin- La Crosse Description: The
understanding sensors
The LEGO MINDSTORMS NXT 2.0 robotics kit includes three types of sensors: Ultrasonic, Touch, and Color. You can use these sensors to build a robot that makes sounds when it sees you or to build a vehicle
How To Build A Robot In Vex
Autodesk's VEX Robotics Curriculum Unit 17: Systems Integration 1 Overview The concept of systems integration has countless real-world applications, from the smallest nano levels of electronic devices
MATH 115 Mathematics for Liberal Arts (3 credits) Professor s notes* As of June 27, 2007
MATH 115 Mathematics for Liberal Arts (3 credits) Professor s notes* As of June 27, 27 *Note: All content is based on the professor s opinion and may vary from professor to professor & student to student.
Growing Up With Epilepsy
Teaching Students with Epilepsy: Children with epilepsy often experience learning issues as a result of their seizures. These may include ongoing problems with motor skills or cognitive functions, as well
Creating a Jeopardy Review Game using PowerPoint software.
DKeane MSMC ED 5700 ICP - Lesson Plan Using Technology in the K-8 Science Curriculum Creating a Jeopardy Review Game using PowerPoint software. (Sample Performance objectives and questions are based on
Math Courses Available After College Algebra. nsm.uh.edu
Math Courses Available After College Algebra This video is designed for: Students transferring into the University of Houston from a community college UH students with college algebra credit I have College
Force and Motion Grade 2
Suggested Time Frame: 2-3 days Materials: Tennis balls, 10 Golf balls, 10 Marbles, 10 Ping pong balls, 10 Measuring tapes, 10 Rulers, 10 Stopwatch Masking tape Towel Sandpaper Wax paper Paper cups Matching
Building Instructions: Maze Robot
Building Instructions: Maze Robot Basic Design from: Building Robots with Lego Mindstorms Modifications by: David Wang Diagrams and Instructions by: David Wang Diagrams and Instructions generated by: MLCad,
LEGO ROBOTICS for YOUNG BEGINNERS
LEGO ROBOTICS for YOUNG BEGINNERS A LEGOLAND California Educational Resource Guide Grades 1-3 Table of Contents Welcome Page 1 Background Information Page 2 Discovery and Learning: Simple Machines and
North Texas FLL Coaches' Clinics. Beginning Programming October 2014. Patrick R. Michaud [email protected] republicofpi.org
North Texas FLL Coaches' Clinics Beginning Programming October 2014 Patrick R. Michaud [email protected] republicofpi.org Goals Learn basics of Mindstorms programming Be able to accomplish some missions
Middle School Interactive Websites
Middle School Interactive Websites Math I Know That http://www.iknowthat.com This web site has interactive activities and games for pre-k-6 th grade. A great place to start is Leon s Math Dojo. It is great
Line Tracking Basic Lesson
Line Tracking Basic Lesson Now that you re familiar with a few of the key NXT sensors, let s do something a little more interesting with them. This lesson will show you how to use the Light Sensor to track
What s Your Angle? (Measurement)
The Middle School Math Project What s Your Angle? (Measurement) Objective Using inductive reasoning, students will devise procedures for using a protractor to measure the number of degrees in an angle.
Introduction to programming moway
moway Contents Contents... 1 Introduction... 2 Flowcharts... 2 Movement blocks... 5 Conditionals... 6 Loops... 7 AND/OR Operators... 8 Setting flowcharts in order... 10 www.moway-robot.com 1 Introduction
SCRATCH PROGRAMMING AND NUMERACY IN SENIOR PRIMARY CLASSES
SCRATCH PROGRAMMING AND NUMERACY IN SENIOR PRIMARY CLASSES Lero, NCTE 2012 Page 2 Table of Contents Page Number Course Introduction page 4 Module 1: page 5 Module 2: page 22 Module 3: page 32 Module 4:
Simple Kitchen Machines
Provided by TryEngineering - Lesson Focus Lesson focuses on simple machines and how they can be found in many everyday items. Students explore the different types of simple machines, how they work, and
Building a Better Robot
http://tinyurl.com/betterro Building a Better Robot Tips and Techniques for a great robot design Weight and Balance Too much weight on non-drive wheel(s) Hard to make turns Need more force to overcome
TETRIX Add-On Extensions. Encoder Programming Guide (ROBOTC )
Introduction: In this extension, motor encoders will be added to the wheels of the Ranger Bot. The Ranger Bot with Encoders will be programmed to move forward until it detects an object, turn 90, and move
CONTENTS. What is ROBOTC? Section I: The Basics
BEGINNERS CONTENTS What is ROBOTC? Section I: The Basics Getting started Configuring Motors Write Drive Code Download a Program to the Cortex Write an Autonomous Section II: Using Sensors Sensor Setup
Materials Needed: Choose one of the following methods depending on how familiar your students are with the internet and how to use it.
Teacher Information Lesson Title: Global Warming, Green House Effect and Climate Changes Lesson Description: This lesson helps students to understand or review their understanding of global warming, the
How To Play Botball
Using Robots to Teach 6-12 Grade Students to Program Steve Goodgame Executive Director KISS Institute for Practical Robotics 1-405-579-4609 www.kipr.org www.botball.org 1 Aerial Robot Contest What is a
Reflection Lesson Plan
Lauren Beal Seventh Grade Science AMY-Northwest Middle School Three Days May 2006 (45 minute lessons) 1. GUIDING INFORMATION: Reflection Lesson Plan a. Student and Classroom Characteristics These lessons
Skateboard Assembly - Line Balance Lesson Plan (45-60 minutes)
Overview This activity demonstrates the process of balancing an assembly line, which is designing the same amount of work content, or time, at each workstation. Work that is done to build skateboards is
KS3 Computing Group 1 Programme of Study 2015 2016 2 hours per week
1 07/09/15 2 14/09/15 3 21/09/15 4 28/09/15 Communication and Networks esafety Obtains content from the World Wide Web using a web browser. Understands the importance of communicating safely and respectfully
Thanks to official SAT practice tools.
Aaron s ready. Tara s ready. Karina s ready. Thanks to official SAT practice tools. Preparation leads to performance. When students prepare for the SAT with official SAT practice tools from the maker of
CODESPARK TEACHER S GUIDE Hour of Code
CODESPARK TEACHER S GUIDE Hour of Code Dear codespark Teacher, Thank you for your interest in teaching computer science to your kids! As you know, knowledge of computer science and algorithmic thinking
Problem Solving Approaches in STEM
Problem Solving Approaches in STEM Teacher Educator Teaching, Research & Service in the T & E of Science, Technology, Engineering, & Mathematics Sponsor Prepare Technology & Engineering Education Teachers
CREATING ON-LINE MATERIALS FOR COMPUTER ENGINEERING COURSES
1 CREATING ON-LINE MATERIALS FOR COMPUTER ENGINEERING COURSES Abstract Suxia Cui 1, and Yonghui Wang 2 1 Electrical and Computer Engineering Department 2 Engieering Technology Department Prairie View A&M
Self-Balancing Robot Project Proposal Abstract. Strategy. Physical Construction. Spencer Burdette March 9, 2007 [email protected]
Spencer Burdette March 9, 2007 [email protected] Self-Balancing Robot Project Proposal Abstract This project will undertake the construction and implementation of a two-wheeled robot that is capable of balancing
Introduction WELCOME TO LEGO MINDSTORMS EDUCATION
NXT User Guide Introduction WELCOME TO LEGO MINDSTORMS EDUCATION LEGO MINDSTORMS Education is the next generation in educational robotics, enabling students to discover Science, Technology, Engineering
Lesson Objectives: Identify the parts of the computer, vocabulary for communicating in the lab with lab assistant
Teacher s Name: Michele C. REEP Levels: 100-150 Lifeskills Unit: Getting Started Lesson Objectives: Identify the parts of the computer, vocabulary for communicating in the lab with lab assistant Language
Welcome to Math 7 Accelerated Courses (Preparation for Algebra in 8 th grade)
Welcome to Math 7 Accelerated Courses (Preparation for Algebra in 8 th grade) Teacher: School Phone: Email: Kim Schnakenberg 402-443- 3101 [email protected] Course Descriptions: Both Concept and Application
It is vital that you understand the rationale behind the correct answer(s) as wel as the incorrect answer options.
Getting the Most out of ATI www.atitesting.com What is ATI? ATI is an online resource that will be used throughout the nursing program to help you learn about nursing practice as well as help prepare you
Discovering Math: Exploring Geometry Teacher s Guide
Teacher s Guide Grade Level: 6 8 Curriculum Focus: Mathematics Lesson Duration: Three class periods Program Description Discovering Math: Exploring Geometry From methods of geometric construction and threedimensional
What Is an Electric Motor? How Does a Rotation Sensor Work?
What Is an Electric Motor? How Does a Rotation Sensor Work? Electric Motors Pre-Quiz 1. What is an electric motor? 2. Name two applications (things) you use every day that use electric motors. 3. How does
Running head: LESSONS LEARNED FROM A BEGINNING MATH COACH 1. Lessons Learned from a Beginning Math Coach. Susan Muir.
Running head: LESSONS LEARNED FROM A BEGINNING MATH COACH 1 Lessons Learned from a Beginning Math Coach Susan Muir K-4 Math Coach Good Spirit School Division LESSONS LEARNED FROM A BEGINNING MATH COACH
Partnerships Implementing Engineering Education Worcester Polytechnic Institute Worcester Public Schools
Partnerships Implementing Engineering Education Worcester Polytechnic Institute Worcester Public Schools Supported by: National Science Foundation Simple Machines: 4.G.2 _ Inclined Planes and Pulleys Grade
Getting Started with LEGO Robotics
Excerpted from Getting Started with LEGO Robotics A Guide for K-12 Educators Mark Gura LEGO Robotics is a hands on, multidisciplinary, collaborative, authentic learning experience, and Mark Gura wants
Discovering Math: Prediction and Probability Teacher s Guide
Teacher s Guide Grade Level: K 2 Curriculum Focus: Mathematics Lesson Duration: Two class periods Program Description Discovering Math: Prediction and Probability From likelihood to frequency to prediction,
ROBOT WITH A GRABBING HAND
SATO.Ch.14.02 3/13/02 8:27 AM Page 183 14 ROBOT WITH A GRABBING HAND Until now, we ve built robots that move (the Tire Robot, Mushi Mushi #1, and Mushi Mushi #5), but we haven t built a robot with a hand
Introduction WELCOME TO LEGO MINDSTORMS EDUCATION
NXT User Guide Introduction WELCOME TO LEGO MINDSTORMS EDUCATION LEGO MINDSTORMS Education is the next generation in educational robotics, enabling students to discover Science, Technology, Engineering
H-ITT CRS V2 Quick Start Guide. Install the software and test the hardware
H-ITT CRS V2 Quick Start Guide Revision E Congratulations on acquiring what may come to be one of the most important technology tools in your classroom! The H-ITT Classroom Response System is quite easy
Provided by TryEngineering - www.tryengineering.org
Provided by TryEngineering - Lesson Focus Lesson focuses on wind tunnel tests that engineers in many industries use to when developing products such as airplanes, cars, and even buildings. Teams of students
School Summary Improvement Plan in Numeracy for School Community Cork Educate Together National School, Grattan Street, Cork. Roll Number: 19906G
School Summary Improvement Plan in Numeracy for School Community Cork Educate Together National School, Grattan Street, Cork. Roll Number: 19906G Timeframe for Action: May 2014 to May 2016 Summary of Main
Poetry Kids Online Learning Environment
Poetry Kids OLE 1 Poetry Kids Online Learning Environment by Penny Reed Instructional Technology Master Program Dr. I-Chun Tsai Strategies for On-line Learning 5100:639 Descriptive Paper Summer II 2009
The benefits of using presentation software in the classroom include:
NCTE ICT in the Classroom Presentation software - focus on literacy & numeracy (Primary) Ref: 12-11 Introduction The purpose of this document is to provide an overview of the benefits of using presentation
ROBOTC Software Inspection Guide with Additional Help Documentation
VEX ROBOTICS COMPETITION ROBOTC Software Inspection Guide with Additional Help Documentation VEX Cortex Software Inspection Steps: 1. Cortex Firmware Inspection using ROBOTC 2. Testing Cortex Robots using
Formulas, Functions and Charts
Formulas, Functions and Charts :: 167 8 Formulas, Functions and Charts 8.1 INTRODUCTION In this leson you can enter formula and functions and perform mathematical calcualtions. You will also be able to
Modeling in Geometry
Modeling in Geometry Overview Number of instruction days: 8-10 (1 day = 53 minutes) Content to Be Learned Mathematical Practices to Be Integrated Use geometric shapes and their components to represent
Discovering Math: Data and Graphs Teacher s Guide
Teacher s Guide Grade Level: K 2 Curriculum Focus: Mathematics Lesson Duration: Two class periods Program Description Discovering Math: Data and Graphs From simple graphs to sampling to determining what
Summer camp. Emily May. Instructor and Curriculum Developer for Adventures in Engineering and Rocket Science. Digital Media Academy 7-12
EDUCATION LITTLEBITS education COMMUNITY case study Summer camp By Emily May Title Instructor and Curriculum Developer for Adventures in Engineering and Rocket Science Organization Digital Media Academy
Servo Motors (SensorDAQ only) Evaluation copy. Vernier Digital Control Unit (DCU) LabQuest or LabPro power supply
Servo Motors (SensorDAQ only) Project 7 Servos are small, relatively inexpensive motors known for their ability to provide a large torque or turning force. They draw current proportional to the mechanical
For Windows 8. Microsoft Training Offer
For Windows 8 Microsoft Training Offer Microsoft Training Offer To support schools and educational organisations deploying Windows 8 Tablets Microsoft are providing a complimentary day of consultancy or
SCRATCH Lesson Plan What is SCRATCH? Why SCRATCH?
SCRATCH Lesson Plan What is SCRATCH? SCRATCH is a programming language that makes it easy to create interactive stories, animations, games, music, and art that can then easily be shared on the web. Scratch
Basic Computer Skills Module 2. Software Concepts
Basic Computer Skills Module 2 Software Concepts Basic Computer Skills Module 2 Software Basics Summary Goal: Know the fundamentals of operating systems. SMART Objectives: Specific, Measurable, Achievable,
