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