An instruction given by the user to the computer.
Command
Data type of a whole number.
Integer
A set of instructions designed to perform a specific task.
Algorithm
An error in your code
Bug
The process of creating instructions that a computer can follow
Coding
A character or thing that performs an action.
Object
Data type of anything within quotes
String
Loop
A mistake in typed code that violates the rules of the programming language.
Syntax Error
The rules for correct grammar, spelling, and punctuation in a programming language.
Syntax
An action performed by an object.
Method
Data type of a number with a decimal
Float
The fancy word for running your code.
Execute
The process of removing bugs from your code.
Debugging
A high-level programming language used for general-purpose programming.
Python
Extra information passed into a method to modify what the method does.
Argument
Code ignored by the computer
Command
A mistake in an algorithm or program that causes it to behave unexpectedly
Logic Error
A plain language description of the steps in an algorithm. (In between natural language and programming languages)
Pseudocode
Data type of a true or false value.
Boolean
a style to designate the start and end of words with capitals instead of spaces.
camelCase