created: 07/27/01; audio: 01/13/04; small changes: 10/18/02, 10/24/05, 07/08/15, 03/04/20

go to home page   go to next page hear noise highlighting

CHAPTER 19 — Structured Programming

This chapter discusses two topics of great interest in computer science:

  1. What machine instructions are needed in a processor, and:
  2. How to build programs that work.

The MIPS instructions you have looked at so far are more than enough for a processor. The structured programming approach is used to build reliable programs.

Chapter Topics:


QUESTION 1:

Much of the chapter is about the following question, which, oddly, is usually ignored in introductory courses.

When is one processor more powerful than another?


go to home page   go to next page