wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Lesson 1: Introduction to Flowcharts

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which statement best describes a flowchart in this lesson?

a)

A diagram that shows steps in a process in the order they happen

b)

A list of computer parts arranged by cost

c)

A picture meant to decorate a presentation

d)

A chart that compares different brands of software

2.

Based on the morning routine example (Get out of bed → Get a drink → Have breakfast → Get dressed → Brush teeth), which step should come immediately after “Have breakfast” to keep the sequence correct?

a)

Brush teeth

b)

Get dressed

c)

Get out of bed

d)

Pack school bag

3.

Which flowchart symbol is used to show the start or end of a process?

a)

Terminator (rounded rectangle)

b)

Parallelogram

c)

Rectangle

d)

Diamond

4.

A step that reads data from the keyboard or shows text on the screen should use which symbol?

a)

Rectangle for a process

b)

Parallelogram for input/output

c)

Oval for annotation notes

d)

Diamond for a loop

5.

You are drawing a flowchart for making toast. Which action belongs in a Process symbol?

a)

Decide if the bread is burnt

b)

Display the word 'Done' on the screen

c)

Insert bread into the toaster and heat it

d)

Press a key to start

6.

A student’s flowchart shows Stage 1 → Stage 2 → Stage 3 but has no Start or End symbols. What is the best fix?

a)

Add a decision diamond before Stage 1

b)

Add a terminator at the beginning and another at the end

c)

Replace Stage 2 with an input/output symbol

d)

Remove arrows so the flow is not linear

7.

A flowchart for logging in asks, "Is my password correct?" If the answer is No, what should happen next according to decision logic?

a)

Proceed to the next stage without changes

b)

End the program immediately

c)

Go back to re-type the password before continuing

d)

Skip the login and access the system

8.

Look at the flowchart of a simple traffic light system. Which symbol is used to ask the question "Have all cars passed through?"

a)

Decision (diamond)

b)

Start/End (oval)

c)

Process (rectangle)

d)

Input/Output (parallelogram)

9.

In Google Slides, which menu path should you use to access the flowchart shapes needed to build a diagram?

a)

Insert > Shape > Shapes

b)

Tools > Diagram > Flowchart

c)

Format > Line > Arrows

d)

Slide > Layout > Shapes

10.

How do flowcharts connect to computational thinking in practical terms?

a)

Flowcharts show the artistic style of a program

b)

Flowcharts break a process into clear, ordered steps, mirroring decomposition and algorithms

c)

Flowcharts replace the need to think about a problem

d)

Flowcharts are only used after a program is fully built