Font size
WorksheetsSmall Basic
Total questions: 15
Worksheet time: 10mins
A (a) is a set of instruction written for the computer to perform a particular task
(a) means to check for check for errors and remove them.
Press (a) to run the program written in the Editor.
1234 and -54.34 are the examples of (a) contains.
A (a) is an area in a computer's memory that has a name and that stores data temporaily.
You cannont use a keyword as a variable name.
True
False
Mathematical calculation can also be performed with string constant.
False
True
The string concatenation operator is &.
True
False
/ operator is executed before + operator.
False
True
Comparison operator result is either true or false.
True
False
This is a comparison operator used for non-eqality
>
<
=
<>
The comment statement starts with this symbol.
"
'
*
$
This method is used to read string as an input
Readnumber()
Inputnumber()
Read()
ReadString()
What is the output of Maths.Power(-2,3)
8
-8
Error
0.025
What is the output of 23+33/3
34
23
33
18
