ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 75 - CTAL-TTA discussion

Report
Export

Which of the following best describes the reason why poorly written code is usually more difficult to maintain than well written code?

A.
It tends to run more slowly, causing performance issues that may be difficult to fix
Answers
A.
It tends to run more slowly, causing performance issues that may be difficult to fix
B.
It tends to contain security issues that may require maintenance releases
Answers
B.
It tends to contain security issues that may require maintenance releases
C.
It tends to be difficult for a developer to locate and accurately fix a problem
Answers
C.
It tends to be difficult for a developer to locate and accurately fix a problem
D.
It tends to have a lot of internal documentation
Answers
D.
It tends to have a lot of internal documentation
Suggested answer: C

Explanation:

Poorly written code often lacks clarity, consistency, and may not follow best practices, making it harder to understand and maintain. When code is not well-structured or logically organized, identifying the source of bugs or understanding how changes might affect system behavior becomes more difficult. This issue is compounded when developers other than the original author need to work on the code, as they may struggle to interpret the intended functionality and interdependencies without clear, readable code.

asked 18/09/2024
Troy Borders
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first