NEW
Font size
WorksheetsGrade 8 - Unit 1, Lesson 1
Total questions: 20
Worksheet time: 10mins
This is considered to be a valuable tool in many sectors of the society.
Programming
Computer
Technology
Software
These are what a computer is composed of.
Software
Instructions
Program
Memory
This is a collection of programs.
Software
Hardware
Computer
Instructions
This software consists of programs that control or maintain operation of the computer and its devices.
Software
System Software
Application Software
Programs
This is designed to computer to execute a certain task or application.
System Software
Application Software
Software
Instructions
This is a collection of instructions.
Software
Program
Instruction
Data
PDLC stands for ...
Product Development Life Cycle
Project Development Life Cycle
Program Development Legal Cycle
Program Development Life Cycle
This is the last step to be undertaken in the development of a program.
Analyzing the Program Requirements
Coding the Solution
Testing the Program
Maintaining the Program
This stage in PDLC involves the process of gathering information in order to identify the specifications of a program.
Analyzing the Program Requirements
Testing the Program
Documenting the Program
Maintaining the Program
This stage involves the process of detecting and eliminating errors in the program.
Analyzing the Program Requirements
Designing the Interface
Coding the Solution
Testing the Program
It is the step by step procedure to be undertaken to solve the problem.
Algorithm
Dead Codes
Debugging
Programming
This process involves the process of translating the algorithm into program.
Designing the Interface
Coding the Solution
Testing the Program
Documenting the Program
This stage involves the tasks of reviewing the program code to identify all the dead codes.
Designing the Interface
Coding the Solution
Testing the Program
Documenting the Program
This is a set of words, codes, and symbols that allow the programmer to communicate instruction into the computer.
Programming
Language
Programming Codes
Programming Language
Machine Language and Assembly are under this category.
Low-Level Langugae
High-Level Language
Third Generation Language
Structured Programming
These programming languages are written in an English-like words to tell the computer what to accomplish.
High-Level Language
3GL
4GL
Natural Language
It is considered to be the "Fifth Generation Language".
3GL
Machine Language
Natural Language
Machine Language
It is a control structure that directs the computer to follow the top-down approach of program execution.
Sequence
Selection
Repetition
Flowchart
This structure represents the looping structure.
Sequence
Selection
Repetition
Flowchart
This is also known as "decision structure", it enables comparison among options.
Sequence
Selection
Repetition
Flowchart
