wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

WEEK1 TUTO 3

Total questions: 17

Worksheet time: 14mins

Name
Class
Date
1.

The process of transforming

the description of a problem into a solution is called

a)

Problem Solving

b)

Problem Analysis

c)

Programming

d)

Algorithm

2.

The first phase in problem solving is...

a)

Problem Analysis

b)

IPO Chart

c)

Design A Solution

d)

Documentation

3.

Writing a program or instruction so the computer can follow in order to complete a task is called

a)

Programming

b)

Program

c)

Problem Solving

d)

Authoring

4.

Identifying formulas or equation to be used in solving a problem is process that can be found in which phase/

a)

Problem Analysis

b)

Design A Solution

c)

Implementation/ Build The Program

d)

Testing and Verification

5.

A list of steps, arranged in a specific logical order which, when executed, produces the solution for a problem is called...

a)

Algorithm

b)

Solution

c)

Pseudocode

d)

Flowchart

6.

The Table used to organize the elements needed to build a solution is called...

a)

Input Process Output Table

b)

In And Out Table

c)

Algorithm

d)

Problem Solving Table

7.

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?

a)

Syntax

b)

Logic

c)

Runtime

d)

System

8.

An algorithm is the process of:

a)

devising a set of step-by-step instructions to solve a problem or perform a task.

b)

using a pencil and paper to work through an existing program by hand.

c)

determining whether an existing program performs its intended task and works efficiently.

d)

translating a program's instructions into machine language.

9.

Which type of error is usually identified by the compiler or interpreter?

a)

Runtime

b)

Syntax

c)

System

d)

Logic

10.

There are _____ types of programming errors.

a)

2

b)

5

c)

4

d)

3

11.

Which of the following is not a goal of testing?

a)

To determine if the program works efficiently.

b)

To ensure that it solves the original problem.

c)

To determine if there are errors in the program.

d)

To determine if performs as intended.

12.

What is not included in a testing plan?

a)

Debugging

b)

Desk checking

c)

Testing individual components

d)

Creating new algorithms

13.

What type of error occurs while the program is running?

a)

Syntax

b)

Logic

c)

Runtime

d)

System

14.

What is the pencil and paper method of finding errors?

a)

Debugging

b)

Desk Checking

c)

Slicing

d)

Testing Individual Components

15.

The third step in problem solving is

a)

Testing

b)

Problem Analysis

c)

Documentation

d)

Implementation

e)

Design a solution

16.

Algorithm can be represented using pseudocode or flowchart in which step of problem solving

a)

Testing

b)

Problem Analysis

c)

Documentation

d)

Implementation

e)

Design a solution

17.

Which of the statement below is NOT TRUE

a)

Documentation can helps other programmers in editing the program

b)

Program verification is the process of executing a program to demonstrate its correctness

c)

Algorithm is a sequence of well-defined steps to solve a problem

d)

Problem solving is process of transforming the description of a problem into a solution