Computer Coding Vocabulary Flashcards
A set of instructions in a language the computer can understand
code
a list of steps a computer can follow to complete a task
alogorithm
An algorithm that has been coded into something that can be run by a machine
program
The order in which steps are completed
sequence
The coding term for the action of doing something over and over again.
looping
An action that causes something to happen
event
a problem with the code
bug
fixing the problem in your code
debug
A statement that is either true or false depending on the situation
conditional statement
To start the program into action
run
A field in which people use the power of computers to solve big problems.
computer science
programming language where sections of code are grouped together
blocks
A piece of code that you can easily call over and over again
function
a placeholder for a piece of information that can change
variable
willingness to keep trying again and again, stick with it
persistance