Important Skill: Draw the state of RAM
as a program executes
Good for
- finding bugs
- figuring out what code does
- Passing tests
Showing how dynamically allocated storage actually works
In the Naked RAM there are a thousand stores
only their addresses have been changed to protect
the innocent.
This animates a simple program from a past CS202 test.
Clicking the code
shows what happens to the output and RAM.