Font size
WorksheetsQBASIC
Total questions: 10
Worksheet time: 6mins
Identify which out of the following is not a valid QBASIC Statement
LET
INPUT
SET
What is the output of the given code in QBASIC
10 5
5 10
10 15
15 10
What is the extention of a QBASIC Program
.exe
.bas
.cpp
.py
The QBASIC Statement for accepting the values from the user:-
LET
REM
INPUT
Which out of the following is a valid variable to hold the text in QBASIC.
LET
$S
S$
SS
Statement in QBASIC to clear the output screen
CLS
CLEAR
CLEAR SCREEN
CLRSCR
LET a = 5
IF a MOD 2 = 1 THEN
PRINT a + 1
ELSE
PRINT a - 1
END IF
6
4
5
3
1-iv, 2-iii, 3-v, 4-i, 5-ii
1-iii, 2-iv, 3-ii, 4-v, 5-i
1-v, 2-i, 3-iv, 4-ii, 5-iii
1-ii, 2-v, 3-i, 4-iii, 5-iv
Which of these do you use to finish a program?
QUIT
END
STOP
ENDPRGRM
QBasic was developed by which company?
(a)
