exam questions

Exam 200-901 All Questions

View all questions & answers for the 200-901 exam

Exam 200-901 topic 1 question 18 discussion

Actual exam question from Cisco's 200-901
Question #: 18
Topic #: 1
[All 200-901 Questions]

What is a benefit of organizing code into modules?

  • A. reduces the length of code
  • B. enables code to be multifunctional
  • C. enables the reuse of code
  • D. improves overall performance
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
designated
7 months, 4 weeks ago
Selected Answer: C
Modules are a way to build independent and self-contained chunks of code that can be reused. Developers typically use modules to divide a large project into smaller parts. This way the code is easier to read and understand, and each module can be developed in parallel without conflicts. A Module is packaged as a single file and in addition to being available for integration with other modules, it should work independently. A module consists of a set of functions and typically contains an interface for other modules to integrate with. It is essentially a library and cannot be instantiated. Note: A module is just a set of functions in a file.
upvoted 2 times
...
Mongskeee
2 years, 6 months ago
Selected Answer: C
C is logically correct.
upvoted 2 times
...
macxsz
2 years, 11 months ago
Selected Answer: C
Many seem correr, but C is the most logical
upvoted 1 times
...
I can't see why it isn't A and C. What's wrong with A?
upvoted 1 times
dj1000
2 years, 7 months ago
Honestly. Absolutely nothing as you can import functions from a larger "module" as well. It's such a relative question and aimed to throw people off.
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...