Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Exercise 1

Total questions: 18

Worksheet time: 17mins

Name
Class
Date
1.

Program .................................... means writing all steps taken for solving the problem

a)

Design

b)

solving

c)

Documentation

2.

............................ refers to memory storage that holds a value.

a)

Algorithm

b)

Variable

c)

Problem

3.

Preparing a cup of coffee is an example of a .........................

a)

Problem solving

b)

Problem

4.

Choose the corresponding flowchart for this Algorithm:

1- Start

2- Read/enter/input No1,No2

3- Performing the average of the two numbers using this equation Average =(No1 + No2)/2

4- Print/output/display Average

End

a)
b)
c)
5.

The program .......................... means making sure that the program is free of errors.

a)

design

b)

testing

c)

Solving

6.

The means the identification of the required output, available inputs and arithmetic and logical operations.

a)

Problem Definition

b)

Program Definition

c)

Problem solving

7.

What does the Start/End symbol do?

a)

Ends the program Only

b)

Represents the beginning or ending of a program.

c)

Visual representation of the entire program

d)

Starts the program Only

8.
What does this symbol represent?
a)
Start
b)
Sub
c)
Decision
d)
Process
9.

Can this shape be used for both Start and End?

a)

Yes

b)

No

10.

Which flowchart symbol is this?

a)

Start/Stop

b)

Input/Output

c)

Decision

d)

Process

e)

Data Flow

11.

Which flowchart symbol is this?

a)

Start/Stop

b)

Input/Output

c)

Decision

d)

Process

e)

Data Flow

12.

Which flowchart symbol is this?

a)

Start/Stop

b)

Input/Output

c)

Decision

d)

Process

e)

Data Flow

13.

Which flowchart symbol is this?

a)

Start/Stop

b)

Input/Output

c)

Decision

d)

Process

e)

Flow Line

14.

Which symbol should you use for the description 'M=M+2'?

a)
b)
c)
d)
15.

Which one list the problem solving steps in the correct order?

a)

Problem Definition, Program Design, Algorithm, Program Testing,Program Documentation

b)

Prepare, Try, Define, Reflect

c)

Program Documentation, Problem Definition, Algorithm, Program Testing,Program Design

d)

Problem Definition, Algorithm, Program Design,Program Testing,Program Documentation

16.

What is the first step when solving a problem?

a)

Think of solutions

b)

Evaluate the outcome

c)

Try a solution

d)

Identify the problem

17.

What's missing from this part of a flowchart?

a)

x=x+1

b)

X=Y

c)

Is X > Y

18.

What would be the output of this flowchart if the student scored 30?

a)

"Fail" will be printed

b)

" Pass" will be printed

c)

No thing will be printed