Computer Science, asked by niku79, 1 year ago

name the part of Q Basic window

Answers

Answered by ArfaAlam
2
Features:

•It is simple and easy to learn.
•It automatically checks syntax.
•It capitalizes the reserved words (keywords) automatically.
•It allows you to break lengthy programs into modules.
•QBASIC interprets a statement of a program at a time to CPU.
•It has dynamic program debugging feature.
It supports local and global variables.

Contains:

•Program Window: The upper window which is titled as ‘Untitled’ is the window where you write programs. This window is called Program Window. To see the output of the statements written in this window, pess Shift + F5 key.

•Immediate Window:The lower window which is titled as ‘Immediate’ is known as Immediate Window. It is the window to test commands, expressions etc. As soon as Enter key is pressed, it displays the output on the screen.
Importance of immediate window

•The immediate window is used if the user wants to get the output of a single statement.

•To use the immediate window, the statement should be written in the immediate window and press the enter key. The output should be immediately displayed on the screen.

Hope this helps you.
Answered by rinkisarkar70479
1

Answer:

the title Bar ,minimize ,the work space , close Buttons , the scroll Bar the menu Bar

Similar questions