Unit 2 Flashcards
What is testing?
To ensure that a program performs as expected, meeting user requirement
What is normal?
Data that is valid and represents how program would be used
What is boundary?
Data that is just barely valid, using the edges of the range
What is erroneous?
Data that cannot be understood/accepted
What is invalid?
Data type that is accepted but is not usable
What is a syntax error?
The grammar and rules of the language have not been followed
What is a logic error?
Code is written incorrectly but doesn’t cause program to stop working
What is iterative testing?
Takes place when program development after changes made
What is terminal testing?
Final test as a whole
What is a truth table?
Shows every possible output
What is a logical statement?
Where the outcome can be true or false
What is an AND gates output?
Both inputs must be on for output to be on
What is an OR gates output?
Either inputs must be on to make output on
What is a NOT gates output?
An input of on means it’s off and an input of off means it’s on
What is an IDE?
A program that provides tools to develop and run programs