wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Small Basic-Turtle Graphics

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.

To draw shapes in Small Basic you can use the?

a)

Frog

b)

Lizard

c)

Tortoise

d)

Turtle

2.

What does this code do: GraphicsWindow.BackgroundColor="red"

a)

Change the background color to red

b)

Draw a Square

c)

Create a house

d)

Change the pen color to red

3.

Which of these pieces of code has an error?

a)

Turtle.PenDown()

b)

Turtle.Move(50)

c)

Turtle.TurnLeft(100)

d)

Turtle.Show()

4.

Turtle.Speed can

a)

Make the turtle go quicker

b)

Make the turtle disappear

c)

Make the turtle delete the drawing

d)

Stop the pen from drawing

5.

Turtle.X = 50

Turtle.Y = 200

a)

this codes set location of the turtle

b)

this codes set size of the turtle

c)

this codes set move of the turtle

d)

this codes set turn of the turtle

6.

Gets or sets the color of the pen used to draw shapes on the Graphics Window.

a)

GraphicsWindow.PenColor

b)

GraphicsWindow.Penwidth

c)

GraphicsWindow.BackgroundColor

d)

GraphicsWindow.Penhue

7.

I can only have one variable in a program

a)

True

b)

False

8.

What is a variable?

a)

A variable is a number

b)

A variable is a message input by the user

c)

A variable is a location in memory that we use to store da

9.

Which of these variables names is correct?

a)

1name

b)

70

c)

my name

d)

myname

10.

Which of these icons is used to run the program?

a)
b)
c)
d)