Story Programming

Module: Control Structures

Overview

An algorithm contains two kinds of operations: individual steps to perform basic operations and control structures for coordinating the individual steps. This teaching module explains these control structures. Specifically, it covers the following questions and topics.

  • What is the purpose of control structures in algorithms?
  • The difference between for and while loops
  • Identifying control structures

Prerequisites

Contained in this Module