adplus-dvertising
frame-decoration

Question

What is the role of patterns in documenting software designs?

a.

To describe software

b.

To prescribe software

c.

Both a and b

d.

None of the above

Answer: (c).Both a and b Explanation:Patterns play a dual role in documenting software designs. They describe software and prescribe software. By using pattern names in documentation, patterns provide a way to describe software, while pattern names give users hints as to how to extend and modify software without violating the pattern's vision.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the role of patterns in documenting software designs?

Similar Questions

Discover Related MCQs

Q. What are the main entries of a schema used for describing patterns?

Q. What is the main goal of separating details in software applications?

Q. What are design patterns in software development?

Q. What are antipatterns in software development?

Q. What is the purpose of knowledge of antipatterns in software design?

Q. What is the purpose of refactoring in software design?

Q. What do design patterns provide for software design?

Q. What is the "God Class" antipattern in software design?

Q. What is "Lava flow" antipattern in software development?

Q. What is a "Poltergeist" antipattern in software development?

Q. What is the "Golden Hammer" antipattern in software development?

Q. What is the "Stovepipe" phenomenon in software development?

Q. What is the "Swiss Army Knife" antipattern in software development?

Q. Who needs information about the function and use of each component and its interfaces to other components in the design documentation?

Q. Who must know about algorithms to be used, data structures, and the kinds of interaction with other components in the design documentation?

Q. What is the purpose of the requirements specification in design documentation?

Q. What does IEEE Standard 1016 mainly address in the design documentation?

Q. Who needs information to plan, control and manage the project according to the design documentation?

Q. What is the purpose of the IEEE Standard 1016?

Q. Who uses the design documentation?