Qbasic MCQ
Qbasic MCQ
SummativeMCQs of QBASIC
Assessment 2 (2016-17)
2. If the English language follows formats and rules on grammar, what does QBasic follow as
counterpart?
A. Strings
B. Syntax
C. Grammar
D. All of the above
3. "Name$" is known as a .
A. String
B. Constant
C. Variable
D. Input driver
4. Text that you wish to appear on the screen while your program runs must appear inside of
---------------------
A. Slashes
B. Brackets
C. Quotes
D. Braces
Page 1 of 5
6. A computer program is simply
A. An exercise of the brain
B. A set of instructions to tell a computer how to perform a particular task
C. Pairs of computer system
D. None of the above
7. An algorithm is
A. The output of the instruction to computer
B. The required data to be processed
C. A finite sequence (or series) of precise instructions for solving a problem
D. Problem definition
Page 2 of 5
11. The LET statement in BASIC
A. Allows us to assign a value to a variable
B. Check the errors within the code
C. Allow the user to enter data into the computer from outside the programme during
programme execution
D. None of the above
14. The following arithmetic operations are carried out in BASIC except
A. ^
B. *
C. +
D. X
Page 3 of 5
Q: 1: What does QBASIC means?
Ans: QBASIC is the abbreviation of Quick Beginners All-Purpose Symbolic Instruction Code.
It is a language which was invented to teach students a fundamental concept of
programming.
Q: 7: What is a constant?
Ans: A Constant is a quantity whose value cannot be changed; it cannot be changed like a
Variable. There are Numeric Constants and String Constants.
Page 4 of 5
Q: 10 What is a Flow Chart?
Ans: Flowchart is the pictorial representation of a problem/task using some symbols. Each
symbols plays an important part in performing a particular task.
Page 5 of 5