NEW
Font size
WorksheetsQBASIC
Total questions: 10
Worksheet time: 5mins
The full form of QBasic is
Quick Basic
Quit Basic
Queen Basic
The short cut key to run a program in Qbasic is
Q5
B5
F5
Which command is used to display the output of the program on the screen?
REM
SHOW
If we have to print the text in 5 different zones of qbasic screen we have to use print command with
Comma
Semicolon
Full Stop
What is a variable?
Its a command
Its a name storage location
Its a type of output
Grade5#Computer Is this a valid variable name?
Valid
Invalid
______________ is one of the most useful keyword of Qbasic used to assign a specific value to a variable name
LET
INPUT
A ____________ is a set of instructions given to the computer to do a particular task.
Line
Program
Flowchart
In Qbasic data is classified into 2 types:
Numbers and Characters/String
Images and Lines
Digits and Videos
The area where we type programs in Qbasic is called_____________.
Code Area
Command Area
Program Area
