NEW
Font size
WorksheetsQBASIC For Grade 6
Total questions: 45
Worksheet time: 45mins
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
Statement in QBASIC to clear the output screen
CLS
CLEAR
CLEAR SCREEN
CLRSCR
Which of these do you use to finish a program?
QUIT
END
STOP
ENDPRGRM
Numeric Constants are assigned to -------
Numeric Variables
Numeric Constants
None of the Above
Alphanumeric variables always end with a -------.
Semi - colon (;)
Dollar sign ($)
Hash (#)
Variables always begin with -----------.
Number
Alphabet
Constant
--------- constants are always enclosed in double quotes.
String
Alphanumeric Constants
Both 1 & 2
Comma is not allowed while writing ------- constants.
Numeric
Alphanumeric
None of the above
Data can be divided into two
Constants
Variables
Both 1 & 2
Numeric constants can be divided into ----------
Two
Three
Four
--------- change their values at the time of the execution of the program.
Numeric
Variable
Both 1 & 2
The appropriate variable for "Understanding Information Technology" is
B$
B
None of the above
A45 is a valid numeric variable.
True
False
A+B is not a valid alphanumeric variable.
True
False
Special characters are used in variables.
True
False
Numeric constants are stored in numeric variable.
True
False
Decimals are not allowed in numeric constants.
True
False
it belongs to __________ level programming language
higher
high
lower secondary
secondary
what does CLS stand for?
company leisure screen
clear screen
clean screen
custom screen
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
QBasic is a a ___________language.
First
system
complier
programming
For executing a program, click on_____menu.
file
view
run
debug
Every_______ has some rules of syntax, grammar and spelling.
language
Program
character
word
Let statement is _______.
Executable
Non- executable
Which of the following is not a conditional statement?
GO TO
IF .......THEN
LET
FOR......NEXT
LET statement is a type of______.
Declaration statement
Assignment statement
INPUT/OUTPUT statement
Control Statement
GOTO statement is a type of______.
Declaration statement
Assignment statement
INPUT/OUTPUT statement
Control Statement
