Please enable JavaScript to use CodeHS

Hawaii EXS0100 Intro to Computer Science A

Lesson 1.10 Top Down Design

Description

In this lesson, students are introduced to the concept of Top Down Design. Top Down Design is the process of breaking down a program into functions or smaller parts to avoid repeated code and to make our programs more readable.


Objective

Students will be able to:

  • Break a large problem down into smaller pieces
  • Write functions to solve each smaller problem
  • Solve a complicated problem using Top Down Design