NEW
Font size
WorksheetsWEEK1 TUTO 3
Total questions: 17
Worksheet time: 14mins
The process of transforming
the description of a problem into a solution is called
Problem Solving
Problem Analysis
Programming
Algorithm
The first phase in problem solving is...
Problem Analysis
IPO Chart
Design A Solution
Documentation
Writing a program or instruction so the computer can follow in order to complete a task is called
Programming
Program
Problem Solving
Authoring
Identifying formulas or equation to be used in solving a problem is process that can be found in which phase/
Problem Analysis
Design A Solution
Implementation/ Build The Program
Testing and Verification
A list of steps, arranged in a specific logical order which, when executed, produces the solution for a problem is called...
Algorithm
Solution
Pseudocode
Flowchart
The Table used to organize the elements needed to build a solution is called...
Input Process Output Table
In And Out Table
Algorithm
Problem Solving Table
Which type of error causes a program to produce incorrect results, such as the sum of two values instead of the difference of two values?
Syntax
Logic
Runtime
System
An algorithm is the process of:
devising a set of step-by-step instructions to solve a problem or perform a task.
using a pencil and paper to work through an existing program by hand.
determining whether an existing program performs its intended task and works efficiently.
translating a program's instructions into machine language.
Which type of error is usually identified by the compiler or interpreter?
Runtime
Syntax
System
Logic
There are _____ types of programming errors.
2
5
4
3
Which of the following is not a goal of testing?
To determine if the program works efficiently.
To ensure that it solves the original problem.
To determine if there are errors in the program.
To determine if performs as intended.
What is not included in a testing plan?
Debugging
Desk checking
Testing individual components
Creating new algorithms
What type of error occurs while the program is running?
Syntax
Logic
Runtime
System
What is the pencil and paper method of finding errors?
Debugging
Desk Checking
Slicing
Testing Individual Components
The third step in problem solving is
Testing
Problem Analysis
Documentation
Implementation
Design a solution
Algorithm can be represented using pseudocode or flowchart in which step of problem solving
Testing
Problem Analysis
Documentation
Implementation
Design a solution
Which of the statement below is NOT TRUE
Documentation can helps other programmers in editing the program
Program verification is the process of executing a program to demonstrate its correctness
Algorithm is a sequence of well-defined steps to solve a problem
Problem solving is process of transforming the description of a problem into a solution
