Font size
WorksheetsICT9 - SmallBasic
Total questions: 9
Worksheet time: 9mins
Select the correct statement
TextWindow.Write(' Hello World")
TextWindow.Write( Hello World )
TextWindow.WriteLine(" Hello World ")
TextWindow Write(" Hello World")
What's the correct user input?
my name= TextWindow.Read()
age= Read()
num= Graphic.read()
num= TextWindow.Read()
What happens if you type one wrong letter in the code?
It will still work
It won't work and you will get an error message
It will work a bit
It will work but only for a while
What can you do in Small Basic?
Fix hardware
Create a computer program
Hack Computers
Program an Iphone
Which code would you use to give the Text Window a title of Maths?
TextWindow.Title="Maths"
TextWindow.WriteLine("Maths")
TextWindow.Read()="Maths"
Title="Maths"
What's the technical nomenclature for the set of codes
Variable
Big memory location
Subroutine
Events
GraphicsWindow.MouseDown = MouseClick
The MouseClick would be
A variable
An Event
A Subroutine
A turtle pattern
Write a program to find the numbers that are positive and negative. You need to add user input. Please copy and paste the program and submit
Write a program to create the below art using the graphics window. Please copy and paste the codes.
