CS 211 Lesson 10

Program Design

Quote:

"Hearing is one of the body's five senses. But listening is an art."  Frank Tyger

Lesson Objectives:

Lesson:

I. MATLAB Concepts

    (none for this lesson)

II. Good Programming Practices

    A. The Program Design Process

  1. Understand the problem

  2. Design a solution (Design inputs, design outputs, and design data processing algorithms)

  3. Translate the solution into a program (programming, or sometimes called coding)

  4. Test and debug the program

    B. Designing a solution

III. Algorithms

A. Sort a list of numbers in ascending order

Lab Work: Lab 10

References: Chapman Textbook: sections 3.1-3.2