Terminology Pt. 3 Flashcards
A step-by-step procedure to achieve a specific goal. Can be implemented with code.
Algorithm
A value that is passed into a function when it is called. Also known as a “parameter.”
Argument
A type of value that contains a sequence of other values.
Array
The act of putting a value into a variable.
Assignment
Characters often used to surround text.
Brackets
A mistake in a program.
Bug
To run the code in a function. Also referred to as “running,” “executing,” or “invoking” a function.
Call
A type that can be defined by the programmer.
Class
Arbitrary text written around code, but which is never run, and is generally ignored by the computer. Used to leave notes and documentation for people who read the code later.
Comment
To turn code into a comment so that it does not get run.
Comment out
A program that converts code into an executable, and checks that the syntax is correct.
Compiler
A variable that never changes its value.
Constant
To cause a running program to stop due to an error.
Crash
A value that contains other values.
Data structure
To investigate and fix bugs.
Debug
Code that states that something exists – usually a variable, function or a class.
Declaration
Code that fully implements something – usually a variable, function or a class.
Definition
Synonym for run.
Execute