Worksheet-4 1
Worksheet-4 1
Department of Education
Region V – Bicol
SCHOOLS DIVISION OFFICE OF CAMARINES NORTE
JOSE PANGANIBAN NATIONAL HIGH SCHOOL
Jose Panganiban, Camarines Norte
Grade 8
CREATIVE TECHNOLOGIES/ICT
Worksheet 4.1
Part I. Using Small Basic as a guide, draw/write the program being shown/what you see on the
screen. (2 points each)
INSTRUCTIONS
1. TextWindow.WriteLine("Hello World")
2. TextWindow.BackgroundColor = “Cyan”
TextWindow.WriteLine("Hello World")
4. For i = 1 To 4
GraphicsWindow.PenColor =
GraphicsWindow.GetRandomColor()
Turtle.Move(100)
Turtle.TurnRight()
EndFor
For i = 1 To sides
For j = 1 To 6
Turtle.Move(length / 12)
Turtle.PenUp()
Turtle.Move(length / 12)
Turtle.PenDown()
EndFor
Turtle.Turn(angle)
EndFor
10 GraphicsWindow.Width = 200
. GraphicsWindow.Height = 200
GraphicsWindow.PenColor = "Green"
GraphicsWindow.DrawLine(10, 10, 100, 100)
GraphicsWindow.PenColor = "Gold"
GraphicsWindow.DrawLine(10, 100, 100, 10)