Font size
Worksheets2122 Small Basic
Total questions: 35
Worksheet time: 17mins
What does this code do: GraphicsWindow.BackgroundColor="red"
Change the background colour to red
Draw a Square
Create a house
Draw a Blue Line
GraphicsWindow.Height = 100
TextWindow.Height = 100
GraphicsWindow.PenColor
TextWindow.WriteLine("Hello")
ContinueForEver = "Yes"
TextWindow.WriteLine("8 + 4")
animal = "lion"
TextWindow.WriteLine(animal)
A small program inside a program that can be reused multiple times is known as a?
Sub-Routine
Loop
Branch
Variable
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
Which of these variables names is correct?
1name
70
my name
myname
A (a) is a set of instruction written for the computer to perform a particular task
You cannont use a keyword as a variable name.
True
False
