wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

COMPUTER -9 QUIZ REVIEW (FIRST TERM)2025-2026

Total questions: 45

Worksheet time: 23mins

Name
Class
Date
1.

What is the output of this program?

a)

b)

c)

d)

Syntax Error

2.

A condition is composed of three elements.

a)

TRUE

b)

FALSE

3.
What is Small Basic?
a)
Text based programming
b)
Pictoral based programming
4.
What can you do in Small Basic?
a)
Fix Hardware
b)
Create a Computer Programme
c)
Hack Compu
5.
Which key is used to run a program in Small Basic? 
a)
Enter
b)
F5
c)
F10
d)
F12
6.
What code would you use to write a message to the screen?
a)
TextWindow.Title
b)
TextWindow.WriteLine
7.
Text in speech marks e.g. "Hello World!" are called?
a)
Variables
b)
Booleans
c)
Strings
d)
Text Operators
8.

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

a)

Change the background colour to red

b)

Draw a Square

c)

Create a house

d)

Draw a Blue Line

9.
What is this called?
a)
Black Box
b)
Text Window
10.
A storage area that can change
a)
Differing
b)
Variable
11.
What code would you use to read the user's answer?
a)
TextWindow.Read()
b)
TextWindow.WriteLine
12.
To temporarily store a value in Small Basic you need to create a..?
a)
Operator
b)
Variable
c)
Statement
d)
Text Window
13.
To make the pen go up you can use...
a)
PenUp()
b)
Turtle.PenUp()
c)
Turtle.Pen(Up)
d)
Turtle.Pendown()
14.
Which of these pieces of code will not work
a)
Turtle.PenDown()
b)
Turtle.TurnLeft(100)
c)
Turtle.Move(50)
d)
Turtle.Show()
15.
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 
16.
What is this called?
a)
Black Box
b)
Text Window
17.
To make the pen go down you can use..
a)
Turtle.PenDown()
b)
Turtle.Pen(Down)
c)
GraphicsWindow.Title = ""
d)
TurtlePenDown()
18.
What is the name of the area where you are writing your code?
a)
Editor
b)
Code Window
19.
What will be displayed in the Text Window?
a)
tiger
b)
animal
20.

It is a variable that is declared and initiated correctly before entering a loop.

a)

end loop

b)

while loop

c)

counter

d)

for loop

21.

It is a programming structure that repeats a series of instructions several times.

a)

FOR LOOP

b)

WHILE LOOP

c)

END LOOP

d)

NESTED LOOP

22.
What will be displayed in the Text Window?

TextWindow.WriteLine("8 + 4")

a)
8 + 4
b)
12
23.
What is the variable?
Name = TextWindow.Reader()
a)
Name
b)
Read
c)
()
d)
TextWindow
24.

What kind of statement would you use to make a decision that has two possible answers?

a)

If else statement

b)

While statement

c)

For statement

d)

Sub routine

25.

What kind of statement would you use to make a decision that has more than two possible answers?

a)

If statement

b)

For loop

c)

While loop

d)

If Elseif statement

26.
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 
27.

Which of these icons is used to run the program?

a)
b)
c)
d)
28.

Which key(s) can be used to run a program in Small Basic?

a)

Enter

b)

F10

c)

F5

d)

ASWD

29.

To multiply two values in Small Basic, which operator should you use?

a)

x

b)

X

c)

*

d)

**

30.

This image shows 12 lines (yes the blank line counts as one).

Which line contains the wrong code?

a)

8

b)

12

c)

2

d)

4

31.

4. "WHILE a < 50" is an example of a……………………….

a)

a)Counter

b)

b)Condition

c)

c)Control

d)

d)Loop

32.

What are the 3 parts of a condition?

a)

IF, FOR, ELSE

b)

IF, FOR & WHILE

c)

FOR, IF, ELSE

d)

IF, ELSEIF & ELSE

33.

I want to test my work so i want to set the speed faster, which one is the correct code?

a)

Turtle.Rate = 10

b)

Turtle.Fast = 10

c)

Turtle.Speed = 10

d)

Turtle.Go = 10

34.

Which one allows to stop writing?

a)

Turtle.PenUp()

b)

Turtle.PenDown()

35.

Which turtle goes to NorthWest?

a)

Turtle.Angle = 270

b)

Turtle.Angle = 315

c)

Turtle.Angle =10

d)

Turtle.Angle = 225

36.

Which turtle goes to SouthEast?

a)

Turtle.Angle = 270

b)

Turtle.Angle = 135

c)

Turtle.Angle =90

d)

Turtle.Angle = 180

37.

Turtle.Move(150)

a)

To move the Turtle a particular distance in pixels

b)

To set the Turtle a particular distance in pixels

c)

To turn the Turtle a particular distance in pixels

38.

Gets or sets the Background color of the Graphics Window.

a)

GraphicsWindow.BackgroundColor

b)

GraphicsWindow.ForeColor

c)

TextWindow.BackgroundColor

39.

it is a set of instructions.

a)

Program

b)

Output

c)

Input

d)

Variable

40.
What will be displayed in the Text Window?

animal = "lion"

TextWindow.WriteLine(animal)
a)
lion
b)
Lion
c)
animal
d)
Error
41.
What does the following code do?

TextWindow.Height = 100
a)
Sets the graphics window to be 100 px high 
b)
Sets the graphics window to be 50 px high
c)
Sets the text window to be 100 px high
d)
Creates a graphics window
42.
Giving a value to a variable e.g. name = "Tim" is called..?
a)
Making
b)
Attaching
c)
Listing
d)
Assigning
43.
To multiply two values in Small Basic, which operator should you use?
a)
**
b)
*
c)
x
d)
X
44.

the shape that is going to be drawing is

(a)  

45.

It is a programming language that is designed to make programming extremely easy, approachable, and fun for beginners.

(a)