The symbol that is always required in every flowchart is the terminal symbol. This symbol represents the start and end of a flowchart.
Which symbol is always required in every flowchart?(1 point)
Responses
decision
decision
input/output
input/output
terminal
terminal
process
7 answers
Responses
terminal
terminal
decision
decision
input/output
input/output
process
If an algorithm behaves differently for adults and children, the appropriate symbol to use in the flowchart is the decision symbol. This symbol is used to represent a point in the algorithm where a decision needs to be made, leading to different branches based on the outcome.
Source: QBS. Pearson Education Ltd
(1 point)
Responses
scan and stop
scan and stop
username and fingerprint
username and fingerprint
attempt number and scan
attempt number and scan
attempt number and stop
Based on the description of the flowchart, the elements that appear to be critical to the decision-making process relate to what is being verified at different points. The two main factors considered in the flowchart are the username and fingerprint.
Thus, the appropriate response would be username and fingerprint.
In a flowchart, an arrow starts from an oval labeled “Start” and ends at a parallelogram labeled “Input Age”. From a parallelogram labeled “Input Age”, an arrow starts and ends at a diamond labeled “Age 16 or under”. Two arrows start from diamond labeled “Age 16 or under”. One from the right corner, labeled “Yes” and one from the bottom corner, labeled “No”. The arrow labeled “Yes”, ends at a rectangle, labeled “Half-price ticket”. The arrow labeled “No” ends at another diamond labeled “Age 60 or above”. From diamond labeled “Age 60 or above”, two arrows are originated. One from the right corner labeled “Yes” and one from the bottom corner labeled “No”. The arrow labeled “Yes”, ends at a rectangle, labeled “Half-price ticket”. The arrow labeled “No”, ends at a rectangle labeled, “Full price ticket”. An arrow starts from the rectangle “Full price ticket” and ends at an oval labeled “Stop”. Similarly, an arrow starts from the rectangle “Half-price ticket” and ends at an oval labeled “Stop”.
Source: QBS. Pearson Education Ltd
(1 point)
Responses
15
15
65
65
60
60
20
In the flowchart described, the output “Full price ticket” is reached when the age input does not meet the criteria for half-price. Specifically:
- If the age is 16 or under, it leads to a “Half-price ticket.”
- If the age is 60 or above, it also leads to a “Half-price ticket.”
- For ages between 17 and 59, which would include the age 20, it leads to a “Full price ticket.”
Given these conditions, the correct input that would display “Full price ticket” is 20.