Define:
Sequencing
Order in which the program code is executed
State:
What ‘IDLE’ stands for
Integrated Development Learning Environment
State:
Why the IDLE is useful
Identifying mistakes; syntax and runtime errors
Fill The Blank:
Not all devices have debuggers, especially not ….. devices. If a device has no debugger then you can use ……….. debugging
IoE, Print
Fill The Blank:
Debugging can be …….. ………… and not …….. to use
Time Consuming, Easy