DIS_CHAPTER2 Flashcards
1
Q
Types of errors
A
Syntax errors, run-time errors,
logic errors
2
Q
syntax errors
A
errors in the grammar of the programming
3
Q
run-time errors
A
happen during program execution
4
Q
logic errors
A
errors in algorithm design
5
Q
Blackbox (functional test)
A
accepts input produces output
the inner works are not visible
6
Q
Whitebox (structure test)
A