wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ICT9 - SmallBasic

Total questions: 9

Worksheet time: 9mins

Name
Class
Date
1.

Select the correct statement

a)

TextWindow.Write(' Hello World")

b)

TextWindow.Write( Hello World )

c)

TextWindow.WriteLine(" Hello World ")

d)

TextWindow Write(" Hello World")

2.

What's the correct user input?

a)

my name= TextWindow.Read()

b)

age= Read()

c)

num= Graphic.read()

d)

num= TextWindow.Read()

3.

What happens if you type one wrong letter in the code?

a)

It will still work

b)

It won't work and you will get an error message

c)

It will work a bit

d)

It will work but only for a while

4.

What can you do in Small Basic?

a)

Fix hardware

b)

Create a computer program

c)

Hack Computers

d)

Program an Iphone

5.

Which code would you use to give the Text Window a title of Maths?

a)

TextWindow.Title="Maths"

b)

TextWindow.WriteLine("Maths")

c)

TextWindow.Read()="Maths"

d)

Title="Maths"

6.

What's the technical nomenclature for the set of codes

a)

Variable

b)

Big memory location

c)

Subroutine

d)

Events

7.

GraphicsWindow.MouseDown = MouseClick

The MouseClick would be

a)

A variable

b)

An Event

c)

A Subroutine

d)

A turtle pattern

8.

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

4 lines
9.

Write a program to create the below art using the graphics window. Please copy and paste the codes.

4 lines