Font size
WorksheetsUnit-8 (QB64) Year-6
Total questions: 22
Worksheet time: 11mins
Which command is used in QB64 to Display a value, message or output on the monitor?
LET
INPUT
CLS
Which command is used in QB64 to Display a blank line?
LET
INPUT
CLS
THE FILE NAME EXTENSION OF QB64 IS
.DOCX
.PPTX
.JPG
.BAS
_________ DISPLAYS THE PROGRAM NAME
TITLE BAR
MENU BAR
STATUS BAR
(a) COMMAND IS USED TO CLEAR THE OUTPUT SCREEN.
The (a) command is used for displaying the output on the screen.
Which command is used in QB64 to clear the content of the screen?
LET
INPUT
CLS
Which Function key is used to run a program in QBasic?
F2
F3
F5
F7
Which Function key is used to open an existing program in QBasic?
Ctrl+P
Ctrl+O
Ctrl+N
Ctrl+E
Which is the actual workspace where you type a program?
Program area
Status area
Menu bar
Title bar
______________ helps to scroll either to the left or to the right of the screen.
Title bar
horizontal scroll bar
Vertical scroll bar
Menu bar
___________ shows the current position of the cursor.
Program area
Status area
Status bar
Title bar
Which component of QB64 window shows the current position of the cursor?
(a)
A print command with no text displays an empty line on the output screen.
True
False
After writing PRINT, the text should be written within single quote ( ' ).
True
False
It helps to give a name to a file.
Save
Save As
New
Open
This option is used to save changes in the existing file.
Save
Save As
Open
New
