1. We can walk through the list, reading the data as follows:
    N -> C -> M -> V -> Z -> L -> B
    Note: The information currently stored in Cells 3 and 4 is not part of this list.


  2. Memory Contents
    (in decimal)
    Cell 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
    Value Z 15 X 11 C 13 V 1 B 0 N 5 M 1 L 9
    Note: the information in Cells 7 and 8 is no longer part of the list. We might choose to reset the values of those cells accordingly, though it is not necessary.


  3. Memory Contents
    (in decimal)
    Cell 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
    Value Z 15 K 9 C 13 V 1 B 0 N 5 M 1 L 3