wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

small basic

Total questions: 16

Worksheet time: 8mins

Name
Class
Date
1.
What code would you use to write a message to the screen?
a)
TextWindow.Title
b)
TextWindow.WriteLine
2.
What is this called?
a)
Black Box
b)
Text Window
3.
What will be displayed in the Text Window?
a)
Hello World
b)
TextWindow.WriteLine
4.
What will be displayed in the Text Window?
a)
8 + 4
b)
12
5.
What is the name of the area where you are writing your code?
a)
Editor
b)
Code Window
6.
What will be displayed in the Text Window?
a)
form
b)
Your answer to the question
7.
What will be displayed in the Text Window?
a)
tiger
b)
animal
8.
What code would you use to read the user's answer?
a)
TextWindow.Read()
b)
TextWindow.WriteLine
9.
To make the pen go up you can use...
a)
PenUp()
b)
Turtle.PenUp()
c)
Turtle.Pen(Up)
d)
Turtle.Pendown()
10.
To make the pen go down you can use..
a)
Turtle.PenDown()
b)
Turtle.Pen(Down)
c)
GraphicsWindow.Title = ""
d)
TurtlePenDown()
11.
Which of these pieces of code will not work
a)
Turtle.PenDown()
b)
Turtle.TurnLeft(100)
c)
Turtle.Move(50)
d)
Turtle.Show()
12.
Turtle.Speed can
a)
Make the turtle go quicker
b)
Make the turtle dissapear
c)
Stop the pen from drawing 
d)
Make the turtle delete 
13.
You can use turtle to create algorithms
a)
True
b)
False
14.

Which code makes the turtle walk 100 steps

a)

Turtle.Walk(100)

b)

Turtle.Move(100)

c)

Turtle.Forward(100)

d)
15.

Which code turns the turtle 90 degrees to the right?

a)

Turtle.TurnRight()

b)

Turtle.TurnLeft()

c)

Turtle.TurnRight(90)

d)

Turtle.TurnLeft(90)

16.

Which code changes the pen colour of the turtle

a)

Turtle.Pencolor = "Red"

b)

GraphicsWindow.PenColor = "Red"

c)

GraphicsWindow.PenColour = "Red"

d)

Turtle.PenColour = "Red"