WorksheetsCoding Vocabulary
Total questions: 22
Worksheet time: 16mins
If I wanted to draw a square on the screen, which code would I use?
rect ()
Ellipse ()
Background ()
Square ()
If I wanted to draw a circle on the screen, which code would I use?
rect ()
Ellipse ()
Background ()
Square ()
Which of the following isInot a line of code we talked about in class?
rect ()
Ellipse ()
Background ()
Square ()
If I want to draw a red circle, which of the following lines of code would I use first?
rect("red")
Ellipse("red")
Fill ("red")
Stroke ("red")
If I want to draw a blue line around a circle, which of the following lines of code would I use first?
rect("blue")
Ellipse("blue")
Fill ("blue")
Stroke ("blue")
Changing the background color LAST covers everything you've drawn in your coding.
True
False
It doesn't matter when it comes to the order of drawing shapes in coding.
True
False
When I use code such as rect("200, 100"), the numbers 200 and 100 can be described as
Parameters
Fillers
Variables
Constants
Name the Web browser?
Mozilla Firefox
Internet Explorer
Opera Mini
Google Chrome
Which App icon is this?
This is the Google Forms icon.
This is the Google Slides icon.
This is the Google Docs icon.
This is the Google Sheets icon.
This is the icon for Google Forms.
This is the icon for Google Slides.
This is the icon for Google Docs.
This is the icon for Google Classroom.
Google Docs, Sheets, Slides, and Forms are all apps?
True
False
