ExamGecko
Question list
Search
Search

Question 449 - 200-901 discussion

Report
Export

What is a benefit of organizing code into modules?

A.

better maintainability

Answers
A.

better maintainability

B.

reduced development costs

Answers
B.

reduced development costs

C.

simplified development

Answers
C.

simplified development

D.

compatibility with REST APIs

Answers
D.

compatibility with REST APIs

Suggested answer: A

Explanation:

Organizing code into modules improves maintainability by encapsulating functionality into smaller, more manageable pieces. This modular approach allows developers to focus on specific sections of code without being overwhelmed by the entire codebase. It also makes it easier to debug, test, and update parts of the application independently, enhancing overall code quality and maintainability.

Modular Programming - Python Documentation

asked 07/10/2024
Chet Camlin
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first