Draw a diagram that shows how abstraction works by focusing on the important details of using a coffee machine. Include only the main steps a user cares about, hiding the complex inner workings.
0
0
Abstraction (focusing on what matters) in Intro to Computing - Draw & Build Visually
Draw This - beginner
10 minutes
Hint 1
Hint 2
Hint 3
Grading Criteria
Start and End steps clearly labeled
Only main user steps included (no technical details)
Flow arrows connect steps in correct order
Simple shapes used for steps
Labels are clear and easy to understand
Solution
+---------------------+
| Start: Want coffee |
+----------+----------+
|
v
+---------------------+
| 1. Put coffee pod |
+----------+----------+
|
v
+---------------------+
| 2. Press start button|
+----------+----------+
|
v
+---------------------+
| 3. Wait for coffee |
+----------+----------+
|
v
+---------------------+
| 4. Take your coffee |
+----------+----------+
|
v
+---------------------+
| End |
+---------------------+This diagram shows abstraction by focusing only on the main steps a user cares about when using a coffee machine. It starts with the user wanting coffee, then putting in a coffee pod, pressing the start button, waiting, and finally taking the coffee. The complex inner details like heating water, pressure control, or pod piercing are hidden because they are not important to the user at this level.
Each step is shown as a simple box with arrows showing the flow from start to end. This helps understand the process without getting lost in technical details.
Variations - 2 Challenges
[intermediate] Draw a diagram showing abstraction for using a smartphone to make a phone call, focusing only on what the user does.
[advanced] Draw a detailed abstraction diagram for ordering a pizza online, including user steps and some system steps but hiding payment processing details.