My Crossword Maker Logo
Powered by BrightSprout
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

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