Courses » SS1 » SS1 ICT » ICT Exam Topics » BASIC Programming Language - Questions and Answers

BASIC Programming Language - SS1 ICT Past Questions and Answers - page 1

1

What does "BASIC" stand for?

A

Basic Application Systematic Integrated Code

B

Beginners All-Purpose Symbolic Instruction Code

C

Binary Algorithmic System for Information Coding

D

Basic Algorithmic Syntax for Instructional Computation

correct option: b
Users' Answers & Comments
2

Which BASIC statement is used to assign values to variables?

A

 ASSIGN

B

DEFINE

C

LET

D

 SET

correct option: c
Users' Answers & Comments
3

What does the INPUT statement in BASIC do?

A

Display output on the screen

B

Assign values to variables

C

Read data from the user

D

Define data values

correct option: c
Users' Answers & Comments
4

Which BASIC statement marks the end of a program?

A

STOP

B

 FINISH

C

END

D

 TERMINATE

correct option: c
Users' Answers & Comments
5

What is the purpose of the DATA statement in BASIC?

A

Define variables

B

Display data on the screen

C

Read input from the user

D

Define a list of data values

correct option: d
Users' Answers & Comments
6

Which BASIC keyword is used to display output on the screen?

A

DISPLAY

B

 PRINT

C

OUTPUT

D

SHOW

correct option: b
Users' Answers & Comments
7

BASIC is known for its:

A

Complex syntax

B

Cryptic keywords

C

User-friendly syntax

D

Advanced data structures

correct option: c
Users' Answers & Comments
8

What type of language is BASIC?

A

Compiled

B

Low-level

C

Machine code

D

High-level interpreted

correct option: d
Users' Answers & Comments
9

BASIC programs are executed line by line by a/an:

A

Compiler

B

Interpreter

C

Assembler

D

Debugger

correct option: b
Users' Answers & Comments
10

 Which characteristic of BASIC allows variables to be assigned without specifying data types?

A

Explicit Typing

B

Static Typing

C

Dynamic Typing

D

Strong Typing

correct option: c
Users' Answers & Comments
Recommended: SS1 ICT Lessons
Please share this, thanks: