WorksheetsSmall Basic-Turtle Graphics
Total questions: 10
Worksheet time: 8mins
To draw shapes in Small Basic you can use the?
Frog
Lizard
Tortoise
Turtle
What does this code do: GraphicsWindow.BackgroundColor="red"
Change the background color to red
Draw a Square
Create a house
Change the pen color to red
Which of these pieces of code has an error?
Turtle.PenDown()
Turtle.Move(50)
Turtle.TurnLeft(100)
Turtle.Show()
Turtle.Speed can
Make the turtle go quicker
Make the turtle disappear
Make the turtle delete the drawing
Stop the pen from drawing
Turtle.X = 50
Turtle.Y = 200
this codes set location of the turtle
this codes set size of the turtle
this codes set move of the turtle
this codes set turn of the turtle
Gets or sets the color of the pen used to draw shapes on the Graphics Window.
GraphicsWindow.PenColor
GraphicsWindow.Penwidth
GraphicsWindow.BackgroundColor
GraphicsWindow.Penhue
I can only have one variable in a program
True
False
What is a variable?
A variable is a number
A variable is a message input by the user
A variable is a location in memory that we use to store da
Which of these variables names is correct?
1name
70
my name
myname
Which of these icons is used to run the program?
