Draw This - beginner
Draw a flowchart that shows the steps to install software on a computer, starting from checking system requirements to completing the installation.
7 minutes
Hint 1
Hint 2
Hint 3
Hint 4
Draw a flowchart that shows the steps to install software on a computer, starting from checking system requirements to completing the installation.
+-------------------------+
| Start |
+-----------+-------------+
|
v
+-------------------------+
| Check system requirements|
+-----------+-------------+
|
+-------+-------+
| |
v v
+------------+ +------------------+
| Requirements| | Requirements not |
| met? | | met |
+-----+------+ +---------+--------+
| |
|Yes |No
| |
v v
+----------------+ +---------------------+
| Download | | Show error message |
| software | | "Cannot install" |
+-------+--------+ +----------+----------+
| |
v v
+----------------+ +--------------+
| Run installer | | End |
+-------+--------+ +--------------+
|
v
+----------------+
| Follow prompts |
+-------+--------+
|
v
+----------------+
| Installation |
| complete? |
+-------+--------+
|
+---+---+
| |
v v
+-------+ +----------------+
| Yes | | No |
+---+---+ +--------+-------+
| |
v v
+-------+ +----------------+
| Show | | Show error |
| success| | message |
+-------+ +----------------+
|
v
+-------+
| End |
+-------+This flowchart starts with checking if the computer meets the software requirements. If the requirements are not met, it shows an error message and ends.
If requirements are met, the software is downloaded, and the installer is run. The user follows the installation prompts.
After installation, the flowchart checks if the installation was successful. If yes, it shows a success message and ends. If no, it shows an error message and ends.