wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Small Basic

Total questions: 15

Worksheet time: 10mins

Name
Class
Date
1.

A (a)   is a set of instruction written for the computer to perform a particular task

2.

(a)   means to check for check for errors and remove them.

3.

Press (a)   to run the program written in the Editor.

4.

1234 and -54.34 are the examples of (a)   contains.

5.

A (a)   is an area in a computer's memory that has a name and that stores data temporaily.

6.

You cannont use a keyword as a variable name.

a)

True

b)

False

7.

Mathematical calculation can also be performed with string constant.

a)

False

b)

True

8.

The string concatenation operator is &.

a)

True

b)

False

9.

/ operator is executed before + operator.

a)

False

b)

True

10.

Comparison operator result is either true or false.

a)

True

b)

False

11.

This is a comparison operator used for non-eqality

a)

>

b)

<

c)

=

d)

<>

12.

The comment statement starts with this symbol.

a)

"

b)

'

c)

*

d)

$

13.

This method is used to read string as an input

a)

Readnumber()

b)

Inputnumber()

c)

Read()

d)

ReadString()

14.

What is the output of Maths.Power(-2,3)

a)

8

b)

-8

c)

Error

d)

0.025

15.

What is the output of 23+33/3

a)

34

b)

23

c)

33

d)

18