What is the process of finding and fixing errors in a computer program called?
ACompiling
BFormatting
CInstalling
DDebugging
Explanation
– Debugging means finding and fixing errors in code.
– It is an important part of software development.
– Programmers use special tools to help find errors.
Exam Relevance
- Topic: Programming Basics
- Subtopic: Programming Concepts

No Comments