Detail Sequences
General to specific
The next block in a sequence addresses an objective in more detail than the objective was addressed in the previous block.
Example
See the Recursion case study.
Specific to general
The previous block in a sequence addresses an objective in less detail than the objective was addressed in the previous block.
Example
A module that demonstrates how to add numbers using place gives a few examples of different cases. In the first example, the general adding procedure is explained completely, while in the second example, the procedure is summarized.