The process of systematically finding and correcting errors in a COBOL program is known as _____.
- Compiling
- Debugging
- Testing
- Tracing
Debugging is the systematic process of finding and correcting errors in a COBOL program. It involves identifying and fixing issues to ensure the program functions as intended.
Loading...
Related Quiz
- Advanced COBOL programmers may use the _____ construct to improve code readability and maintainability.
- When does the CONTINUE statement get executed in a COBOL program?
- In COBOL, how can you define a group item containing multiple elementary items?
- In COBOL, the EXEC SQL _____ statement is used to declare an SQL cursor.
- In COBOL, what type of file organization is suitable for random access to records?