1. Are there some systems that cannot be made completely functionally cohesive? Why or why not?
2. A recursive component is one that calls itself or in some way refers to itself. Given the design guidelines presented in this chapter, is a recursive component a good or a bad idea? Why?
For a project that you have already developed for another class, draw a system diagram of your software using multiple levels of interconnected components. How modular was your system?
What kind of coupling did it exhibit? Were the components cohesive?
Can your system be restructured to increase the cohesion and decrease the coupling of components?