Patterns, or design patterns

a. Distill programmer experience into models that work
b. Should be taken as a detailed prescription for problem solving.
c. Have become standard and useful tools
d. Have no formalism for expression and implementation of patterns.
e. UML is a formalism to express patterns


All parts except b) and d) are correct.
Explanation: Part a) may be deduced from the text, but is not explicitly stated there. Part b) is explicitly contradicted by the text. “One should not follow all the fine details of a patterns.”. Optimizations are certainly permitted, and are illustrated in the discussion in the text. Part d) is wrong, there are several formalisms, including UML.

Computer Science & Information Technology

You might also like to view...

2. ______ is an instance of ______.

A. class; an object B. An object; a class

Computer Science & Information Technology

What is the content of the Xfile after the following command is executed? pr Afile > Xfile

a: a formatted copy of the Afile b: nothing c: Afile and Xfile d: an error message e: none of the above

Computer Science & Information Technology

A key component for defining the scope of a database project is identifying the physical constraints

Indicate whether the statement is true or false

Computer Science & Information Technology

To view the names of the reviewers, use the Show Markup command.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology