MCQ PracticeSingle Best AnswerTopic: Programming Error
Q
In which phase of the software development process are logical errors typically identified and corrected?
Question ID
#19950
Subchapter
Programming Error
Action
Choose one option below
Choose Your Answer
Click an option to check whether your answer is correct.
A
Testing ✔✖
B
Planning ✔✖
C
Design ✔✖
D
Maintenance ✔✖
A
Correct Answer: A
Explanation
Logical errors are typically identified and corrected during the testing phase of the software development process. Testing involves executing the program and verifying that it produces the expected results.