NEW
Font size
WorksheetsCSD Unit 3 - Week 1 (L1-L5)
Total questions: 20
Worksheet time: 4mins
Part of a program that does not work correctly.
Bug
Debugging
Stroke
Fill
Finding and fixing problems in an algorithm or program.
Bug
Debugging
Stroke
Fill
Border color of a shape.
Bug
Debugging
Stroke
Fill
The color inside of a shape
Bug
Debugging
Stroke
Fill
An algorithm that has been coded into something that can be run by a machine.
Program
Parameter
Variable
An extra piece of information passed to a function to customize it for a specific need
Program
Parameter
Variable
a label for a piece of information used in a program
Program
Parameter
Variable
Which of the numbers represents the height of the ellipse?
200
100
300
150
Which of the numbers represents the width of the ellipse?
200
100
300
150
Which of these pictures best captures the overall shape of the ellipse in this code?
What is the center of the code.org grid?
(0, 0)
(400, 400)
(200, 200)
(250, 250)
Which of the numbers represents the x position of the ellipse?
200
100
300
150
Which of the numbers represents the y position of the ellipse?
200
100
300
150
Estimate where the rectangle will appear on the grid:
Estimate where the rectangle will appear on the grid:
Estimate where the rectangle will appear on the grid:
Which one of the following is NOT a rule for naming Variables:
Labels can't have spaces.
Labels can't start with a number.
Capitalization and spelling must be exactly the same.
Labels can't end with a number
Which of the following is a BAD variable name?
sizeofcircle
1dimension
yLocation
What image does the code produce?
What image does the code produce?
