Computer Science, asked by amsuper12456, 9 months ago

The status bar appear on the top of the screen of QBASIC​

Answers

Answered by minhaziyan
9

Answer:

The menu bar is located acrosss the top of the window and it shows you a list of menu names like File, Edit, Search, Run, Debug, and Options. When one of the menus is opened, a pull-down list of commands appears. The view window is the largest part of the QBASIC screen.

- QBasic screen divided into 5 parts:

1. View Window - place where programs are typed in

2. Menu Bar - at top of screen and is used to call up

menus (use either mouse or ALT key to activate menu)

3. Title Bar - holds name of current program

(uses "untitled" until given a name).

4. Status Bar - at the bottom and holds information that

changes over time (lists important key sequences,

cursor location, etc.).

5. Immediate Window - used to execute statements

directly instead of in a program

plss mark me as the brainliest!!

Answered by thesonofkrishna
3

Answer: The view window is the largest part of the QBASIC screen. This is where you type your program. At the top of the window is the title line that displays the name of the program file you are editing. ... Along the right side of the window and across the bottom are the scroll bar.

Similar questions