Draw This - beginner
Draw a flowchart that shows the steps a user should take to adjust privacy settings and protect their personal data on a social media platform.
10 minutes
Hint 1
Hint 2
Hint 3
Hint 4
Draw a flowchart that shows the steps a user should take to adjust privacy settings and protect their personal data on a social media platform.
+---------------------+
| Start: User logs in |
+----------+----------+
|
v
+-------------------------+
| Open Privacy Settings |
+-----------+-------------+
|
v
+-------------------------+
| Choose data to share? |
+-----------+-------------+
|
+------+------+
| |
Yes No
| |
v v
+--------------+ +--------------+
| Set data as | | Hide data |
| public | | from others |
+------+-------+ +------+-------+
| |
+--------+-------+
|
v
+-------------------------+
| Enable two-factor auth? |
+-----------+-------------+
|
+------+------+
| |
Yes No
| |
v v
+--------------+ +--------------+
| Set up 2FA | | Skip 2FA |
+------+-------+ +------+-------+
| |
+--------+-------+
|
v
+-------------------------+
| Save changes and logout |
+-----------+-------------+
|
v
+---------+
| End |
+---------+This flowchart starts with the user logging into their social media account. Then the user opens the privacy settings page. The first decision is whether to choose data to share publicly or hide it from others. Depending on the choice, the user sets the data visibility accordingly. Next, the user decides whether to enable two-factor authentication (2FA) for extra security. If yes, they set up 2FA; if no, they skip this step. Finally, the user saves all changes and logs out, completing the process of protecting their personal data.