Courses » SS3 » SS3 ICT » ICT Exam Topics » Basic Programming IV - Questions and Answers

Basic Programming IV - SS3 ICT Past Questions and Answers - page 1

1

What type of programming languages are BASIC, FORTRAN, and ALGOL?

A

High-Level Languages (HLL)

B

Low-Level Languages (LLL)

C

Assembly Languages

D

Machine Languages

correct option: a
Users' Answers & Comments
2

Which programming language is often used for scientific and engineering applications?

A

BASIC

B

FORTRAN

C

ALGOL

D

Python

correct option: b
Users' Answers & Comments
3

Which of the following is NOT a characteristic of High-Level Languages?

A

Human-readable syntax

B

Efficient for hardware interaction

C

Easier for programmers

D

Abstraction from machine code

correct option: b
Users' Answers & Comments
4

What is the purpose of the following BASIC code?

css Copy code

FOR i = 1 TO 100

A

Print the numbers from 1 to 100

B

Calculate the sum of the first 100 integers

C

Define an array with 100 elements

D

Create a loop that runs 100 times

correct option: d
Users' Answers & Comments
5

Which of the following activities is BASIC commonly used for?

A

Image processing

B

Scientific simulations

C

Educational programming

D

Operating system development

correct option: c
Users' Answers & Comments
6

What kind of programming language is known for its efficient numerical computations?

A

 BASIC

B

FORTRAN

C

ALGOL

D

JavaScript

correct option: b
Users' Answers & Comments
7

In ALGOL, what is its primary use case?

A

Web development

B

Scientific and engineering calculations

C

Artificial intelligence

D

Game development

correct option: b
Users' Answers & Comments
8

What does the DIM keyword in BASIC stand for?

A

 Dimension

B

Declare

C

 Define

D

Data Input

correct option: c
Users' Answers & Comments
9

In BASIC, what is the purpose of the statement PRINT?

A

Define a variable

B

Perform a mathematical operation

C

Display output on the screen

D

Input data from the user

correct option: c
Users' Answers & Comments
10

What is the primary benefit of using High-Level Languages like BASIC?

A

Low-level hardware control

B

Reduced programmer productivity

C

Human-friendly syntax

D

Direct access to memory registers

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