Computer Science, asked by lilynirupamasahoo48, 8 months ago

Objective
1. Fill in the blanks
1. The extension of a QBASIC file is
2. The maximum number of characters that the primary name of a QBASIC file contains is
3. QBASIC works in a
environment
4. IF statement must accomplish with
in QBASIC programming
5. ....*** Statement develops an infinite loop in a program,
6. A function key to execute QBASIC programs is
statement indicates that the program is over.
8. A statement which shifts the control to another line is
9. A command used to execute a QBASIC program is
10. ............ statement shows the output of a program during execution.​

Answers

Answered by AnindaBasu
5

Answer:

1. .bas

2. 0-255

3. GUI

4. END IF

5. WHILE (1)

6. F5

8. PRINT ;

9. SHIFT +F5

10. PRINT

Similar questions