Revisions: 08/24/01; 11/14/04, 08/20/06 -- format changes

CHAPTER 16---Practice with Program Construction

This chapter gives you more practice in putting together programs. It starts by discussing again how large computer programs are written by dividing large tasks into smaller tasks. The examples are in QBasic, but this method is used with all computer languages, and is how professional programmers create modern software.

Chapter Topics:

QUESTION 1:

(Review Question:) What are the three fundamental control structures?