wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

QBASIC

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

The full form of QBasic is

a)

Quick Basic

b)

Quit Basic

c)

Queen Basic

2.

The short cut key to run a program in Qbasic is

a)

Q5

b)

B5

c)

F5

3.

Which command is used to display the output of the program on the screen?

a)

REM

b)

PRINT

c)

SHOW

4.

If we have to print the text in 5 different zones of qbasic screen we have to use print command with

a)

Comma

b)

Semicolon

c)

Full Stop

5.

What is a variable?

a)

Its a command

b)

Its a name storage location

c)

Its a type of output

6.

Grade5#Computer Is this a valid variable name?

a)

Valid

b)

Invalid

7.

______________ is one of the most useful keyword of Qbasic used to assign a specific value to a variable name

a)

LET

b)

INPUT

c)

PRINT

8.

A ____________ is a set of instructions given to the computer to do a particular task.

a)

Line

b)

Program

c)

Flowchart

9.

In Qbasic data is classified into 2 types:

a)

Numbers and Characters/String

b)

Images and Lines

c)

Digits and Videos

10.

The area where we type programs in Qbasic is called_____________.

a)

Code Area

b)

Command Area

c)

Program Area