Font size
WorksheetsCode.org CS Discoveries Lessons 3-7 Review
Total questions: 15
Worksheet time: 12mins
A (a) is an extra piece of information passed to a function to customize it for a specific need. Width and height are examples of these.
The first parameter in the () after an ellipse or rectangle code is:
height
width
x coordinate point
y coordinate point
The second parameter in the () after an ellipse or rectangle code is:
height
width
x coordinate point
y coordinate point
The third parameter in the () after an ellipse or rectangle code is:
height
width
x coordinate point
y coordinate point
The fourth parameter in the () after an ellipse or rectangle code is:
height
width
x coordinate point
y coordinate point
A (a) is a label for a piece of information used in a program.
How many lines of code are needed for a variable?
one
two
three
four
What two pieces of information are needed in the () for random number?
maximum
height
minimum
width
How many lines of code have we learned so far in CS Discoveries Unit 3?
5
7
9
11
A (a) is a part of a program that does not work correctly.
Finding and fixing problems in an algorithm or program is called (a) .
A (a) is an algorithm that has been coded into something that can be run by a machine.
The way that sprites' properties are used in Game Lab, by connecting the sprite and property with a dot is called (a) .
A (a) is a label for a characteristic of a sprite, such as its location and appearance.
A (a) is a character on the screen with properties that describe its location, movement, and look.
