Terminology Flashcards
A list of steps to finish a task; a set of instructions that can be performed with or without a computer.
Algorithm
An error in a program that prevents the program from running as expected.
Bug
This is the piece of code that you add to a program to indicate that the program should run the code inside a function at a certain time.
Call (a function)
One or more commands or algorithm(s) designed to be carried out by a computer.
Code
An instruction for the computer.
Command
Statements that only run under certain conditions or situations.
Conditionals
Information; often quantities, characters, or symbols that are the inputs and outputs of computer programs.
Data
Finding and fixing errors in programs.
Debugging
Break a problem down into smaller pieces.
Decompose
To add code inside a function so that the program knows what it is supposed to do when the function is called.
Define (a function)
The service that translates URLs to IP addresses.
DNS (Domain Name Service)
An action that causes something to happen.
Event
A monitor for a specific event or action on a computer.
Event-handler
A loop with a predetermined beginning, end, and increment (step interval).
For loop
A piece of code that you can easily call over and over again.
Function