12) Program design
A) spans all five stages of the system development life cycle.
B) includes writing computer code.
C) includes debugging logic errors.
D) is described by all the above.
13) Which of the following statements below is correct about modules of computer code created during
program design?
A) Modules interact with each other directly and also through the control module.
B) Modules interact with each other directly.
C) Modules interact with only the control module.
D) Modules primarily, but not always, interact with the control module.
14) Which of the following statements is true?
A) Structured programming divides programs into well-defined segments to reduce complexity.
B) Structured programming is used to debug logic errors in programs.
C) Structured programming is accomplished by using a flowchart to guide design.
D) Structured programming pieces together standard code strings into a completed program.
15) Which of the following is not a consideration in procedures and controls design?
A) Are customer data stored in alphabetical order in a master file?
B) Are payments made only to legitimate vendors?
C) Are data processed and stored accurately?
D) Can the system be modified without affecting system availability?