Font size
WorksheetsDemo Teaching
Total questions: 20
Worksheet time: 14mins
What does a flowchart symbolize with a 'Process box'?
Start or end
Input/Output
Decision making
Performing calculations
Which symbol in a flowchart is used to signify any decision?
Terminal
Decision box
Input/Output box
Process box
The following are basic symbols used in flowcharting EXCEPT:
The following are basic symbols used in flowcharting EXCEPT:
The following are relational operators EXCEPT:
<
-
=
What does the Arrow illustrate in a flowchart?
Move to the next step
Yes/No or True/False questions
Actions
Beginning and end points
What does the Oval illustrate in a flowchart?
Beginning and end points
Actions
Yes/No or True/False questions
Connects symbols to show the direction of flow of action
What does the Rectangle illustrate in a flowchart?
Beginning and end points
Actions
Yes/No or True/False questions
Connects symbols to show the direction of flow of action
What does the Rhombus illustrate in a flowchart?
Beginning and end points
Actions
Yes/No or True/False questions
Connects symbols to show the direction of flow of action
This is an example of...
Narrative
Flowchart
IPO Chart
diagram
Which method of writing algorithms involves repeating instructions?
Selection
Stepping
Looping
Branching
Which method in algorithm writing is used if decision-making is needed?
Stepping
Looping
Selection
Sorting
Name the symbol used in flowcharts to represent decision-making.
(a)
Define a sequence of steps followed to solve a problem or perform a computation.
(a)
State the method of writing an algorithm where instructions follow each other in order.
(a)
Which algorithm method is used when a problem requires repeating steps?
(a)
Define the type of structure where one of two possible actions is taken based on a condition.
(a)
Name the programming language that is close to C, C++, and Java, and is object-oriented.
(a)
Name the logical operator that signifies 'AND'.
(a)
Identify the operator used in C# to check if two values are not equal.
(a)
