Values in the Story Factory could be nouns, verbs, or this.
What are adjectives?
The word that describes why we reuse a sequence of cards in more than one place in a program.
What is efficiency?
The person who writes the code in pair programming.
What is the driver?
An action that triggers a program to react.
What is an event?
Term used in computer science that means a program is not working.
What is a bug?
The Story Factory main program uses this type of programming code by sending an envelope with instructions on it to the factory.
What is a function?
The number of times you have to debug a function that is used multiple times in a program.
What is one?
The person who reviews the code in pair programming.
What is the navigator?
A program that listens to any input from the user while the program is running and reacts.
What is an interactive program?
Term used to find and fix bugs in a computer program.
What is debug?
A set of instructions given to a computer in a language that it can understand.
What is a program?
The value of a conditional for the program to do the steps.
What is true?
The smallest element, or dot, of a digital display.
What is a pixel?
To check if a computer program is working properly.
What is to test?
When a driver and a navigator create computer programs.
What is pair programming?
A named block of code that can be used in a program to accomplish a task.
What is a function?
Instructions used in a computer program.
What is code?
Makes programs shorter because programmers can avoid repeating the same blocks of code.
What is a loop or function?
A grid made up of horizontal and vertical lines and points.
What is a x-y grid?
A value that relates to a individual character in the program.
What is a character-specific variable?
An example of an everyday task function that is a small part of many activities during your day.
What is unzipping your backpack, brushing your teeth, eating food, washing your hands, etc.?
Section of code that is repeated until an ending condition is reached.
What is a loop?
Coding used for repetitive tasks.
What is a loop?
A named place to store a value that may change as the program runs.
What is a variable?
In Hopscotch, an iPad value that is related to the entire program.
What is a global variable?