10. Distinguish between:
(a) Testing and Debugging
(b) Syntax error and Logical error
Answers
Answered by
1
Answer:
a) Technically Testing is a process to check if the application is working same as it was supposed to do, and not working as it was not supposed to do. On other hand Debugging is the activity performed by developers to fix the bug found in the system.
b) If you try to execute a program that includes syntax errors, you will get error messages on your screen and the program won't be executed. You must correct all the errors and then try to execute the program again. Logic errors are those errors that prevent your program from doing what you expected it to do.
I hope it help you...
Similar questions