You are on page 1of 1

NAME: _________________________________________ GRADE:______ DATE:________

HANDS-ON EXERCISES 3.1 DRAWING A SQUARE


1. Launch the Microsoft Small Basic.
2. You need to make the turtle visible by typing “Turtle.Show()”
3. To move, create a drawing using a turtle graphics. To draw using the turttle, type “Turtle.Move(200)”
4. Set the following properties.
Title = Turtle Graphics
Pen Color = Red
Pen Width = 4
5. In order to draw a square you need to be able to make the turtle to draw a line, turn right and draw
another line, and continue this until the sides are finished.
Turtle.TurnRight()
Turtle.Move(200)
Turtle.TurnRight()
Turtle.Move(200)
Turtle.TurnRight()
Turtle.Move(200)
Turtle.TurnRight()
6. Run the program to check for errors.
8. Save the program as “Turtle Graphics”

Programming Grading Rubric


Unsatisfactory ( ≤ Satisfactory (60% of Good (80% of the Excellent (100% of
40% of the points) the points) points) the points)
Runtime (20 • Does not execute • Executes without • Executes without • Executes without
points) due to errors. errors. errors. errors excellent
• User prompts are • User prompts • User prompts are user prompts, good
misleading or non- contain little understandable, use of symbols,
existent. information, poor minimum use of spacing in output.
• No testing has been design. symbols or spacing • Thorough and
completed, or no input • Some testing or in output. • Most organized testing
validation input validation has testing or input or input validation
been completed validation has been
completed. completed
Total points: _________

Checked by:

MARY HESTER A. DE LEON


COMPUTER 8 TEACHER

You might also like