Definitions
A device that stores information and follows instructions from a program
What is a computer?
Steps to complete a task
What is an algorithm?
To find and fix errors in programs
What is debugging?
A set of instructions that follow one another in order
What is a sequence?
Breaking a problem down into smaller parts
What is decomposition?
To repeat a sequence of instructions
What is a loop?
The four steps used to solve problems
What is understand, plan, test, learn?
An action that causes something to happen
What is an event?
Programs that respond more quickly and take less memory and power
What is an efficient program?
Statements that only run under certain conditions or situations
What is a conditional?