Chapter 15: Software Development Flashcards
Syntax error
An error in which a program statement does not follow the rules of a language.
Logic error
An error in the logic of the solution that causes it not to behave as intended.
Run-time error
An error that causes program execution to crash or freeze.
Test data
Carefully chosen values that will test a program
Black-box testing
Comparing expected results with actual results when a program is run.
White-box testing
Testing every path through the program code.
Debugging
Finding and correcting errors in a program.
Dry-running an algorithm
The process of checking the execution of an algorithm or program by recording variable values in a trace table.
Trace table
A table with a column for each variable that records their changing values.
Corrective maintenance
Correcting identified errors after a logic or run-time error.
Adaptive maintenance
Amending a program to enhance functionality or in response to specification changes.