Cards (14)

Transforming actions into symbolic language
Back
An instruction for the computer
Back
The art of creating a program
Back
An error in a program that prevents the program from running correctly
Back
An algorithm that has been coded into something that can be run by a machine
Back
A statement that a program checks to see if it is true or false. If true, an action is taken. Otherwise, the action is ignored.
Back
Statements that only run under certain conditions
Back
Repetition of a process
Back
Extra bits of information that you can pass into a function to customize it
Back
A piece of code that can be called over and over
Back
Finding and fixing a problem in an algorithm or program
Back
The action of doing something over and over again
Back
Series of instructions on how to accomplish a task
Back
Something occurs
Back