wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

System Analysis & Design

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What should be considered when designing an algorithm?

a)

If there is more than one way of solving the problem

b)

If the correct hardware is being used

c)

If the correct software is being used

2.

What are the two main ways that algorithms can be designed?

a)

Images or videos

b)

By hardware or software

c)

In pseudocode or as a flowchart

3.

What is pseudocode?

a)

A specific programming language that all computers use

b)

A way of describing a set of instructions in text form

c)

A diagrammatic representation of a set of instructions

4.

What is a flowchart?

a)

A flowchart is a text-based way of designing an algorithm

b)

A flowchart is a specific programming language

c)

A flowchart is a diagram that represents a set of instructions

5.

What is the symbol for a decision in a flowchart?

a)

A parallelogram

b)

A circle

c)

A diamond

6.

Which of these is the correct symbol for a process in a flowchart?

a)

A diamond

b)

A parallelogram

c)

A rectangle

7.

How are symbols connected together in a flowchart?

a)

Symbols do not get connected together in a flowchart

b)

With lines and an arrow to show the direction of flow

c)

By numbers

8.

Which symbol is used for input and output in a flowchart?

a)

A parallelogram

b)

A diamond

c)

A circle

9.

How would a condition loop be created when writing pseudocode?

a)

With a WHILE loop or a REPEAT-UNTIL loop

b)

With a FOR loop

c)

With a WHILE loop

10.

When can algorithms be used?

a)

Only with computers

b)

To design a solution to any problem

c)

For programming