Font size
WorksheetsCOMPUTER -9 QUIZ REVIEW (FIRST TERM)2025-2026
Total questions: 45
Worksheet time: 23mins
What is the output of this program?
Syntax Error
A condition is composed of three elements.
TRUE
FALSE
What does this code do: GraphicsWindow.BackgroundColor="red"
Change the background colour to red
Draw a Square
Create a house
Draw a Blue Line
It is a variable that is declared and initiated correctly before entering a loop.
end loop
while loop
counter
for loop
It is a programming structure that repeats a series of instructions several times.
FOR LOOP
WHILE LOOP
END LOOP
NESTED LOOP
TextWindow.WriteLine("8 + 4")
Name = TextWindow.Reader()
What kind of statement would you use to make a decision that has two possible answers?
If else statement
While statement
For statement
Sub routine
What kind of statement would you use to make a decision that has more than two possible answers?
If statement
For loop
While loop
If Elseif statement
Which of these icons is used to run the program?
Which key(s) can be used to run a program in Small Basic?
Enter
F10
F5
ASWD
To multiply two values in Small Basic, which operator should you use?
x
X
*
**
This image shows 12 lines (yes the blank line counts as one).
Which line contains the wrong code?
8
12
2
4
4. "WHILE a < 50" is an example of a……………………….
a)Counter
b)Condition
c)Control
d)Loop
What are the 3 parts of a condition?
IF, FOR, ELSE
IF, FOR & WHILE
FOR, IF, ELSE
IF, ELSEIF & ELSE
I want to test my work so i want to set the speed faster, which one is the correct code?
Turtle.Rate = 10
Turtle.Fast = 10
Turtle.Speed = 10
Turtle.Go = 10
Which one allows to stop writing?
Turtle.PenUp()
Turtle.PenDown()
Which turtle goes to NorthWest?
Turtle.Angle = 270
Turtle.Angle = 315
Turtle.Angle =10
Turtle.Angle = 225
Which turtle goes to SouthEast?
Turtle.Angle = 270
Turtle.Angle = 135
Turtle.Angle =90
Turtle.Angle = 180
Turtle.Move(150)
To move the Turtle a particular distance in pixels
To set the Turtle a particular distance in pixels
To turn the Turtle a particular distance in pixels
Gets or sets the Background color of the Graphics Window.
GraphicsWindow.BackgroundColor
GraphicsWindow.ForeColor
TextWindow.BackgroundColor
it is a set of instructions.
Program
Output
Input
Variable
animal = "lion"
TextWindow.WriteLine(animal)
TextWindow.Height = 100
the shape that is going to be drawing is
(a)
It is a programming language that is designed to make programming extremely easy, approachable, and fun for beginners.
(a)
