WorksheetsUnit 3- Lesson 3 & 4 Game Lab Vocab
Total questions: 10
Worksheet time: 5mins
Program
An algorithm that has been coded into something that can be run by a machine.
controls the color of lines, points and outline of shapes drawn
Finding and fixing problems in an algorithm or program
An error in a program that prevents the program from running as expected.
Debug
An algorithm that has been coded into something that can be run by a machine.
controls the color of lines, points and outline of shapes drawn
Finding and fixing problems in an algorithm or program
An error in a program that prevents the program from running as expected.
stroke
An algorithm that has been coded into something that can be run by a machine.
controls the color of lines, points and outline of shapes drawn
Finding and fixing problems in an algorithm or program
An error in a program that prevents the program from running as expected.
bug
An algorithm that has been coded into something that can be run by a machine.
controls the color of lines, points and outline of shapes drawn
Finding and fixing problems in an algorithm or program
An error in a program that prevents the program from running as expected.
Draws a rectangle onto the display positioned at x and y with sides length w(idth) and h(eight).
rect(x,y,w,h)
Block Coding
background( )
ellipse (x,y,w,h)
Draws an ellipse onto the display centered at x and y and inscribed in a rectangle with sides length w(idth) and h(eight).
rect(x,y,w,h)
Block Coding
background( )
ellipse (x,y,w,h)
Sets the color used for the background of your game
rect(x,y,w,h)
Block Coding
background( )
ellipse (x,y,w,h)
fill(color) is the command that sets the color used to fill shapes.
True
False
rect (x,y,w,h )→ utilizes a drag-and-drop learning environment, where programmers use coding instruction
True
False
A parameter is a determining or characteristic element; a factor that shapes the total outcome; a limit, boundary
True
False
