The END statements is used to indicate the __________ that there are no more BASIC statements for it to translate.
Memory
Processor
Compiler
Assembler
1
Expert's answer
2014-10-22T01:07:44-0400
Solution: The END statement has two functions—to indicate to the compiler (interpreter) that there areno more BASIC statements for it to translate and to terminate execution of the program. Execution of an END statement causes the computer to print a message which indicates program execution is terminated and that the computer is ready for further processing.
Comments
Leave a comment