- 7.PROGRAMMING METHODOLOGY
- 7.1Top-down Design
- 7.2An Interactive System
- 7.3A Simple Interactive Data Base System
- 7.3.1Design Definitions
- 7.3.2lookup a key in a database.
- 7.3.3Exercise
- 7.3.4lookup-all
- 7.3.5Exercise
- 7.3.6add-data Function
- 7.3.7remove-data Function
- 7.3.8Exercise
- 7.3.9remove-all-data Function
- 7.3.10Exercise
- 7.3.11Generalizing Software Constructions
- 7.3.12Specializing Operations to the People Database
- 7.3.13Reading and Writing Files
- 7.3.14Example
- 7.3.15Example
- 7.3.16lookup-file Function
- 7.3.17Example
- 7.3.18lookup-all-file Function
- 7.3.19Example
- 7.3.20add-data-file Function
- 7.3.21Example
- 7.3.22database-file-operation-maker Function
- 7.3.23people-file-looker Function
- 7.3.24Example