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. 
	
| 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 | 
| 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 |