Functional Problem Solving (CSC 151 2014F) : Outlines

Outline 19: Conditionals


Held: Tuesday, 30 September 2014

Back to Outline 18 - Programming the GIMP Tools. On to Outline 20 - Anonymous Procedures.

Summary

We begin to explore Scheme's conditional control structures, particularly if, when, and cond.

Related Pages

Overview

Administrivia

Upcoming Work

Fun Things with no Extra Credit Value

Extra Credit Opportunities

Academic

Peer Support

Miscellaneous

The Parts of an Algorithm

Remember those? We did them early on in the semester.

How many of these do we know? Almost all of them.

Choosing Between Options with if

Optional Evaluation with when

Choosing Between Multiple Options with cond

Comparing Approaches