In the Interactive mode, instructions are executed
line by line
randomly
O
Answers
Answered by
4
False, In the Interactive mode, instructions are executed line by line in a logical manner and not randomly...
Answered by
2
Interactive mode is a command line shell which gives immediate feedback for each statement, while running previously fed statements in active memory. As new lines are fed into the interpreter, the fed program is evaluated both in part and in whole.
Similar questions