1 does good software design lead to a more effective solution? a)True b)False
1 does good software design lead to a more effective solution?
a)True
b)False
2 A design pattern must explain why a particular situation cause problems?
a)True
b)False
3 Is code review only for inexperienced developers?
a)True
b)False
4) Hiding the implementation details is known as:
a)Inheritance
b) Overloading
c) Encapsulation
d) Flowchart
5)Design pattern where intermediary acts like a focal point distributing work to other agents is known as:
a)adapter
b) proxy
c) facade
d) factory
6) Planning ahead for software reuse reduces the cost and increases the value of the systems
a)True
b)False
7) Introducing dependencies on external modules or data also turns unit tests into
a)Code test
b)Regression test
c) Integration test
d) Stress test
8) The is a (*a*) relationship between two classes, where one class use another is called:
a) Software b)Design c)Association d)Aggregation
Trending now
This is a popular solution!
Step by step
Solved in 2 steps