The Domino Technique
This program illustrates a procedure referred to as "the domino technique." This technique is
particularly useful in applications such as a moving average in which the entry of each
subsequent value displaces the contents of every register in the sequence like a row of
dominoes. Consider, for example, this program for a moving average where N = 5.
Graphically the domino technique would appear as follows:
- 52 -