My Crossword Maker Logo
Powered by BrightSprout
Save Status:
or to save your progress. The page will not refresh.
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Answer Key:
Edit a Copy:
Make Your Own:
Crossword Word Search Worksheet
Rate This Puzzle:
Log in or sign up to rate this puzzle.

CPS~Unit 5: Building Apps

Across
A placeholder for a piece of information that can change.
The common programming structure that implements "conditional statements."
A single value of either TRUE or FALSE.
An overarching term for the coding tasks involved in making a program respond to events by triggering functions.
To repeat in order to achieve, or get closer to, a desired goal.
Statements that only run under certain conditions.
Any valid unit of code that resolves to a value.
Any sequence of characters between quotation marks.
Down
Dictates what portions of the code can "see" or use a variable, typically derived from where the variable was first created.
A generic term for a programming data structure that holds multiple items.
An action that causes something to happen.
Finding and fixing problems in an algorithm or program.
A programming construct used to repeat a set of commands (loop) as long as (while) a boolean condition is true.
A data structure in JavaScript used to represent a list.
Use event key-from the "event" parameter of the onEvent callback function - to figure out which key was pressed.