1) What can you do in Small Basic? a) Fix Hardware b) Create a Computer Program c) Hack Computer 2) Which key is used to run a program in Small Basic? a) Enter b) F5 c) F10 d) F12 3) What does this code do: GraphicsWindow.BackgroundColor="Yellow" a) Change the background colour to yellow b) Change the pen color to red c) Change the brush colour to yellow d) Change the pen colour to yellow 4) To temporarily store a value in Small Basic you need to create a..? a) Operator b) Variable c) Subroutine d) Event 5) Which of these pieces of code will not work a) Turtle.PenDown(100) b) Turtle.TurnLeft() c) Turtle.Move(50) d) Turtle.Show() 6) Turtle.Speed can a) Make the turtle go quicker b) Make the turtle dissapear c) Stop the pen from drawing d) Make the turtle delete 7) 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 8) The main object in Small Basic is? a) b) c) d) Mouse 9) A small program inside a program that can be reused multiple times is known as a? a) Sub-Routine b) Variable c) Event d) GraphicsWindow 10) What is the variable? Square = Shapes. AddRectangle(100,100) a) Square b) shapes c) AddRectangle d) (100,100) 11) I can have many variables in a program a) True b) False 12) Which of these icons is used to run the program? a) b) c) d) 13) Which of these icons is used to publish the program? a) b) c) d) 14) What happens if you do one letter wrong in the code? a) It will still work b) It won't work c) It will work a bit d) It will work but only for a second 15) What does the following code do?GraphicsWindow.BrushColor="pink" a) changes the pen size b) Changes the fill colour c) Changes the pen colour d) Creates a graphics window 16) One of these is use to draw a circle a) Graphicswindow .AddEllipse(50,50) b) Shapes.AddEllipse(50, 50) c) Shapes.AddCircle(50,50) d) GraphicsWindow. AddCircle(50,50) 17) To move a shape we will use this command a) Shapes.Move(car, 100,50) b) GraphicsWindow.Move(car, 100,50) c) Move.shape(car, 100,50) d) Shapes.Move(100, 50,car) 18) is the action that occurs to make another set of actions execute as a result of the first action. a) Variable b) Subroutine c) Event d) Operator 19) What does the following code do? GraphicsWindow.MouseUp=Add_Circle a) Execute the sub add_circle when you click the mouse button b) Execute the sub add_circle when you release the mouse button c) Execute the sub add_circle when you move the mouse d) Execute the sub add_circle when you click the right click mouse button 20) This icon represents: a) Property b) Operation c) Event d) Object

Leaderboard

Visual style

Options

Switch template

Continue editing: ?