

MCQOPTIONS
Saved Bookmarks
1. |
Clinton wants to test his module where he had forgotten to initialize x If x = 0 then Write ("abnormal") Else Write ("normal"); End if; |
A. | The tests will always given repeatable results |
B. | He will find the bug for all runs of the program |
C. | The tests he generates may give nonrepeatable results |
D. | None of the above |
Answer» D. None of the above | |