NEW
Font size
WorksheetsLong Test in Visual Basic
Total questions: 20
Worksheet time: 20mins
It consists of programs designed to perform a specific task or application.
Utility Software
Application Software
OS
System Utility
This stage involves the process of gathering information in order to identify the specifications of a program.
Analyzing the program requirements
Designing the Solution
Testing the Program
Documenting the Program
This stage involves the process of updating the program code in order for the program to become continually useful.
Designing the interface
Documenting the Program
Maintaining the Program
Designing the Solution
This stage involves selecting and organizing the elements of the user interface.
Designing the Interface
Designing the Solution
Coding the Program
Documenting the Program
This stage involves the process of designing the algorithm of the program
Coding the Program
Designing the Solution
Designing the Interface
Maintaining the Program
This stage involves the process of detecting and eliminating errors in the program.
Testing the Program
Maintaining the Program
Analyzing the Program
Documenting the Program
This stage involves the tasks of reviewing the program code to identify all the dead codes.
Testing the Program
Maintaining the Program
Analyzing the Program
Documenting the Program
This stage involves the process of translating the algorithm into the program codes of the selected programming language.
Designing the Solution
Designing the Interface
Coding the Solution
Testing the Program
It consists of programs that control or maintain the operation of the computer.
OS
Utility Software
System Software
Application Software
It is a collection of programs.
Data
Program
Instruction
Software
It is a collection of data.
Program
Software
Data
Instruction
It is a collection of instruction
Software
Data
Program
Instruction
These are raw figures entered into a computer.
Data
Instruction
Software
Program
It directs the order by which the program instructions are executed.
Programming Structure
Flowchart
Pseudocode
Control Structure
How many types of structures are there?
2
3
4
5
It is a program logic that directs the computer to execute one instructions after the other.
Selection
Sequence
Alteration
Repetition
It directs the computer to repeat one or more instructions.
Sequence
Selection
Alteration
Repetition
Other term for repetition control.
Endless
Infinite
Decision
Iteration
It allows the program to make decision or comparison and select one of the two paths based on the result of the condition.
Alteration
Selection
Iteration
Repetition
Other term for selection structure.
Decision
Iteration
Endless
Endless
