P-Cubed uses automatic sorting machines.
(a) Letters are unloaded onto an automatic sorting machine. The machine weighs each letter. Letters are sent along differen... show full transcript
Worked Solution & Example Answer:P-Cubed uses automatic sorting machines - Edexcel - GCSE Computer Science - Question 7 - 2018 - Paper 1
Step 1
Complete the flowchart
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Start: Begin the process.
Weigh Letter: Weigh the letter to determine its weight.
Decision (Weight <= 100 grams?):
Yes: Follow the green path (green output) and increment the counter: count = count + 1.
No: Proceed to the next decision.
Decision (Weight <= 750 grams?):
Yes: Follow the yellow path.
No: Follow the red path (red output) to larger sorting machines.