Telling a computer what to do
Coding
An error in your code
Bug
A collection of commands grouped together and given a name
Function
Something you test that results in true or false
Condition
!
Not
A person who writes code to build their own apps and games
Developer
The process of identifying and fixing the error
Debugging
Runs a block of code over and over for a set number of times
For Loop
A block of code that will run only if something is true
Conditional Code
&&
And
A specific action for the computer to perform
Command
The order in which the commands are given
Sequence
The process of combining small parts to solve a larger problem
Composition
A value that can be either true or false
Boolean
||
Or
Telling a program to run a function
Call
A symbol or words like "and," "or," or "not" that connects two or more Booleans to make conditional decisions more specific
Logical Operator