wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

SMALL BASIC

Total questions: 20

Worksheet time: 9mins

Name
Class
Date
1.

Any word declared to represent a value or text

a)

variable

b)

declarations

c)

input

d)

output

2.

Kindly Check all the correct rules in creating variable

a)

Space is not allowed

b)

Symbols is not allowed except asterisk

c)

Do not use reserved words or codes

d)

Both usage of capital and small letters is allowed

3.

Can accept any characters

a)

TextWindow.Read()

b)

TextWindow.ReadNumber()

c)

TextWindow.WriteLine()

d)

TextWindow.Write()

4.

Can accept Numbers only

a)

TextWindow.Read()

b)

TextWindow.ReadNumber()

c)

TextWindow.WriteLine()

d)

TextWindow.Write()

5.

What code can allow Text written on same line

a)

TextWindow.Read()

b)

TextWindow.ReadNumber()

c)

TextWindow.WriteLine()

d)

TextWindow.Write()

6.

What code can allow Text written on next line

a)

TextWindow.Read()

b)

TextWindow.ReadNumber()

c)

TextWindow.WriteLine()

d)

TextWindow.Write()

7.

What code is referring to display cmd or prompt?

a)

TextWindow

b)

GraphicWindow

8.

file extension of small basic

a)

.sba

b)

.sm

c)

.smb

d)

.sb

9.

Which of these question can be answered thru Boolean? Select all possible

a)

Gaano mo ako kamahal?

b)

Tayo na ba?

c)

Mahal mo ba ako?

d)

Pangit ba ako?

10.

Answerable by yes or no

a)

boolean

b)

string

c)

data

11.

display the Turtle

a)

Turtle.Show()

b)

Turtle.Go()

c)

Turtle.Present()

d)

Turtle.Litaw()

12.

Turtle.X = 50

Turtle.Y = 200

a)

this codes set location of the turtle

b)

this codes set size of the turtle

c)

this codes set move of the turtle

d)

this codes set turn of the turtle

13.

Which one allows to stop writing?

a)

Turtle.PenUp()

b)

Turtle.PenDown()

14.

I want to test my work so i want to set the speed faster, which one is the correct code?

a)

Turtle.Rate = 10

b)

Turtle.Fast = 10

c)

Turtle.Speed = 10

d)

Turtle.Go = 10

15.

Gets or sets the color of the pen used to draw shapes on the Graphics Window.

a)

GraphicsWindow.PenColor

b)

GraphicsWindow.PenHue

c)

GraphicsWindow.PenHex

d)

GraphicsWindow.PenKulay

16.

it is a set of instructions.

a)

Program

b)

Output

c)

Input

d)

Variable

17.

Gets or sets the Background color of the Graphics Window.

a)

GraphicsWindow.BackgroundColor

b)

GraphicsWindow.ForeColor

c)

TextWindow.BackgroundColor

18.

Turtle.Move(150)

a)

To move the Turtle a particular distance in pixels

b)

To set the Turtle a particular distance in pixels

c)

To turn the Turtle a particular distance in pixels

19.

Which turtle goes to SouthEast?

a)

Turtle.Angle = 270

b)

Turtle.Angle = 135

c)

Turtle.Angle =90

d)

Turtle.Angle = 180

20.

Which turtle goes to NorthWest?

a)

Turtle.Angle = 270

b)

Turtle.Angle = 315

c)

Turtle.Angle =10

d)

Turtle.Angle = 225