5.3: be able to determine what value a variable will hold at a given point in a program (tracing)
Keyword | Definition |
---|---|
trace | step through a program one line at a time |
trace table | a table used to record how the value of each variable changes as a program runs through each line of code |
value | a piece of data that can be stored in a variable |
variable | a memory location with a name that can store an individual value |