NEW
Font size
WorksheetsFlowcharts
Total questions: 17
Worksheet time: 17mins
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
What is the benefit of using pseudocode and flowcharts in algorithm design?
They help in visualizing the algorithm and making it easier to understand and communicate.
They have no impact on the algorithm design
They make the algorithm more confusing and difficult to understand
They slow down the algorithm development process
Process
19
Yes
What will happen if the user's book return is late?
Sends them an SMS (text)
Does not send them an SMS (text)
In this flowchart the diamond shape helps with...
Deciding whether the student should pass or fail
Adding up the student's marks
Making sure the student gets good marks
Checking the student's general behaviour
What value would be output if a = 2 and b = 4?
4
12
2
1
What value would be output if a = 6 and b = 6?
4
12
2
24
What is this flow chart missing?
Arrows
Loops
Decisions
Start and Stop
Refer to the given flowchart:
What is the output of the program?
3
4
num3
0.714
Error
This flowchart has a major flaw. It is
Not using diamonds for decisions
Asking too many questions
Being illegible for horses
Helping people who think they are horses realise they are not
