WorksheetsFlowchart
Total questions: 20
Worksheet time: 16mins
A diagram that represents a set of instructions is called:
Flow Chart
Pseudocode
Shapes
Data sent from a Computer is called
Input
Output
Process
What is a flowchart?
A flowchart is a text-based way of designing an algorithm
A flowchart is a specific programming language
A flowchart is a diagram that represents a set of instructions
Which of these is the correct symbol for a process in a flowchart?
A diamond
A rectangle
A parallelogram
Which symbol is used for a connector in a flowchart?
A parallelogram
A diamond
A circle
A flowchart needs to represent the a situation where for each mark a student is award 'Pass' or 'Fail'...the system will consider the mark and if it's 50 or over award 'Pass', else it awards 'Fail'. This is an example of which of the algorithm constructs?
Selection
Repetition
Sequence
All of the above
To repeat a task number of times, we use
input statement
conditional statement
loop statement
output statement
A diagram that represents a set of instructions is called:
Flow Chart
Pseudocode
Shapes
What symbol is this?
Question?
Decision
diamond
YES
NO
What shape is this?
Print Ans
parallelogram
slanted box
Output
rectangle
This is an example of...
Narrative
Flowchart
IPO Chart
diagram
