0% found this document useful (0 votes)
12 views3 pages

Math Conversions with Scratch Project

This document provides instructions for a Scratch project that converts between meters and kilometers. It asks the user to choose between converting kilometers to meters, meters to kilometers, or stopping the program. The project uses sprites and broadcasting to display the results. Links are provided to the Scratch website and wiki for reference. The purpose is to create a basic conversion program for students to practice math skills.

Uploaded by

e_petraki
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
0% found this document useful (0 votes)
12 views3 pages

Math Conversions with Scratch Project

This document provides instructions for a Scratch project that converts between meters and kilometers. It asks the user to choose between converting kilometers to meters, meters to kilometers, or stopping the program. The project uses sprites and broadcasting to display the results. Links are provided to the Scratch website and wiki for reference. The purpose is to create a basic conversion program for students to practice math skills.

Uploaded by

e_petraki
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.

ERASMUS SCRATCH PROJECT NAME: GREEK TEAM

Working on Geometry
GRADE: ANY
How to create basic
geometrical shapes with DIFFICULTY FROM 1 TO 10: 4
Scratch

Math Worksheet: Conversions


The purpose of the current worksheet is to create a project that converts meters to
kilometers and the opposite.

Scenario: User can choose 1, 2 or 0. If he chooses 1 then the cat asks for a number of km
and converts them to meters, if the uses chooses 2 then the cat asks for meters and
converts them to km. Finally, if the choice is 0 everything stops.

1. Sprites
a) the cat
b) create a new sprite (sprite2) that
shows how many meters a km has
c) create a new sprite (sprite3) that
shows that 1000m are equal to 1 km.

2. When the Green Flag clicked, hide


sprite 2 and sprite 3.

Ralleia Experimental Primary Schools – Evangelia Petraki


1
3. Click on the cat sprite

a) Add the When Green Flag clicked


block
b) Drag and drop the forever block
c) Ask user to choose number 1, 2, or 0

4. Drag and drop the if block to check


the answer

5. If the answer is 1 then


a) broadcast a message
b)when sprite 2 receives this message
it becomes visible for 5 seconds

6. Ask for kilometers

7. Convert km to meters. Use say block


to show the result, and * operator for
the multiplication.
Challenge: Do the same for choice 2
to convert meters to km.
You can see the specific blocks in step 4
Tip: Division is the operation for this
conversion.

Ralleia Experimental Primary Schools – Evangelia Petraki


2
8. If the answer is 0 then stop
everything

a) You will find the whole project in the following link


[Link]

Links

[Link]

[Link]

We can improve this program together. Show your contributions:

Ralleia Experimental Primary Schools – Evangelia Petraki


3

You might also like