What is meant by executing a program in small basic
Answers
Answered by
0
Answer:
To run the program in computer.
Answered by
1
Executing a program in small basic:
- It is a programming language that is designed to make programming extremely easy, approachable and fun for beginners.
- Every line of the program represents statement and every statement is an instruction for the computer.
- To execute a small basic program, it takes the program and read the first statement. It understands what you are trying to say and then executes your instruction.
- Once execution of first statement is done, it comes back to the program and reads and executes second line. It continues to do so until it reaches end of the program.
Similar questions