wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Demo Teaching

Total questions: 20

Worksheet time: 14mins

Name
Class
Date
1.
  1. What does a flowchart symbolize with a 'Process box'?

a)
  • Start or end

b)
  • Input/Output

c)
  • Decision making

d)
  • Performing calculations

2.
  1. Which symbol in a flowchart is used to signify any decision?

a)
  • Terminal

b)
  • Decision box

c)
  • Input/Output box

d)
  • Process box

3.

The following are basic symbols used in flowcharting EXCEPT:

a)

b)

c)

d)

4.

The following are basic symbols used in flowcharting EXCEPT:

a)

b)

c)

d)

5.

The following are relational operators EXCEPT:

a)

<

b)

-

c)

=

d)

6.

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

7.

What does the Oval illustrate in a flowchart?

a)

Beginning and end points

b)

Actions

c)

Yes/No or True/False questions

d)

Connects symbols to show the direction of flow of action

8.

What does the Rectangle illustrate in a flowchart?

a)

Beginning and end points

b)

Actions

c)

Yes/No or True/False questions

d)

Connects symbols to show the direction of flow of action

9.

What does the Rhombus illustrate in a flowchart?

a)

Beginning and end points

b)

Actions

c)

Yes/No or True/False questions

d)

Connects symbols to show the direction of flow of action

10.

This is an example of...

a)

Narrative

b)

Flowchart

c)

IPO Chart

d)

diagram

11.
  1. Which method of writing algorithms involves repeating instructions?

a)

Selection

b)

Stepping

c)

Looping

d)

Branching

12.
  1. Which method in algorithm writing is used if decision-making is needed?

a)

Stepping

b)

Looping

c)

Selection

d)

Sorting

13.

  1. Name the symbol used in flowcharts to represent decision-making.



(a)  

14.

  1. Define a sequence of steps followed to solve a problem or perform a computation.



(a)  

15.

  1. State the method of writing an algorithm where instructions follow each other in order.



(a)  

16.

  1. Which algorithm method is used when a problem requires repeating steps?



(a)  

17.

  1. Define the type of structure where one of two possible actions is taken based on a condition.



(a)  

18.

  1. Name the programming language that is close to C, C++, and Java, and is object-oriented.



(a)  

19.

  1. Name the logical operator that signifies 'AND'.



(a)  

20.

  1. Identify the operator used in C# to check if two values are not equal.



(a)