wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Long Test in Visual Basic

Total questions: 20

Worksheet time: 20mins

Name
Class
Date
1.

It consists of programs designed to perform a specific task or application.

a)

Utility Software

b)

Application Software

c)

OS

d)

System Utility

2.

This stage involves the process of gathering information in order to identify the specifications of a program.

a)

Analyzing the program requirements

b)

Designing the Solution

c)

Testing the Program

d)

Documenting the Program

3.

This stage involves the process of updating the program code in order for the program to become continually useful.

a)

Designing the interface

b)

Documenting the Program

c)

Maintaining the Program

d)

Designing the Solution

4.

This stage involves selecting and organizing the elements of the user interface.

a)

Designing the Interface

b)

Designing the Solution

c)

Coding the Program

d)

Documenting the Program

5.

This stage involves the process of designing the algorithm of the program

a)

Coding the Program

b)

Designing the Solution

c)

Designing the Interface

d)

Maintaining the Program

6.

This stage involves the process of detecting and eliminating errors in the program.

a)

Testing the Program

b)

Maintaining the Program

c)

Analyzing the Program

d)

Documenting the Program

7.

This stage involves the tasks of reviewing the program code to identify all the dead codes.

a)

Testing the Program

b)

Maintaining the Program

c)

Analyzing the Program

d)

Documenting the Program

8.

This stage involves the process of translating the algorithm into the program codes of the selected programming language.

a)

Designing the Solution

b)

Designing the Interface

c)

Coding the Solution

d)

Testing the Program

9.

It consists of programs that control or maintain the operation of the computer.

a)

OS

b)

Utility Software

c)

System Software

d)

Application Software

10.

It is a collection of programs.

a)

Data

b)

Program

c)

Instruction

d)

Software

11.

It is a collection of data.

a)

Program

b)

Software

c)

Data

d)

Instruction

12.

It is a collection of instruction

a)

Software

b)

Data

c)

Program

d)

Instruction

13.

These are raw figures entered into a computer.

a)

Data

b)

Instruction

c)

Software

d)

Program

14.

It directs the order by which the program instructions are executed.

a)

Programming Structure

b)

Flowchart

c)

Pseudocode

d)

Control Structure

15.

How many types of structures are there?

a)

2

b)

3

c)

4

d)

5

16.

It is a program logic that directs the computer to execute one instructions after the other.

a)

Selection

b)

Sequence

c)

Alteration

d)

Repetition

17.

It directs the computer to repeat one or more instructions.

a)

Sequence

b)

Selection

c)

Alteration

d)

Repetition

18.

Other term for repetition control.

a)

Endless

b)

Infinite

c)

Decision

d)

Iteration

19.

It allows the program to make decision or comparison and select one of the two paths based on the result of the condition.

a)

Alteration

b)

Selection

c)

Iteration

d)

Repetition

20.

Other term for selection structure.

a)

Decision

b)

Iteration

c)

Endless

d)

Endless