wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Ls. 6 small basic for grade 6

Total questions: 21

Worksheet time: 9mins

Name
Class
Date
1.

1. The extension of the small basic is _______________

a)

sb

b)

.sb

c)

small basic

d)

none

2.

2. Which company created small basic

(a)  

3.

3. The _______________ is the area where you write small Basic programs.

a)

Editor

b)

help area

c)

workarea

d)

stage

4.

4. Press ___________ key to run a small basic program.

a)

F4

b)

F5

c)

F6

d)

F8

5.

5. Small Basic is not case sensitive.

a)

True

b)

False

6.

6. Math. Remainder (19,2)     = _________

a)

9

b)

1

c)

0

d)

2

7.

7. Math.Max (25,37)             = __________

a)

25

b)

37

c)

62

d)

72

8.

8. What is the main building block of the small basic program?

a)

write

b)

read

c)

textwindow

d)

none

9.

9. Math.min(20,30) = ________

a)

20

b)

30

c)

50

d)

10

10.

10. How many types of variables?

a)

4

b)

5

c)

2

d)

1

11.

11. What is the string concatenation symbol?

a)

*

b)

+

c)

-

d)

/

12.

12. String enclosed within ____________

a)

quotes

b)

double quotes

c)

single quotes

d)

none

13.

13. The Output of Math. Remainder (30, 8) is _________

a)

3

b)

6

c)

5

d)

4

14.

14. How many types of arithmetic operators?

a)

4

b)

5

c)

6

d)

7

15.

15. How many types of comparison operators ?

a)

5

b)

7

c)

6

d)

2

16.

16. How many types of logical operators?

a)

4

b)

5

c)

3

d)

2

17.

17. What is the comment symbol ?

a)

' (apostrophe)

b)

''(Double quotes)

c)

+ (plus)

d)

none

18.

18. How many types of constants? What are they?

a)

3 types (numberic, string, float)

b)

2 types( numeric, string)

c)

2 types (numeric, float)

d)

none

19.

19. How many types of variables ? What are they?

a)

3 types (numberic, string, float)

b)

2 types( numeric, string)

c)

2 types (numeric, float)

d)

none

20.

20. Which method moves the pointer to the next line?

a)

write

b)

writeline

c)

read

d)

read number

21.

21. Label the following:

4 lines