wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

BASIC Programming (I)

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What does BASIC stand for in computer programming?

a)

Binary Algorithmic System In Computing

b)

Beginner's All-purpose Symbolic Instruction Code

c)

Basic Algorithm System for Information Control

d)

Binary Advanced System for Internet Computing

2.

Which of the following is a characteristic of BASIC programming language?

a)

It requires extensive programming knowledge

b)

It's primarily used for system programming

c)

It's designed to be easy to learn and use

d)

It can only run on mainframe computers

3.

Which of these is a type of BASIC programming language?

a)

Visual BASIC

b)

Java BASIC

c)

Python BASIC

d)

Ruby BASIC

4.

What is a key advantage of BASIC programming language?

a)

Complex syntax structure

b)

High-level security features

c)

Simple and easy to understand syntax

d)

Advanced memory management

5.

Which character set is NOT commonly used in BASIC?

a)

Numbers (0-9)

b)

Letters (A-Z)

c)

Special characters (@, #, $)

d)

Chinese characters

6.

In BASIC programming, what is a constant?

a)

A value that changes during program execution

b)

A value that remains fixed throughout the program

c)

A special character used for calculations

d)

A variable name

7.

Which operator is used for multiplication in BASIC?

a)

x

b)

*

c)

#

d)

@

8.

What is a major disadvantage of BASIC programming?

a)

Limited debugging capabilities

b)

Too expensive to implement

c)

Slower execution compared to machine code

d)

Requires special hardware

9.

Variables in BASIC must start with:

a)

A number

b)

A special character

c)

A letter

d)

An underscore

10.

Which BASIC variant was developed by Microsoft?

a)

Quick BASIC

b)

True BASIC

c)

Turbo BASIC

d)

Liberty BASIC