The Voyage of the Bathysphere

Size: px
Start display at page:

Download "The Voyage of the Bathysphere"

Transcription

1 The Voyage of the Bathysphere A Classroom Journey of Discovery MakerED Challenge August 14, 2016 THE VOYAGE OF THE BATHYSPHERE - DP 1

2 Introduction On August 15, 1934, William Beebe and Otis Barton set the world diving record by traveling to a depth of 3,028 feet below the surface of the ocean. Assisted by Gloria Hollister and Jocelyn Crane, Beebe and Barton made this journey inside a spherical vessel called the Bathysphere. In this lesson, you will use the Sphero robotic ball, the OrbBasic programming language, and a 3D-printed replica of the Bathysphere to simulate this world record event. Making Your Voyage in the Bathysphere Time to complete this lesson: 1.5 to 2.5 hours (exclusive of printing the 3D Bathysphere replica). Each student explorer will be given a copy of the 3D Bathysphere information plaque upon completion of this lesson. This plaque can then be used as a "talking point" for discussing this lesson with the explorer's family. How Deep is That? The voyage of the Bathysphere journeyed over one half mile deep. Another deep sea event that you might remember was twice as deep as the Bathysphere dive. On 20 April 2010, the Transocean Deepwater Horizon oil rig exploded in Mississippi Canyon 252 and began spewing roughly 210,000 gallons of crude oil into the ocean from its broken wellhead. The break in the wellhead was located over 5,000 feet below the ocean THE VOYAGE OF THE BATHYSPHERE - DP 2

3 surface. Robots were used for controlling this leak in a water temperature of 34F and an outside pressure of over 2,400 pounds per square inch (PSI). Objectives Students must demonstrate math skills for creating a rate of descent versus the depth attained by the robot. Guided by this mathematical knowledge they will write a computer program for driving the robot, determine the speed of the robot, and design methods for enabling the robot to "communicate" with them. Students will also develop a strong correlation between real world measurements and applications and designing the programming logic for guiding the robot to a specific depth. Audiences This lesson plan is structured for 7th and 8th grade students reinforcing fundamental concepts in mathematics, physics, computer science, history, and construction. Small groups of 2-3 students will be individually assigned primary elements for meeting these fundamental concepts. Collaboration between each of these student elements is vital for the successful completion of this lesson. Subjects This lesson addresses several cornerstones in a science, technology, engineering, and mathematics (STEM) curriculum, as well as basic Core knowledge subjects: Mathematics - determine the equation solving and geometry that will be used for successfully completing this lesson. Physics - derive accurate speed and distance measurements based on the mathematics and technology applied to this lesson. Computer Science - convert the mathematics and physics of this lesson into a viable computer program using variables, conditional statements, and program flow elements to interact with robotic sensors. History - examine the lives and lifestyles of the four main participants in the voyage of the Bathysphere; meet the faces behind the record. NOTE: all student explorers should participate on this activity. Technology - or, construction, includes the building, trimming, and testing of the 3D-printed Bathysphere replica. THE VOYAGE OF THE BATHYSPHERE - DP 3

4 Lesson/Activity At the conclusion of this lesson, students will be able to write a short OrbBasic program, dive the Bathysphere replica to a specific depth, and record the distance of this depth. They will also be able to collaborate with each other for meeting these goals by sharing information and examining different paths to the solution. First Let's Take a Look Into OrbBasic When you want to learn something new, there s no better place to start than with a "basic" introduction. This was true in the mid-1960s when John G. Kemeny and Thomas E. Kurtz created the Beginner s All-Purpose Symbolic Instruction Code (BASIC) at Dartmouth College. Contrary to what the BASIC acronym connotes, this is a powerful, general-purpose, high-level programming language. Roll BASIC up into a ball and you have OrbBasic. Just like its more conventional PC-based siblings, OrbBasic uses line numbers, program statements, variables, expressions, and a program interpreter. Executing at over 3000 lines per second, OrbBasic has the power to get Sphero moving. A typical OrbBasic program line looks like this: [line number] [one space] [statement] [or, expression] [or, comment] Inside this rather trivial generic program line example there are several syntax requirements and system constraints: 1. Some commands and statements are case sensitive (e.g., Vbatt and LEDC). 2. OrbBasic uses integers not decimals. 3. Negative integers must be declared as expressions (e.g., NO: X = -1; YES: X = 0-1). 4. The RAM program size is 1K bytes and the Flash program size is 4K. 5. The maximum level for nesting expressions (e.g., gosub) is 4 levels deep. 6. The maximum print string length is 32 bytes. Table 1 is a quick reference "cheat" sheet for figuring out OrbBasic statements, commands, variables, and operators. THE VOYAGE OF THE BATHYSPHERE - DP 4

5 Before you begin programming Sphero, follow these simple steps to setup your robot for receiving programming: 1. Download and install the OrbBasic app on your Bluetooth-enabled smart device. 2. Pair Sphero with OrbBasic and press the Create button (e.g., the circle with a plus symbol in it). 3. Enter a program name and press the New Program button. 4. Tap anywhere inside the blank screen and type your statements, commands, and expressions; don t forget to press the Return key at the end of each program line. 5. When you are finished running your program press the Done button. Here's a sample OrbBasic program for moving Sphero at 4-inches/second: 10 timera=0 20 goroll 0,7,1 30 if timera=10000 then print "10 seconds" else goto end This sample program can be used for detecting collisions with Sphero's sensor called an accelerometer (e.g., accelone): 10 goroll 0,100,1 20 if accelone>5000 then LEDC 6 else goto 10 Team Mathematics - 1. Determine an equation for measuring the depth traveled by your Bathysphere. 2. What factors could cause this measurement to become inaccurate? 3. What precautions can you take for ensuring the validity of your measurements? Team Physics - 1. Study the Sphero sensors. How can you use them for measuring the depth traveled by your Bathysphere? 2. How will you communicate with the robot? 3. Is Bluetooth connectivity effective underwater? THE VOYAGE OF THE BATHYSPHERE - DP 5

6 4. How will you know when your Bathysphere hits the bottom? 5. How much fishing line should be attached to your Bathysphere? Team Computer Science - 1. Convert the mathematics and physics teams products into a useable computer program written in OrbBasic. 2. How will you know if your program is running under water? 3. Sphero can only hold one program at a time. Make sure that your program has adequate space for implementing last minute changes to the code. Team Technology - 1. Assemble the Bathysphere. Glue the skid to the slots in the bottom, gently install Sphero inside the Bathysphere, and bolt the top onto this assembly with the fasteners. 2. If your Bathysphere will be used in water, how much weight must be attached to the skid for causing the vessel to sink? Make sure that your Bathysphere remains level as it descends. 3. Securely tie the fishing line to the connector on the top of your Bathysphere. Is your knot strong enough to lift your Bathysphere? 4. Attach the line to the fishing rod and reel. Preparation Material needed for completing this lesson: 3D printed files for the Bathysphere replica Sphero, SPRK, or SPRK+ robot OrbBasic App (Android and/or ios version) Large spool of break-resistant fishing line or filament (e.g., feet) (4) M4 screw bolt fasteners with matching nuts (NOTE: 6-32 fasteners can also be used) An assortment of fishing tackle weights or other water-resistant weights A fishing rod and reel Tape measure Stop watch THE VOYAGE OF THE BATHYSPHERE - DP 6

7 Various water-resistant pens or markers Plastic cement or glue A deep pool of water or a deep open stairwell References Some Web links for follow-up research into the voyage of the Bathysphere: "bathysphere". Encyclopædia Britannica. Encyclopædia Britannica Online. Encyclopædia Britannica Inc., ( The Official William Beebe Web Site ( bathysphere) THE VOYAGE OF THE BATHYSPHERE - DP 7

8 Table 1 OrbBasic Cheat Sheet Syntax: 10 LEDC 4 20 delay goroll 0,100,1 40 end Command Useage Range Note accelx accely accelz 10 X=accelY Reads accelerometer from to ctl 10 ctl=1 Control system ON=1 & OFF=0; dshake gyrox gyroy gyroz isconn pitch 10 if dshake>0 then goto if gyroz<0 print Sphero is rotating clockwise 10 if isconn>0 then LEDC 3 10 if pitch=0 then print Sphero is level Reads a double shake event Reads the rate of spin gyroscope in 0.1 degrees/second units Reads the state of Bluetooth connection Reads pitch from -90 to 90 roll 10 print pitch Reads roll from -180 to 180 Sbatt 10 if Sbatt=2 print Sphero battery is OK Reads battery state from 1 to 4 speed 10 X=speed Reads speed from 0 to 255 Vbatt 10 print Vbatt Read battery voltage in 100ths of volt xpos ypos 10 print xpos Reads x and y location of Sphero Approximately ±8Gs 1=double shake The rate ranges from to Pitch is the X axis Roll is the Y axis 1=charging 2=OK 3=low voltage 4=voltage critical, Sphero in sleep mode Reading of 750 equals 7.50V Scale is cm Uses locate statement THE VOYAGE OF THE BATHYSPHERE - DP 8

9 yaw 10 X=yaw Reads yaw from 0 to 356 Yaw is the Z axis Special Sphero Command: sqrt X*Y - used for simulating decimal values in integer math, where: X = the number for the square root operation Y = a scale multiplier, use for two decimal places Useage: This is a three-step process. 1. sqrt 90*10000 or sqrt which equals Convert the multiplier with square root of which equals Sphero divides the square root (e.g., ) by the multiplier conversion (e.g., 100) and returns 9.48 which is approximately the square root of 90 or NOTE: Use modulus (remainder) for obtaining the decimal value, like: 10 Z=sqrt 90* print sqrt 90 = Z/100. Z%100 Output: sqrt 90 = 9.48 Operators: All normal mathematical operators, plus:! - not equals % - modulus or remainder { - binary shift left } - binary shift right & - bitwise AND - bitwise OR Statement Useage Range Note data rstr read end 10 data 1,2,3 20 read X,Y 30 rstr 40 read Z 50 print X,Y,Z Output: if dshake>0 then end for next 10 for X=1 to next X -data values from 1 to 25 -returns read pointer to beginning of data set -puts data set value into variable Stops the program at that line number Loop through a number range set by for Data set can be overwritten on-the-fly Attempting to read the data set past the last value will result in error A step value is optional, like to count by 2s: 10 for X=1 to 10 step 2 THE VOYAGE OF THE BATHYSPHERE - DP 9

10 gosub return 10 gosub print Right here 40 return Branch program to a line number then return goto 10 goto 30 Branch program to a line number heading 10 heading 0 Assigns current yaw heading to value if then else 10 if X>30 then LEDC 1 or, 10 if dshake>0 then LEDC 1 else LEDC 6 else is optional locate 10 locate 0,0 Assigns the XY position print 10 print Hi Displays text on the Bluetooth-connected client device tron troff 10 tron Turns ON/OFF line tracing with output displayed on Bluetooth-connected device Use to recenter Sphero These commands & statements are supported in then clause: print, data, RGB, LEDC, read,rstr, goto, gosub, on X goto / gosub, return, delay, backled, tron, troff, goroll. Use with xpos & ypos for determining position A shorthand? character can be substituted for the print statement, like: 10 print Hi is the same as: 10? Hi Useful for program debugging System Commands: cmdroll - returns 1 for a new roll command transmission spdval - returns last speed from roll command hdval - returns last heading from roll command cmdrgb - returns 1 for a new RGB command transmission redval, grnval, bluval - returns the red, green, blue values from RGB command System Variables: Count down or count up in ms. timera timerb timerc THE VOYAGE OF THE BATHYSPHERE - DP 10

11 NOTE: This Cheat Sheet is based on the OrbBasic command structure from App version Not every command, statement, operator, and variable is represented on this Cheat Sheet. THE VOYAGE OF THE BATHYSPHERE - DP 11

12 The Voyage of the Bathysphere Rubric Name: Date: Criteria Challenge STEM - 25% Programming - 25% Technology - 25% History - 25% Successfully create a mathematical formula based on the physics dynamic for determining the depth of descent for your Bathysphere. Created a program written in OrbBasic for recording the depth of descent for your Bathysphere. Assembled a usable Bathysphere replica. Correlated the real lives and contributions of William Beebe, Otis Barton, Gloria Hollister, and Jocelyn Crane with the world record dive by the Bathysphere. Comments: Final Grade: THE VOYAGE OF THE BATHYSPHERE - DP 12

13 Student Worksheet The Voyage of the Bathysphere On August 15, 1934, William Beebe and Otis Barton set the world diving record by traveling to a depth of 3,028 feet below the surface of the ocean. Assisted by Gloria Hollister and Jocelyn Crane, Beebe and Barton made this journey inside a spherical vessel called the Bathysphere. In this lesson, you will use the Sphero robotic ball, the OrbBasic programming language, and a 3D-printed replica of the Bathysphere to simulate the world record event. You will form four teams. Each team will work independently on a challenge. The four team challenges will then be used for meeting the main lesson challenge: Determine the depth of descent for your Bathysphere. Team Mathematics - Your Challenge: Determine an equation for measuring the depth traveled by your Bathysphere. 1. What factors could cause this measurement to become inaccurate? 2. What precautions can you take for ensuring the validity of your measurements? Team Physics - Your Challenge: Study the Sphero sensors. How can you use them for measuring the depth traveled by your Bathysphere? 1. How will you communicate with the robot? 2. Is Bluetooth connectivity effective underwater? 3. How will you know when your Bathysphere hits the bottom? 4. How much fishing line should be attached to your Bathysphere? THE VOYAGE OF THE BATHYSPHERE - DP 13

14 Team Computer Science - Your Challenge: Convert the mathematics and physics teams products into a useable computer program written in OrbBasic. 1. How will you know if your program is running under water? 2. Sphero can only hold one program at a time. Make sure that your program has adequate space for implementing last minute changes to the code. Team Technology - Your Challenge: Assemble the Bathysphere. Glue the skid to the slots in the bottom, gently install Sphero inside the Bathysphere, and bolt the top onto this assembly with the fasteners. 1. If your Bathysphere will be used in water, how much weight must be attached to the skid for causing the vessel to sink? Make sure that your Bathysphere remains level as it descends. 2. Securely tie the fishing line to the connector on the top of your Bathysphere. Is your knot strong enough to lift your Bathysphere? 3. Attach the line to the fishing rod and reel. All student explorers must meet this History challenge, also. Examine the lives and lifestyles of the four main participants in the voyage of the Bathysphere; meet the faces behind the record. Here are a couple of Web links to get you started in your history challenge: bathysphere". Encyclopædia Britannica. Encyclopædia Britannica Online. Encyclopædia Britannica Inc., ( The Official William Beebe Web Site ( bathysphere) THE VOYAGE OF THE BATHYSPHERE - DP 14

OrbBasic 2: Student Guide

OrbBasic 2: Student Guide OrbBasic 2: Student Guide In this lesson, you re going to create a new program with OrbBasic that makes the Sphero go in a circle. You ll be using variables again, and you ll also learn about the if/then

More information

Time, Speed, and Distance: Student Guide

Time, Speed, and Distance: Student Guide Time, Speed, and Distance: Student Guide You are going to be using Sphero to figure out how time, speed, and distance relate to each other. Sphero can be programmed to roll at a certain speed for a certain

More information

The NXT Generation. A complete learning solution

The NXT Generation. A complete learning solution The NXT Generation A complete learning solution 2008 The NXT Generation LEGO MINDSTORMS Education is the latest in educational robotics, enabling students to discover ICT, science, D&T and maths concepts

More information

Materials: Laminated sphero command sheets ipad Sphero Sphero charger Tape Measure. Apps:

Materials: Laminated sphero command sheets ipad Sphero Sphero charger Tape Measure. Apps: Sphero Introduction Materials: Laminated sphero command sheets ipad Sphero Sphero charger Tape Measure Apps: Sphero Concepts: Orienting Sphero Roll Stop Delay milliseconds Commands Heading Sphero Challenge

More information

Gears Ratios and Speed / Problem Solving

Gears Ratios and Speed / Problem Solving Teacher Mechanics Note to the teacher On this page, students will learn about the relationship between gear ratio, gear rotational speed, wheel radius, diameter, circumference, revolutions and distance.

More information

Rescue Rover. Robotics Unit Lesson 1. Overview

Rescue Rover. Robotics Unit Lesson 1. Overview Robotics Unit Lesson 1 Overview In this challenge students will be presented with a real world rescue scenario. The students will need to design and build a prototype of an autonomous vehicle to drive

More information

C o d i n g f o r i n t e r a C t i v e d i g i t a l M e d i a

C o d i n g f o r i n t e r a C t i v e d i g i t a l M e d i a 9 0 9 7 C o d i n g f o r i n t e r a C t i v e d i g i t a l M e d i a 30S/30E/30M An Interactive Digital Media Course 9 0 9 7 : C o d i n g f o r i n t e r a C t i v e d i g i t a l M e d i a 3 0 S

More information

THE 2018 ROSENTHAL PRIZE for Innovation in Math Teaching. Geometry Project: DARTBOARD

THE 2018 ROSENTHAL PRIZE for Innovation in Math Teaching. Geometry Project: DARTBOARD THE 2018 ROSENTHAL PRIZE for Innovation in Math Teaching Geometry Project: DARTBOARD Geometric Probability Theoretical Probability and Experimental Probability Elizabeth Masslich Geometry grades 6-12 Table

More information

Math Spring Operational Geometry PBA Item #18 Classmates in the Pool VH003506

Math Spring Operational Geometry PBA Item #18 Classmates in the Pool VH003506 Math Spring Operational 2015 Geometry PBA Item #18 Classmates in the Pool VH003506 Prompt Rubric Task is worth a total of 6 points VH003506 Rubric Score Description 6 Student response includes the following

More information

Transpiration. DataQuest OBJECTIVES MATERIALS

Transpiration. DataQuest OBJECTIVES MATERIALS Transpiration DataQuest 13 Water is transported in plants, from the roots to the leaves, following a decreasing water potential gradient. Transpiration, or loss of water from the leaves, helps to create

More information

Partnerships Implementing Engineering Education Worcester Polytechnic Institute Worcester Public Schools Supported by: National Science Foundation

Partnerships Implementing Engineering Education Worcester Polytechnic Institute Worcester Public Schools Supported by: National Science Foundation Partnerships Implementing Engineering Education Measurements 6.F.3 Density and Hydrometers Grade Level 6 Sessions 1 approximately 60 minutes Seasonality N/A Instructional Mode(s) Class Team Size Class

More information

TEST FOR STABILOMETER VALUE OF BITUMINOUS MIXTURES

TEST FOR STABILOMETER VALUE OF BITUMINOUS MIXTURES Test Procedure for TEST FOR STABILOMETER VALUE OF BITUMINOUS MIXTURES TxDOT Designation: Tex-208-F Effective Date: February 2005 1. SCOPE 1.1 Use this test method to determine the Hveem stability value

More information

March Madness Basketball Tournament

March Madness Basketball Tournament March Madness Basketball Tournament Math Project COMMON Core Aligned Decimals, Fractions, Percents, Probability, Rates, Algebra, Word Problems, and more! To Use: -Print out all the worksheets. -Introduce

More information

Technology. In the My Files [My Files] submenu you can store all the programs that you have made on the NXT or downloaded from your computer.

Technology. In the My Files [My Files] submenu you can store all the programs that you have made on the NXT or downloaded from your computer. NXT Main Menu My Files Files are automatically placed into the appropriate folders. When you download a program using a Sound file to the NXT, the program will be placed under Software files while the

More information

March Madness Basketball Tournament

March Madness Basketball Tournament March Madness Basketball Tournament Math Project COMMON Core Aligned Decimals, Fractions, Percents, Probability, Rates, Algebra, Word Problems, and more! To Use: -Print out all the worksheets. -Introduce

More information

NATIONAL STEPS CHALLENGE TM SEASON 4 STEP UP TO TAKE OFF WITH SINGAPORE AIRLINES GROUP CHALLENGE FREQUENTLY ASKED QUESTIONS

NATIONAL STEPS CHALLENGE TM SEASON 4 STEP UP TO TAKE OFF WITH SINGAPORE AIRLINES GROUP CHALLENGE FREQUENTLY ASKED QUESTIONS NATIONAL STEPS CHALLENGE TM SEASON 4 STEP UP TO TAKE OFF WITH SINGAPORE AIRLINES GROUP CHALLENGE FREQUENTLY ASKED QUESTIONS General Information What is the Step Up To Take Off with Singapore Airlines Group

More information

Performance Task # 1

Performance Task # 1 Performance Task # 1 Goal: Arrange integers in order. Role: You are a analyzing a Julie Brown Anderson s dive. Audience: Reader of article. Situation: You are interviewing for a job at a sports magazine.

More information

Your web browser (Safari 7) is out of date. For more security, comfort and. the best experience on this site: Update your browser Ignore

Your web browser (Safari 7) is out of date. For more security, comfort and. the best experience on this site: Update your browser Ignore Your web browser (Safari 7) is out of date. For more security, comfort and Activityengage the best experience on this site: Update your browser Ignore Gearing Up with Robots How are gears used to change

More information

Deploying the TCM-1 Tilt Current Meter in an Inverted (Hanging) Orientation By: Nick Lowell, Founder & President

Deploying the TCM-1 Tilt Current Meter in an Inverted (Hanging) Orientation By: Nick Lowell, Founder & President Lowell Instruments Application Note #TCMA Deploying the TCM-1 Tilt Current Meter in an Inverted (Hanging) Orientation By: Nick Lowell, Founder & President 1 Introduction The TCM-1 Tilt Current Meter (TCM)

More information

Project-Based Instruction

Project-Based Instruction Contact Information Final Code: SCI-MATH-INIT-290 Project Title: Ready, Set, FLY! Entry Type: Science/Math Project-Based Instruction Entry Size: Large Budget Total: $10,000 Project Director Suffix: Ms.

More information

How is SkyTrak different from other launch monitors?

How is SkyTrak different from other launch monitors? SkyTrak : The Drilldown If you re looking for a concise and brief overview of SkyTrak, what it is, how it works and what all the data elements indicate, then please watch our educational video series,

More information

Grade: 8. Author(s): Hope Phillips

Grade: 8. Author(s): Hope Phillips Title: Tying Knots: An Introductory Activity for Writing Equations in Slope-Intercept Form Prior Knowledge Needed: Grade: 8 Author(s): Hope Phillips BIG Idea: Linear Equations how to analyze data from

More information

GEN II Robot Soccer EV3 Compass Training Curriculum Brian Thomas

GEN II Robot Soccer EV3 Compass Training Curriculum Brian Thomas GEN II Robot Soccer EV3 Compass Training Curriculum Brian Thomas RoboCup Junior Australia Inc Copyright 2015 1 GEN II EV3 Robot Soccer Training Overview Welcome! The aim of this curriculum is to guide

More information

Using Spheros, Ollies, and the BB-8

Using Spheros, Ollies, and the BB-8 Using Spheros, Ollies, and the BB-8 What are Spheros, Ollies, and BB-8s? Sphero is an app-enabled robot that connects via Bluetooth to mobile devices and can be used with multiple apps. Sphero responds

More information

Students measure the change in pressure by varying the volume of trapped air in a syringe while:

Students measure the change in pressure by varying the volume of trapped air in a syringe while: How Does a Trapped Gas Behave? Teacher Information Objective Students investigate the effect of changes in the volume of a confined gas on pressure at constant temperature. Using the pressure sensor, students

More information

Boyle s Law: Pressure-Volume Relationship in Gases. PRELAB QUESTIONS (Answer on your own notebook paper)

Boyle s Law: Pressure-Volume Relationship in Gases. PRELAB QUESTIONS (Answer on your own notebook paper) Boyle s Law: Pressure-Volume Relationship in Gases Experiment 18 GRADE LEVEL INDICATORS Construct, interpret and apply physical and conceptual models that represent or explain systems, objects, events

More information

Air Ball! LabQuest Vernier Gas Pressure Sensor Vernier Motion Detector basketball stopper with needle, stopper stem and tubing attached meter stick

Air Ball! LabQuest Vernier Gas Pressure Sensor Vernier Motion Detector basketball stopper with needle, stopper stem and tubing attached meter stick Air Ball! LabQuest 24 Do you ever wonder how the National Basketball Association (NBA) decides how much air should be in the basketballs used during a game? The NBA measures the pressure inside the ball

More information

When fishing gets tough, trust Fish Hawk. For over 30-years Fish Hawk Electronics has been giving anglers speed, temperature, and depth information

When fishing gets tough, trust Fish Hawk. For over 30-years Fish Hawk Electronics has been giving anglers speed, temperature, and depth information When fishing gets tough, trust Fish Hawk. For over 30-years Fish Hawk Electronics has been giving anglers speed, temperature, and depth information at the downrigger ball. Maintaining proper lure speed

More information

The Bruins I.C.E. School

The Bruins I.C.E. School The Bruins I.C.E. School Lesson 1: Decimal Place Value Lesson 2: Measurement and Data Lesson 3: Coordinate Graphing Lesson 4: Adding and Subtracting Fractions Lesson 5: Order of Operations Worksheets Included:

More information

Technology. Using Bluetooth

Technology. Using Bluetooth Bluetooth is a communication technology that makes it possible to send and receive data without using wires. Using the Bluetooth features, you can set up a wireless connection between your NXT and other

More information

INSTRUMENT INSTRUMENTAL ERROR (of full scale) INSTRUMENTAL RESOLUTION. Tutorial simulation. Tutorial simulation

INSTRUMENT INSTRUMENTAL ERROR (of full scale) INSTRUMENTAL RESOLUTION. Tutorial simulation. Tutorial simulation Lab 1 Standing Waves on a String Learning Goals: To distinguish between traveling and standing waves To recognize how the wavelength of a standing wave is measured To recognize the necessary conditions

More information

#LZ400 LEAKALYZER. Water Loss Sensor INSTRUCTION MANUAL Country Dr. #190 St. Paul, MN

#LZ400 LEAKALYZER. Water Loss Sensor INSTRUCTION MANUAL Country Dr. #190 St. Paul, MN #LZ400 LEAKALYZER Water Loss Sensor INSTRUCTION MANUAL 2885 Country Dr. #190 St. Paul, MN 55117 800-348-1316 www.leaktools.com Your Partner in Swimming Pool Water Conservation Product Purpose: 2 The Leakalyzer

More information

Wiimote Visualization Through Particles

Wiimote Visualization Through Particles 1 Abstract Wiimote Visualization Through Particles Joshua Jacobson Since 2006, the Wii video game console has been found within homes throughout out the world. The Wiimote exists as the primary input method

More information

Sphero Task Challenge #1 Color Grab

Sphero Task Challenge #1 Color Grab Sphero Task Challenge #1 Color Grab Standards:: MAFS.7.SP.3.5 Understand that the probability of a chance event is a number between 0 and 1 that expresses the likelihood of the event occurring. Larger

More information

Standing Waves in a String

Standing Waves in a String Standing Waves in a String OBJECTIVE To understand the circumstances necessary to produce a standing wave. To observe and define the quantities associated with a standing wave. To determine the wavelength

More information

A i r c r a f t E l e c t r i c a l S y s t e m s ( 1 2 B )

A i r c r a f t E l e c t r i c a l S y s t e m s ( 1 2 B ) 8 5 4 9 A i r c r a f t E l e c t r i c a l S y s t e m s ( 1 2 B ) 40S/40E/40M An Aviation and Aerospace Technologies Course 8 5 4 9 : A i r c r a f t E l e c t r i c a l S y s t e m s ( 1 2 B ) 4 0

More information

Measuring wind speed and direction

Measuring wind speed and direction A critical part of studying weather is measuring wind direction and speed. The Anemometer is actually two sensors mounted onto one arm, capable of measuring wind speed and wind direction. The wind caps

More information

a fraction rock star in no time! This is a free calculator for adding, subtracting, multiplying, and dividing two fractions and/or mixed numbers.

a fraction rock star in no time! This is a free calculator for adding, subtracting, multiplying, and dividing two fractions and/or mixed numbers. Fraction calculator The longest markings will be the quarter inch markings, ie. the first marking is 1/4 inch, the second is 1/2 (2/4) inch, the third is 3/4 inch. Calculate 3/4 by long division of 3 divided

More information

OPERATION MANUAL DIVE CALIPER NOT SCALE / IF IN DOUBT ASK* *ALL UNITS IN MM/DEGREES UNLESS SPECIF. Dive Caliper General DC-051

OPERATION MANUAL DIVE CALIPER NOT SCALE / IF IN DOUBT ASK* *ALL UNITS IN MM/DEGREES UNLESS SPECIF. Dive Caliper General DC-051 NOT SCALE / IF IN DOUBT ASK* DIVE CALIPER OPERATION MANUAL *THIS INFORMATION IS THE PROPERTY OF ZEBRA-TECH LTD. ALL RIGHTS RESERVED.* *ALL UNITS IN MM/DEGREES UNLESS SPECIF SURFACE F 3.2 Ra UNLESS S Part

More information

Sail Through Engineering Post-Workshop Activity

Sail Through Engineering Post-Workshop Activity Sail Through Engineering Post-Workshop Activity Thank you for participating in the Sail Through Engineering Workshop. We hope you and your students enjoyed your time at the MIT Museum. This post-workshop

More information

LEGO Engineering Conferences ROBOLAB and MINDSTORMS Education Version 4.5 March 2008

LEGO Engineering Conferences ROBOLAB and MINDSTORMS Education Version 4.5 March 2008 LEGO Engineering Conferences ROBOLAB and MINDSTORMS Education Version 4.5 March 2008 NXT-G Program Book II: Intermediate Robotics Activities for use with the NXT 2008 Tufts Center for Engineering Education

More information

RoboHit TM Robofest 2017 Game

RoboHit TM Robofest 2017 Game RoboHit TM Robofest 2017 Game V1.7.1 Jan 27, 2017 (Frozen Official Version. Clarifications or updates after 1.7 are listed in Red) 1. Game Synopsis A ball-stand is located at the center of a white square

More information

Standard League Robot Soccer EV3 Compass Training Curriculum Brian Thomas

Standard League Robot Soccer EV3 Compass Training Curriculum Brian Thomas Standard League Robot Soccer EV3 Compass Training Curriculum Brian Thomas RoboCup Junior Australia Inc Copyright 2018 1 Standard League Robot Soccer EV3 Compass Training Welcome! The aim of this curriculum

More information

SCOUT PROP BUILDING INSTRUCTIONS & PHOTOS

SCOUT PROP BUILDING INSTRUCTIONS & PHOTOS SCOUT PROP BUILDING INSTRUCTIONS & PHOTOS Companies should be aware that tolerances in lengths of pipe and length of pipe inserted into joints can change the overall dimensions of product demonstration

More information

σ = force / surface area force act upon In the image above, the surface area would be (Face height) * (Face width).

σ = force / surface area force act upon In the image above, the surface area would be (Face height) * (Face width). Aortic Root Inflation Introduction You have already learned about the mechanical properties of materials in the cantilever beam experiment. In that experiment you used bending forces to determine the Young

More information

Lab 1c Isentropic Blow-down Process and Discharge Coefficient

Lab 1c Isentropic Blow-down Process and Discharge Coefficient 058:080 Experimental Engineering Lab 1c Isentropic Blow-down Process and Discharge Coefficient OBJECTIVES - To study the transient discharge of a rigid pressurized tank; To determine the discharge coefficients

More information

THE FUNDAMENTALS OF THE AIR SAMPLER CALIBRATION-VERIFICATION PROCESS

THE FUNDAMENTALS OF THE AIR SAMPLER CALIBRATION-VERIFICATION PROCESS THE FUNDAMENTALS OF THE AIR SAMPLER CALIBRATION-VERIFICATION PROCESS Frank M. Gavila F&J SPECIALTY PRODUCTS, INC. 404 Cypress Road Ocala, Florida, USA 3447 fandj@fjspecialty.com INTRODUCTION The calibration

More information

Operating instructions Pitot Static Tube

Operating instructions Pitot Static Tube Operating instructions Pitot Static Tube halstrup-walcher GmbH Stegener Straße 10 D-79199 Kirchzarten, Germany Phone: +49 (0) 76 61/39 63-0 Fax: +49 (0) 76 61/39 63-99 E-mail: info@halstrup-walcher.de

More information

77.1 Apply the Pythagorean Theorem

77.1 Apply the Pythagorean Theorem Right Triangles and Trigonometry 77.1 Apply the Pythagorean Theorem 7.2 Use the Converse of the Pythagorean Theorem 7.3 Use Similar Right Triangles 7.4 Special Right Triangles 7.5 Apply the Tangent Ratio

More information

REASONS FOR THE DEVELOPMENT

REASONS FOR THE DEVELOPMENT 7 Series 7 Series +24VDC VDC OUTPUT MICROPROCESS. E P IN EXH OUT 7 Series 7 ø,8 8 7 Series 9 5 8 9 7 Series Display features The proportional regulator has a 3 /2 digit display and a three-pushbutton

More information

Excel Solver Case: Beach Town Lifeguard Scheduling

Excel Solver Case: Beach Town Lifeguard Scheduling 130 Gebauer/Matthews: MIS 213 Hands-on Tutorials and Cases, Spring 2015 Excel Solver Case: Beach Town Lifeguard Scheduling Purpose: Optimization under constraints. A. GETTING STARTED All Excel projects

More information

The Math and Science of Bowling

The Math and Science of Bowling The Report (100 : The Math and Science of Bowling 1. For this project, you will need to collect some data at the bowling alley. You will be on a team with one other student. Each student will bowl a minimum

More information

BIOL 101L: Principles of Biology Laboratory

BIOL 101L: Principles of Biology Laboratory BIOL 101L: Principles of Biology Laboratory Sampling populations To understand how the world works, scientists collect, record, and analyze data. In this lab, you will learn concepts that pertain to these

More information

Lab 7 Rotational Equilibrium - Torques

Lab 7 Rotational Equilibrium - Torques Lab 7 Rotational Equilibrium - Torques Objective: < To test the hypothesis that a body in rotational equilibrium is subject to a net zero torque and to determine the typical tension force that the biceps

More information

LifeBeat should be worn during daytime as well as night time as it can record activity levels as well as sleep patterns.

LifeBeat should be worn during daytime as well as night time as it can record activity levels as well as sleep patterns. myhealth FAQ V1.0.5 GENERAL What is LifeBeat Stress Tracker? LifeBeat Stress Tracker is a system that lets you track your activity, sleep, and especially your various stress levels, so that you can improve

More information

Sum Fun Tournament Meeting (Multiple Topics)

Sum Fun Tournament Meeting (Multiple Topics) Sum Fun Sum Fun Tournament Meeting (Multiple Topics) Sum Fun Topic There are a wide range of topics and difficulty levels covered during this meeting. Materials Needed The first four items listed below

More information

Prop Racer System. User Guide V0210

Prop Racer System. User Guide V0210 Prop Racer System User Guide 59718 V0210 Introduction The CO 2 dragster racing activity is popular with older students, but has eluded elementary students due to its complexity. Pitsco s latest race system

More information

ClubHub. User s Guide

ClubHub. User s Guide ClubHub User s Guide Table of Contents Setup... Initial Club Setup...7 Changing Clubs...5 Settings...8 My Clubs... Turn On/Off Sounds...9 Play Round Mode...0 List View...8 Social Sharing...0 Viewing D

More information

Add this important safety precaution to your normal laboratory procedures:

Add this important safety precaution to your normal laboratory procedures: Student Activity Worksheet Speed and Velocity Are You Speeding? Driving Question What is speed and how is it related to velocity? Materials and Equipment For each student or group: Data collection system

More information

Standard League WRO Football Simple Simon EV3 Training Curriculum

Standard League WRO Football Simple Simon EV3 Training Curriculum Standard League WRO Football Simple Simon EV3 Training Curriculum Brian Thomas **LEGO, EV3 Mindstorms and Robolab are Registered Trademarks of the LEGO Corporation RoboCup Junior Australia Inc Copyright

More information

LEARNING OBJECTIVES. Overview of Lesson. guided practice Teacher: anticipates, monitors, selects, sequences, and connects student work

LEARNING OBJECTIVES. Overview of Lesson. guided practice Teacher: anticipates, monitors, selects, sequences, and connects student work D Rate, Lesson 1, Conversions (r. 2018) RATE Conversions Common Core Standard N.Q.A.1 Use units as a way to understand problems and to guide the solution of multi-step problems; choose and interpret units

More information

WHEELCHAIR SKILLS PROGRAM (WSP) 4.1 OBSTACLE COURSE GUIDELINES

WHEELCHAIR SKILLS PROGRAM (WSP) 4.1 OBSTACLE COURSE GUIDELINES WHEELCHAIR SKILLS PROGRAM (WSP) 4.1 OBSTACLE COURSE GUIDELINES WSP 4.1 assessment and training activities can take place in any environment, because the obstacles are based on common ones found in hospitals,

More information

DIY - PC - Interface for Suunto Cobra/Vyper/Mosquito

DIY - PC - Interface for Suunto Cobra/Vyper/Mosquito DIY - PC - Interface for Suunto Cobra/Vyper/Mosquito Summary This document is the distinct consequence of the Spyder/Stinger interface DIY. After having many e-mails concerning the application for the

More information

cast Standard(s): Physical Education, Language Arts, Technology

cast Standard(s): Physical Education, Language Arts, Technology Lesson: Cast A Fly, Catch A Student Lesson Number 4 Lesson Title: Assessing the Basic Fly Cast Implementation Time: 45-55 minutes Resource(s): Cast A Fly, Catch A Student Teacher Training Manual Learn

More information

LESSON 9: Getting to School: What s the Cost?

LESSON 9: Getting to School: What s the Cost? LESSON 9: Getting to School: What s the Cost? LESSON OVERVIEW In this lesson students will consider the monetary, environmental, safety, and practical costs of different modes of transportation. Partners

More information

Provided by TryEngineering -

Provided by TryEngineering - Provided by TryEngineering - Lesson Focus Lesson focuses on sports engineering and advanced materials development. Students work in a team to devise a racquet out of everyday materials that can consistently

More information

1001ICT Introduction To Programming Lecture Notes

1001ICT Introduction To Programming Lecture Notes 1001ICT Introduction To Programming Lecture Notes School of Information and Communication Technology Griffith University Semester 2, 2015 1 4 Lego Mindstorms 4.1 Robotics? Any programming course will set

More information

all i imck >Э1 1 I Vf I \ Ш i ш ,M; цриазд IF 4 ifipm>v*' %тл sioaoy DNicning HUM

all i imck >Э1 1 I Vf I \ Ш i ш ,M; цриазд IF 4 ifipm>v*' %тл sioaoy DNicning HUM p all i imck >Э1 N! w Ш i ш 1 I Vf I \ w,m; цриазд i IF 4 ifipm>v*' HUM V* %тл mk sioaoy DNicning Contents Foreword Preface xxiii xxv Chapter 1 Understanding LEGO Geometry 1 Introduction 2 Expressing Sizes

More information

Using MATLAB with CANoe

Using MATLAB with CANoe Version 2.0 2017-03-09 Application Note AN-IND-1-007 Author Restrictions Abstract Vector Informatik GmbH Public Document This application note describes the usage of MATLAB /Simulink combined with CANoe.

More information

Oxygen Meter User Manual

Oxygen Meter User Manual Oxygen Meter User Manual Monday, July 23, 2007 1. Outline...2 2. Program...3 2.1. Environment for program execution...3 2.2. Installation...3 2.3. Un installation...3 2.4. USB driver installation...3 2.5.

More information

Battle of the Waves Sound vs Light

Battle of the Waves Sound vs Light Battle of the Waves Sound vs Light By: Vaneesha Persad, Katelyn Johnson, and Heather Miller Focus on Inquiry The student will collect, analyze, and interpret data to develop an understanding of how the

More information

MASK INTEGRITY TEST ACCESSORY (MITA) MODEL 8120

MASK INTEGRITY TEST ACCESSORY (MITA) MODEL 8120 MASK INTEGRITY TEST ACCESSORY (MITA) MODEL 8120 QUICK START GUIDE P/N 6006154, REVISION C MAY 2013 Model 8120 Mask Integrity Tester is patented under U.S. Patent No. 8,312,761. Additional patents are pending.

More information

Ideal gas law. Introduction

Ideal gas law. Introduction Ideal gas law Introduction We think of a gas as a collection of tiny particles in random, thermal motion. When they collide with the sides of a container, they exert a force on the container walls. The

More information

b

b Empirically Derived Breaking Strengths for Basket Hitches and Wrap Three Pull Two Webbing Anchors Thomas Evans a and Aaron Stavens b a Montana State University, Department of Earth Sciences, PO Box 173480,

More information

Overview. 2 Module 13: Advanced Data Processing

Overview. 2 Module 13: Advanced Data Processing 2 Module 13: Advanced Data Processing Overview This section of the course covers advanced data processing when profiling. We will discuss the removal of the fairly gross effects of ship heave and talk

More information

Technology. In the My Files [My Files] submenu you can store all the programs that you have made on the NXT or downloaded from your computer.

Technology. In the My Files [My Files] submenu you can store all the programs that you have made on the NXT or downloaded from your computer. My Files Files are automatically placed into the appropriate folders. When you download a program using a Sound file to the NXT, the program will be placed under Software files while the sound data will

More information

NITROGEN INFLATION SYSTEM NG-4, NG-6, NG-12, NG-18

NITROGEN INFLATION SYSTEM NG-4, NG-6, NG-12, NG-18 NITROGEN OPERATING INSTRUCTIONS NITROGEN INFLATION SYSTEM NG-4, NG-6, NG-12, NG-18 READ INSTRUCTIONS THOROUGHLY BEFORE OPERATING 3451 S. 40th Street Phoenix, AZ 85040 602.437.5020 800.223.4540 www.tsissg.com

More information

Curricular Activity Template

Curricular Activity Template Curricular Activity Template NAME: Cadence Ellington University: Boston University Email: cadence@bu.edu Activity Title: Black Out Racers Grade Level (s): 8 th -12th Approx. Time: 2-3 hours Subject Areas:

More information

MoLE Gas Laws Activities

MoLE Gas Laws Activities MoLE Gas Laws Activities To begin this assignment you must be able to log on to the Internet using Internet Explorer (Microsoft) 4.5 or higher. If you do not have the current version of the browser, go

More information

Syllabus Number: 3.B.35 / BOD n. 188 ( ) CMAS CCR Diver diluent air/nitrox Training Program Minimum Training Program Content

Syllabus Number: 3.B.35 / BOD n. 188 ( ) CMAS CCR Diver diluent air/nitrox Training Program Minimum Training Program Content Syllabus Number: 3.B.35 / BOD n. 188 ( 09-06-2014 ) CMAS CCR Diver diluent air/nitrox Training Program Minimum Training Program Content 1. Required theoretical knowledge 1.1 Subject Area 1: Introduction

More information

The Science of Golf. Test Lab Toolkit The Swing: Driving. Grades Education

The Science of Golf. Test Lab Toolkit The Swing: Driving. Grades Education The Science of Golf Test Lab Toolkit The Swing: Grades 9-12 Partners in Education Science Technology Engineering Mathematics Table of Contents Welcome to the Test Lab 02 Investigate: Centripetal Force

More information

Using the Lego NXT with Labview.

Using the Lego NXT with Labview. Using the Lego NXT with Labview http://www.legoengineering.com/component/content/article/105 The Lego NXT 32-bit ARM microcontroller - an Atmel AT91SAM7S256. Flash memory/file system (256 kb), RAM (64

More information

v2.3 USER MANUAL

v2.3 USER MANUAL v2.3 USER MANUAL www.foresightsports.com Table of Contents 03 04 05 09 12 17 20 21 Activation Getting Started Play Compete Improve Settings Update Manager Glossary 04 11 05 12 03 Activation FSX Activation

More information

REVIEW TEST Find the least common multiple (LCM) of the numbers 4, 18. A) 4 B) 2 C) 72 D) 1 E) 36

REVIEW TEST Find the least common multiple (LCM) of the numbers 4, 18. A) 4 B) 2 C) 72 D) 1 E) 36 REVIEW TEST 2. Find the least common multiple (LCM) of the numbers, 8. 2 72 6 2. Find the least common multiple (LCM) of the numbers 2, 20. 20 60 2. Find the greatest common factor (GCF) of the numbers,

More information

Presents the following instructional slide show:

Presents the following instructional slide show: Presents the following instructional slide show: Operating Procedures for the Sure Shot Acoustic Fluid Level System. Sure Shot Acoustic Fluid Level System Well head attachment and accessories Complete

More information

NHL & NHLPA Future Goals Program Hockey Scholar TM

NHL & NHLPA Future Goals Program Hockey Scholar TM Curriculum Guide NHL & NHLPA Future Goals Program Hockey Scholar TM Your local NHL team has made it all the way to the Stanley Cup Final and now you just need to win 4 games to bring home the cup! You

More information

Parametric Ball Toss TEACHER NOTES MATH NSPIRED. Math Objectives. Vocabulary. About the Lesson. TI-Nspire Navigator System

Parametric Ball Toss TEACHER NOTES MATH NSPIRED. Math Objectives. Vocabulary. About the Lesson. TI-Nspire Navigator System Math Objectives Students will be able to use parametric equations to represent the height of a ball as a function of time as well as the path of a ball that has been thrown straight up. Students will be

More information

Readiness: Scuba Diving

Readiness: Scuba Diving Readiness: Scuba Diving AUTHOR INTENT Scuba diving is a real-world activity where each diver has to be responsible for their own safety. The safety of the divers relies on mathematics. The math reviewed

More information

Robot Activity: Programming the NXT 2.0

Robot Activity: Programming the NXT 2.0 Robot Activity: Programming the NXT 2.0 About this Activity In this activity, you will learn about some features of the NXT 2.0 programming software. You will write and save a program for the Lego NXT

More information

Vocabulary: Objectives: Materials: For Each Station: (Have 2 stations for each liquid; 8 stations total, in student groups of 3-4) Students will:

Vocabulary: Objectives: Materials: For Each Station: (Have 2 stations for each liquid; 8 stations total, in student groups of 3-4) Students will: Author: Ms. Adrienne Maribel López Date Created: August 2007 Subject: Properties of Matter Level: 6 th 8 th grade Standards: NYS Learning Standards for Mathematics, Science, and Technology-- Intermediate

More information

Microsoft Windows Software Manual for FITstep Stream Version 4

Microsoft Windows Software Manual for FITstep Stream Version 4 Thank you for purchasing this product from Gopher. If you are not satisfied with any Gopher purchase for any reason at any time, contact us and we will replace the product, credit your account, or refund

More information

Lesson 2 Pre-Visit Batting Average Ups and Downs

Lesson 2 Pre-Visit Batting Average Ups and Downs Lesson 2 Pre-Visit Batting Average Ups and Downs Objective: Students will be able to: Use multiple data sets to determine the overall success rate of a particular activity. Select and create appropriate

More information

2016 Maryland 4-H Robotics Engineering Challenge

2016 Maryland 4-H Robotics Engineering Challenge 2016 Maryland 4-H Robotics Engineering Challenge The 4-H Robotics Challenge provides an opportunity for 4-H members interested in science, engineering and technology to participate in a hands on, team

More information

Rulebook Revision 2016 v1.0 Published September 18, 2015 Sponsored By

Rulebook Revision 2016 v1.0 Published September 18, 2015 Sponsored By Rulebook Revision 2016 v1.0 Published September 18, 2015 Sponsored By 1 Table of Contents 1 General Overview... 3 1.1 General Team Rules... 3 2 Mini-Urban Challenge... 4 2.1 The Challenge... 4 2.2 Navigation...

More information

Flashlight. Hand Lanyard. 36 Super Bright LED Bulbs. Sensor

Flashlight. Hand Lanyard. 36 Super Bright LED Bulbs. Sensor 1 1. Introduction The LED 360 Light is a new LED light from Fantasea, which features 36 super bright LED bulbs and a focus light dim out sensor, which shuts the light off for a second whenever a flash

More information

NAVIGATOR PROP BUILDING INSTRUCTIONS & PHOTOS

NAVIGATOR PROP BUILDING INSTRUCTIONS & PHOTOS NAVIGATOR PROP BUILDING INSTRUCTIONS & PHOTOS Science under the ice Ice sheet At regional competitions the ice is simulated by 8 ft x 4 ft ½-inch foam sheeting (Home Depot part #703990 [in store only],

More information

AC : MEASUREMENT OF HYDROGEN IN HELIUM FLOW

AC : MEASUREMENT OF HYDROGEN IN HELIUM FLOW AC 2010-2145: MEASUREMENT OF HYDROGEN IN HELIUM FLOW Randy Buchanan, University of Southern Mississippi Christopher Winstead, University of Southern Mississippi Anton Netchaev, University of Southern Mississippi

More information

Laboratory 2(a): Interfacing WiiMote. Authors: Jeff C. Jensen (National Instruments) Trung N. Tran (National Instruments)

Laboratory 2(a): Interfacing WiiMote. Authors: Jeff C. Jensen (National Instruments) Trung N. Tran (National Instruments) Laboratory 2(a): Interfacing WiiMote Authors: Jeff C. Jensen (National Instruments) Trung N. Tran (National Instruments) Instructors: Edward A. Lee Sanjit A. Seshia University of California, Berkeley EECS

More information

Mini-Golf Course Description. 1. You must draw your design on a piece of graph paper so that it will cover all four quadrants.

Mini-Golf Course Description. 1. You must draw your design on a piece of graph paper so that it will cover all four quadrants. Algebra 1 Mrs. Blake B256 Mini-Golf Course Description Guidelines for your creation: 1. You must draw your design on a piece of graph paper so that it will cover all four quadrants. 2. On the graph paper

More information

GRADE LEVEL(S): Grade 4, Grade 5

GRADE LEVEL(S): Grade 4, Grade 5 WRITTEN BY; TITLE: George Skip Toops Step It Up!! GRADE LEVEL(S): Grade 4, Grade 5 TIME ALLOTMENT: One lesson, 30 50 minutes long depending on how many students are in the class. Students will have some

More information