Computer Program Instruction Step: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "---- __NOTOC__" to "---- __NOTOC__") |
m (Text replacement - ". ---- " to ". ---- ") |
||
Line 3: | Line 3: | ||
* <B>AKA:</B> [[Instruction Step]]. | * <B>AKA:</B> [[Instruction Step]]. | ||
* <B>See:</B> [[Variable (Programming)]], [[Computer Program]], [[Program Flow]]. | * <B>See:</B> [[Variable (Programming)]], [[Computer Program]], [[Program Flow]]. | ||
---- | ---- | ||
---- | ---- |
Latest revision as of 22:38, 16 June 2021
A Computer Program Instruction Step is a Computer Program that ...
- AKA: Instruction Step.
- See: Variable (Programming), Computer Program, Program Flow.
References
2017
- (Wikipedia, 2017) ⇒ https://en.wikipedia.org/wiki/Instruction_step Retrieved:2017-6-4.
- An instruction step is a method of executing a computer program one step at a time to determine how it is functioning. This might be to determine if the correct program flow is being followed in the program during the execution or to see if variables are set to their correct values after a single step has completed.