wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Intro to Small Basic

Total questions: 15

Worksheet time: 5mins

Name
Class
Date
1.
To temporarily store a value in Small Basic you need to create a..?
a)
Operator
b)
Variable
c)
Statement
d)
Text Window
2.
To store a series of values e.g. test results you need to create an..?
a)
Loop
b)
Variable
c)
Condition
d)
Array
3.
To store the user´s input as a variable, which Small Basic command should be used?
a)
TextWindow.Read()
b)
TextWindow.Write()
c)
TextWindow(Read)
d)
TextWindow(Write)
4.
Which key is used to run a program in Small Basic? 
a)
Enter
b)
F5
c)
F10
d)
F12
5.
Text in speech marks e.g. "Hello World!" are called?
a)
Variables
b)
Booleans
c)
Strings
d)
Text Operators
6.
A variable that can take one of two values e.g. yes/no, on/off, M/F is called a..?
a)
Boolean
b)
String
c)
Operator
d)
Array
7.
A variable that contains a whole number is called an..?
a)
String
b)
Boolean
c)
Integer
d)
Real Number
8.
A variable that holds a number with decimal places is called a..?
a)
Real Number or a Float
b)
Real Number or a String
c)
Float or a String
d)
Integer or a String
9.
Giving a value to a variable e.g. name = "Tim" is called..?
a)
Making
b)
Attaching
c)
Listing
d)
Assigning
10.
To multiply two values in Small Basic, which operator should you use?
a)
**
b)
*
c)
x
d)
X
11.
A line of code that gives an instruction to a computer is a..?
a)
Code
b)
Statement
c)
Property
d)
Operation
12.
A value that can be assigned to a text window such as Backgroundcolor = "Blue" is a..?
a)
Property
b)
Statement
c)
Program
d)
Array
13.
The set of commands that are built into Small Basic e.g. show(), pause() etc. are called..?
a)
Properties
b)
Attributes
c)
Features
d)
Operations
14.
What kind of programming language is Small Basic?
a)
Block
b)
Object Orientated
c)
Procedural
d)
Low Level
15.
Who developed Small Basic?
a)
Microsoft
b)
Apple
c)
Adobe
d)
Android