Code __________ is the quality of a good coded program that makes it easy to…
2024
Code __________ is the quality of a good coded program that makes it easy to understand, modify and maintain by other developers.
- A.
resistance
- B.
adaptability
- C.
effectiveness
- D.
readability
- E.
Question not attempted
Attempted by 1141 students.
Show answer & explanation
Correct answer: D
Code readability is the quality of a good coded program that makes it easy to understand, modify and maintain by other developers. It refers to how clearly and logically the code is written, using proper naming, formatting, comments, and structure. Readable code helps developers quickly grasp the logic, reduce errors, and make changes efficiently. This is essential in team environments and long-term projects.