Workshop
The quiz questions are provided for your further understanding. See Appendix B, "Quiz Answers," for answers.
Quiz
Why does proper design often take longer than writing the actual program?
Where does a programmer first begin determining the user's requirements?
True or false: Proper top-down design forces you to put off details as long as possible.
How does top-down design differ from pseudocode?
What is the purpose of RAD?
True or false: You will not have to add code to any system that you design with RAD.
Which uses symbols, a flowchart or pseudocode?
True or false: You can flowchart both program logic as well as real-world procedures.
True or false: Your user will help you create a program's output if you let the user work with an output prototype.
What is the final step of the programming process (before testing the final result)?