Which of the following is used to test software for defects?
A
Debugging
B
Formatting
C
Compiling
D
Encrypting
Correct Answer: Option A — Debugging
Explanation:
Debugging is the process of identifying, analyzing, and fixing defects or errors, commonly known as bugs, within software code. It is a crit...
Debugging is the process of identifying, analyzing, and fixing defects or errors, commonly known as bugs, within software code. It is a critical step in software development to ensure the program functions correctly and reliably.