Font size
WorksheetsSMALL BASIC
Total questions: 20
Worksheet time: 9mins
Any word declared to represent a value or text
variable
declarations
input
output
Kindly Check all the correct rules in creating variable
Space is not allowed
Symbols is not allowed except asterisk
Do not use reserved words or codes
Both usage of capital and small letters is allowed
Can accept any characters
•TextWindow.Read()
•TextWindow.ReadNumber()
•TextWindow.WriteLine()
•TextWindow.Write()
Can accept Numbers only
•TextWindow.Read()
•TextWindow.ReadNumber()
•TextWindow.WriteLine()
•TextWindow.Write()
What code can allow Text written on same line
•TextWindow.Read()
•TextWindow.ReadNumber()
•TextWindow.WriteLine()
•TextWindow.Write()
What code can allow Text written on next line
•TextWindow.Read()
•TextWindow.ReadNumber()
•TextWindow.WriteLine()
•TextWindow.Write()
What code is referring to display cmd or prompt?
TextWindow
GraphicWindow
file extension of small basic
.sba
.sm
.smb
.sb
Which of these question can be answered thru Boolean? Select all possible
Gaano mo ako kamahal?
Tayo na ba?
Mahal mo ba ako?
Pangit ba ako?
Answerable by yes or no
boolean
string
data
display the Turtle
Turtle.Show()
Turtle.Go()
Turtle.Present()
Turtle.Litaw()
Turtle.X = 50
Turtle.Y = 200
this codes set location of the turtle
this codes set size of the turtle
this codes set move of the turtle
this codes set turn of the turtle
Which one allows to stop writing?
Turtle.PenUp()
Turtle.PenDown()
I want to test my work so i want to set the speed faster, which one is the correct code?
Turtle.Rate = 10
Turtle.Fast = 10
Turtle.Speed = 10
Turtle.Go = 10
Gets or sets the color of the pen used to draw shapes on the Graphics Window.
GraphicsWindow.PenColor
GraphicsWindow.PenHue
GraphicsWindow.PenHex
GraphicsWindow.PenKulay
it is a set of instructions.
Program
Output
Input
Variable
Gets or sets the Background color of the Graphics Window.
GraphicsWindow.BackgroundColor
GraphicsWindow.ForeColor
TextWindow.BackgroundColor
Turtle.Move(150)
To move the Turtle a particular distance in pixels
To set the Turtle a particular distance in pixels
To turn the Turtle a particular distance in pixels
Which turtle goes to SouthEast?
Turtle.Angle = 270
Turtle.Angle = 135
Turtle.Angle =90
Turtle.Angle = 180
Which turtle goes to NorthWest?
Turtle.Angle = 270
Turtle.Angle = 315
Turtle.Angle =10
Turtle.Angle = 225
