Solution Manual for Introduction to Mechatronic Design Do Not Circulate
Chapter 6 Software Design
6.1) Describe three ways in which programming is different than writing prose.
6.2) Describe three ways in which programming is similar to building a house.
6.3) Define decomposition in the context of software design.
6.4) True or False: Coupling is a desirable characteristic between modules.
6.5) True or False: All functions in a module should be represented in the public interface to the module.
6.6) Write a pseudo-code test harness for the Morse Elements module described in Section 6.5.6.2.
Print a message to the screen announcing that we are testing
InitializeMorseElements()
Call InitializeMorseElements()
If the state of the appropriate bit in the DDR is not correct