Font size
Worksheetsqbasic grade 6
Total questions: 15
Worksheet time: 8mins
QBASIC is a _ _ _ _ _ _ _ _ _ _ _ language
(a)
what is the full form of QBasic?
Quick Beginners All-purpose Symbolic Instruction Code.
Question Beginners All-purpose Symbolic Instruction Code.
Quicker Beginners All-purpose Symbolic Instruction Code.
none
it belongs to __________ level programming language
higher
high
lower secondary
secondary
what is used in QBASIC
.exe
.jpg
.png
.ppt
which key do you need to clear the welcome box dialogue?
alt
ctrl
ins
esc
home
where is the title bar located?
top of the window
below menu bar
at the down of the screen
left down
where is the menu bar
right up the screen
below the title bar
down the screen
what does CLS stand for?
company leisure screen
clear screen
clean screen
custom screen
_ _ _ _ _ command displays the output on the screen
(a)
QBASIC is a version of
BASIC
POWER BASIC
VISUAL BASIC
GWBASIC
The character set in QBasic is
string,numeric,hash
numeric,letters,special chacarters
alphabet,numbers,numerics
command, statement,print
x=5
is numeric constant
is alphabet constant
is algebraic constant
is string constant
an example of a string constant is
"123"
-7
4rs
5/6
(a) statement is used for accepting a value
which statement doesn't make any difference to the program
REM
CLS
LET
