

InterviewSolution
Saved Bookmarks
1. |
The examination of changing values of variables is called stepping.(a) True(b) FalseI have been asked this question in unit test.The doubt is from Debugging in section System Implementation and Operation of Computer Fundamentals |
Answer» CORRECT choice is (b) False The BEST I can explain: The STATEMENT is false. It is called tracing. In tracing, the variables are examined wherever it value is CHANGING. |
|