Review Game Zone
Games
Test
Preview
Back
Match it!
Match it! Select the correct answer from the pull down...Good luck!
Also known as an array in other programming languages. A group of objects, all of the same variable type, that can be referenced as a single variable.
index
variable
storyboard
pseudocode
flowchart
conditional statement
collection
parameter
Also known as an if/then or if/then/else statement. A programming construct used for making decisions within a program.
index
variable
storyboard
pseudocode
flowchart
conditional statement
collection
parameter
A graphical representation of a computer program in relation to its sequence of functions (as distinct from the data it processes).
index
variable
storyboard
pseudocode
flowchart
conditional statement
collection
parameter
– Data passed to a function. In the following line of code, 100 is a ____________: turtle- forward(100).
index
variable
storyboard
pseudocode
flowchart
conditional statement
collection
parameter
A numerical value that corresponds to an element in a collection or table. Index values start at zero, so the first element in an array has an index value of 0.
index
variable
storyboard
pseudocode
flowchart
conditional statement
collection
parameter
A notation resembling a simplified programming language, used in program design.
index
variable
storyboard
pseudocode
flowchart
conditional statement
collection
parameter
A storage container for data.
index
variable
storyboard
pseudocode
flowchart
conditional statement
collection
parameter
A visual, frame-by-frame plan for a program or project. Often contains sketches and descriptions that tell the story of a game or project.
index
variable
storyboard
pseudocode
flowchart
conditional statement
collection
parameter
Check it!