Define what is Editor in BASIC-256 interface?
Answers
Answer:
Tejas, Jyoti and their classmates are excited as they were asked to come to the computer lab. Their
teacher tells them that they will be introduced to a new Programming language called BASIC. The
application called Basic 256 is opened on a computer by Moz. All of them surround the computer
and see that the window of this application has some familiar options like “New, Open, save”.
They also notice some new options like “Run”.
Tejas: There is a menu bar, which looks like any other application menu with File, Edit, View,
Tools, Help and a tool bar.
Jyoti: The toolbar has Run. Does this mean execute the program?
Moz: Yes. Run executes the program, that you write in the program area of the application
interface.
Tejas: I am eager to write a program and Run it.
Moz: Ok. Let us start with the statement which can display text and numbers on the screen. Now
follow these steps.
1. Start a new program by clicking on ‘New’.
2. Enter the Print statements in the program area, and click on ‘Run’
to execute the program.
3. Execution of the BASIC statements will result in output displayed
in the text output area.
4. Observe the output of each of these print statements
Explanation:
Mark me as brainiest