Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ALGORITHMS AND FLOWCHARTS

Total questions: 25

Worksheet time: 19mins

Name
Class
Date
1.

Step by step procedure to solve any problem___

a)

Flowchart

b)

Algorithm

c)

Program

2.

_____________ is used to join the different shapes in a flowchart .

a)

Flowlines

b)

Connectors

c)

Start

3.

where is this symbol used in a Flowchart?

a)

In the beginning

b)

At the end

c)

Both in the beginning and end

4.

In a Flowchart this symbol is used for which purpose?

a)

Input

b)

Output

c)

Input and Output

5.

This shape is used to perform__________

a)

Calculations

b)

Processing

c)

Both

6.

Identify the symbol used in flowchart______

a)

Decision box

b)

Comparison box

c)

Both

7.

This symbol can be used for writing______

INPUT A,B

a)

Correct

b)

Incorrect

c)

May be correct

8.

This box can be used to write_____

IS A> B

a)

Correct

b)

Incorrect

c)

May be correct

9.

Start and Stop can be represented using this shape

a)

Correct

b)

Incorrect

c)

May be correct

10.

Algorithm is always written in______ language.

a)

Difficult

b)

Simple

c)

Binary

11.

________ box is used to display the final result.

a)

Stop Box

b)

Process Box

c)

Input/Output box

12.

In a flowchart,_____ indicates the sequence of steps and the direction of flow.

a)

Start/Stop Box

b)

Connectors

c)

Flow lines

13.

The diagrammatic representation that illustrates the steps for the solution of a problem is called_______

a)

Algorithm

b)

Flowchart

c)

None

14.

The ________ are used to connect one part of the flowchart to another.

a)

Flow Lines

b)

Arrows

c)

Connectors

15.
What is the Output if the user enters:
Yes
a)
Leave umbrella at home
b)
Take an umbrella
16.
What is the Output if the temperature is:
19
a)
Below Freezing
b)
Above Freezing
17.

This flowchart is made to...

a)

Calculate the area and perimeter of a square

b)

Output figures of different sizes

c)

Calculate the area and perimeter of a circle

d)

Find out how long it takes to get to the moon

18.

What is IMPORTANT about algorithm?

a)

The number of steps

b)

The order of steps 

c)

The difficulty

d)

The language

19.

A program halts and prints an error message, define this error

a)

Linear

b)

Sum

c)

Logic

d)

Syntax

20.

_____________ are the pictorial or graphical representation of the steps to solve a particular problem.

a)

algorithm

b)

routine

c)

flowchart

d)

none of above

21.

Which of the following is Characteristics of an Algorithm?

a)

Finiteness

b)

Input

c)

Emphasis

d)

Generality

e)

Predicate

22.

An algorithm solves a problem in a finite number of steps

a)

True

b)

False

23.

Algorithm starts from initial state with some

a)

Statement

b)

Control flow

c)

Conditions

d)

Input

24.

Algorithms should be

a)

Precise

b)

Ambiguous

c)

Unambiguous

d)

Clear

25.

Start

Put your hand on the doorknob

Turn the doorknob to the side until it unlocks the door

Push or pull the door to open it

End

……..

What would be an appropriate title for this algorithm?

a)

How to push a door

b)

Steps to stand in front of a door

c)

Steps to touch a doorknob

d)

How to open a door