Created by Sam Harrison
over 6 years ago
|
||
Question | Answer |
Error Types | Syntax Logic Design |
Iterative Testing | Testing should be ongoing during the development process. Code an aspect of your program and test it before moving on. |
Final Testing | At the end of the development, when the program is complete, the program should be tested again. |
Syntax Errors | Code written in a form that cannot be understood. This may be where the code is misspelled or an incorrect function has been called. |
Logic Errors | The code runs successfully but the logic of the code produces undesired outcomes. |
Want to create your own Flashcards for free with GoConqr? Learn more.