Alice Programming
Learn Alice in FREE step-by-step lessons.
Module 4: The Software-Lifecycle
In this module you will learn to design large programs using top down design, and various other tools.
You will break the program into small manageable parts to facilitate writing, testing and debugging the program.
In order to do this you will learn to use several tools traditionally used by programmers.
You will use all of these tools to design your final project.
Goal:
- Learn how to use some tools for planning
- Designing and managing larger software projects
- Break the program into small manageable parts
In order to do this you will:
Objectives:
- Algorithms: Analyze the problem and determine the best way to achieve the goals.
- Pseudocode: Decompose the problem using step wise refinement
- Storyboards: Create a graphical layout for the design.
- Flowcharts: Analyze the problem using standard symbols to illustrate the sequence of actions.
- Truth tables: Create a table of all possible combinations and the desired outcomes.
Please study the material at each of the links below.
Pseudocode: Step by step instructions written in human language. For example in pseudocode we might write "the ball bounces", but the actual code would have the ball move up and down.
- A game: Rock, Paper, Scissors: Explanation and Pseudocode for the game
- Flowcharts: A flowchart is a drawing that shows the steps in an algorithm.
- Storyboards: A storyboard helps you design the entire movie: each scene shows the actors, positions, and scenery
Drawing Flowcharts: Video shows how to draw flowchart using draw.io
/videos/draw-flowchart.mp4
- Flowchart for Rock, Paper, Scissors game: The top level flowchart for the rock paper scissors game is shown.
Truth table for Rock, Paper, Scissors game: Video creates a truth table in Excel.
/computers/videos/truth-table.mp4
- Complete next Step of the final project.
Self Study Questions: What have you learned?
Discussion questions: What do you think?
Active Learning
Design a final project.
Glossary for lifecycle lesson
Full Glossary