wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Seatwork 2 - Flowcharting

Total questions: 26

Worksheet time: 13mins

Name
Class
Date
1.

In flowcharting, what symbol is used for the input and output operations?

a)

Parallelogram

b)

Rectangle

c)

diamond

d)

Circle

2.

The statement, ans = n1 + n2; is an example of what operation?

a)

processing

b)

input operation

c)

output operation

d)

none of the choices

3.

The statement, print ans; is an example of what operation?

a)

processing

b)

input operation

c)

output operation

d)

none of the choices

4.

The statement, Enter first number; is an example of what operation?

a)

processing

b)

input operation

c)

output operation

d)

none of the choices

5.

The role of creating a correct algorithm or flowchart is needed before the actual coding.

a)

TRUE

b)

FALSE

6.

A graphical representation of an algorithm to follow and program to execute.

a)

Algorithm

b)

Pseudocoding

c)

Flowcharting

d)

USE CASE

7.

Which of the following symbol represents off page connector?

a)
b)
c)
d)
8.

Arrows are use to..

a)

confuse the programmer

b)

guide the user

c)

implement a code

d)

connect the boxes or symbols in a flowchart

9.

In flowcharting, PROCESS is represented by___.

a)

Oval

b)

Parallelogram

c)

Rectangle

d)

Diamond

10.

The Input/Output box is used when a question is asked to the user, or something is printed on the screen.

a)

TRUE

b)

FALSE

11.

What symbol is shown here

a)

Process

b)

Decision

c)

Terminator

d)

Input/Output

12.

What symbol is shown here

a)

Process

b)

Decision

c)

Terminator

d)

Input/Output

13.

What symbol is shown here

a)

Process

b)

Decision

c)

Terminator

d)

Input/Output

14.

What symbol is shown here

a)

Process

b)

Decision

c)

Terminator

d)

Input/Output

15.
A flow chart should be drawn from the ______ to the ______ of the page
a)
top to the bottom
b)
left to the right
c)
right to the left
d)
bottom to the top
16.

A symbol that represents preparation or initialization of variables.

a)

Diamond

b)

Parallelogram

c)

Rectangle

d)

Hexagon

17.

The decision flowcharting symbol MUST have 2 exit points.

a)

TRUE

b)

FALSE

18.

Which of the following performs any calculations that are to be done?

a)

Decision

b)

Processing

c)

Terminal

d)

Input/Ouput

19.

What is flowchart?

a)

pictorial representation

b)

English-like representation

c)

step by step procedure

20.

In basic flowchart symbol, a circle is called ______

a)

Start/Stop

b)

Comment

c)

Connector

21.

A paralellogram represents what function in the flowchart?

a)

Input/Output

b)

Process

c)

Start/Stop

22.

Is it important for a programmer to plan the logic of his program?

a)

Yes

b)

No

23.

What does the Arrow illustrate in a flowchart?

a)

Move to the next step

b)

Yes/No or True/False questions

c)

Actions

d)

Beginning and end points

24.

The circle is referred to as an off-page connector.

a)

TRUE

b)

FALSE

25.

A symbol that represents preparation or initialization of variables.

a)

Diamond

b)

Parallelogram

c)

Rectangle

d)

Hexagon

26.

Which is the best illustration of a flowchart?

a)
b)
c)
d)