You are on page 1of 1

ICT 6

STARTING QBASIC PROGRAMMING

Q1) Answer the Questions

a) Define program.
b) What is BASIC?
c) What is QBASIC?
d) What is QBASIC editor?
e) What is QBASIC window?
f) What are the different commands used in QBASIC? Write a few sentences on each.
g) Define Syntax.
h) How is an INPUT statement written?
i) Give an example of PRINT statement.
j) What does the computer print after reaching the END statement?
k) What is GOTO statement?
l) What is IF – THEN – ELSE? Give example.

Q2) Fill in the blanks / complete

a) ________ are written in programming languages.


b) BASIC stands for
c) BASIC was developed by
d) Different versions of BASIC
e) QBASIC stands for
f) To start QBASIC we need to
g) QBAISC screen is called
h) Commands are written in __________ and every command follows a particular _________
i) The correct method of giving a set of instructions in a programming language is
j) CLS command removes
k) The LET statement is used to
l) The value of LET statement _______ be changed at the time of execution.
m) The value given to a variable can be
n) The string consonant value is always closed in _______ and ______ sign is always comes to
the end of the variable.
o) INPUT statement is
p) PRINT statement is used to
q) The text messages can be printed using a
r) The messages given in a print statement must be closed in
s) More than one value can be printed through the PRINT statement by separating them using
t) PRINT statement is used to print the
u) REM statement is used to
v) REM statement is a __________ statement.
w) REM statement are used to add
x) END command is used to
y) ______ are used to specify what point in the program to Start execution from.
z) The label can be any type of

Pages 115 – 119 must be done.

You might also like