NEW
Font size
WorksheetsJavascript
Total questions: 40
Worksheet time: 24mins
A _______________________ is a single image in an animated production.
Picture
Photo
Frame
Asset
Does timing matter when making a animation?
Yes
No
An algorithm that has been coded into something that can be run by a machine.
Program
HTML
Tag
Google Drive
Part of a program that does not work correctly.
Bug
Debugging
HTML
Tag
Finding and fixing problems in an algorithm or program.
Bug
JavaScript
Heading
Debugging
A tool that programmers use to position images in a program. Consists of x and y coordinates.
HTML
Grid
Table
Tag
What is the center point of the JavaScript grid on Code.org?
0,0
200,200
400,400
50,50
How many units is each square inside of the program grid worth?
10
100
40
50
How many total units is one side of the program grid worth?
1,000
500
400
2,000
What are the coordinates of the red square?
0,0
200,200
100,100
0,50
What is the JavaScript code to create a square in the program?
ellipse
FillColor
rect
None of these
What will the code produce in the program?
how would the following objects be arranged in the program?
The red square will be located at 175, 175 underneath the blue square which will be at 200, 200.
The red square will be located at 200, 200 above the blue square which will be at 175, 175.
Both squares will not be visible on the program.
The red square will be located at 200, 200 underneath the blue square which will be at 175, 175.
A placeholder for a piece of information that can change.
Variable
rect
Bug
Debugging
Which of the following is a line of code for a variable?
Attributes that describe an object’s characteristics.
Coordinates
Grid
Ellipse
Properties
A graphic character on the screen with properties that describe its location, movement, and look.
Ellipse
Sprite
RandomNumber
Grid
Which of the following is the correct sequence of code to get a sprite with an animation to appear in the program?
What is Javascript?
programming language
HTML tags
CSS
A web page
You can change an image's size using Javascript?
True
False
What is an individual image within a sequence of images?
Tween
Layer
Animation
Frame
What is the movement or change of objects through time?
Animation
Frame
Layer
Motion Picture
What is the process of creating animated images using computer graphics?
Computer Animation
Stage
Animatic
Arts
The "stroke" command means
color inside shape
color outside shape
color of blocks
border
What does the "fill" command do
put letters in the shape
put pictures in the shape
put color in the shape
put code in the shape
draw = function(){
......
}
This saves a value, which can be then assigned when writing code
Parameter
Function
Variable
What does FPS stand for?
Frames Per Segment
Frames Per Standards
Frames Per Second
None of the Above
These are used to put information that can be useful later, and in JavaScript these are ignored by the browser.
Comments
Case Sensitivity
Data Types
Statements
Names that refer to commands, functions, variables and keyword should be written correctly, variable “A” and “a” are two different variables.
Comments
Case Sensitivity
Data Types
Statements
What is the value of “a” in the following statement?
var a;
undefined
null
0
NaN
This animated TV series is the longest running TV show ever:
Family Guy
Spongebob
The Simpsons
South Park
