Multiple choice technology programming languages Which one of the following terminates the request and returns you to command level STOP END END NORUN CANCEL Reveal answer Fill a bubble to check yourself C Correct answer Explanation END NORUN terminates the current request and returns control to the command level without executing any further statements. This is different from END which just ends the current block, and CANCEL which aborts the current operation.