Testing and evaluating programs

0.0(0)
studied byStudied by 4 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/6

flashcard set

Earn XP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

Logic error

An error in an algorithm that results in incorrect or unexpected behavior

2
New cards

syntax error

Errors that occur when the grammar rule of a programming language are not followed

3
New cards

Runtime error

An error that occurs when the computer tries to run code that it cannot execute

4
New cards

debugger

a computer program that assists in the detection and correction of errors in other computer programs

5
New cards

normal data

Data that is within the limits of what should be accepted by the program

6
New cards

boundary data

Data that is at the outer limits of what should be accepted by the program

7
New cards

Erroneous data

Data that should not be accpted by the program