NEW
Font size
WorksheetsEOC Year 5 : QBASIC
Total questions: 15
Worksheet time: 8mins
A computer program is simply
To Run Program in QBasic _________ key used.
Mohammed Feroz wants to add two numbers using QBASIC. Suggest him the operator needed for this purpose.
Which extension is added to the file when we save a program in QBasic?
What is the full form of BASIC
Which of the following is a correct variable name in QBASIC?
2NUMBER
STUDENT-NAME
NAME$
What does the $ symbol at the end of a variable name in QBASIC represent?
It is a numeric variable.
It is a text variable.
It is a Boolean variable.
It is a constant.
What is the output of the following QBASIC code?
LET A = 10
PRINT A
The program is meant to find the square of the number entered by the user.
What is the missing code to see the answer?
Shivai wants to find the area of the rectangle. What would be the missing codes for line number 4?
area =
lxw
The QBASIC Statement for accepting the values from the user:-
Statement in QBASIC to clear the output screen
Which of these do you use to finish a program?
END
STOP
DEBUG
EXIT
What does PRINT in QBASIC do?
What is the main use of the program?
