Bird
Raised Fist0
Intro to Computingfundamentals~10 mins

Wi-Fi and network connections in Intro to Computing - Draw & Build Visually

Choose your learning style10 modes available

Start learning this pattern below

Jump into concepts and practice - no test required

or
Recommended
Test this pattern10 questions across easy, medium, and hard to know if this pattern is strong
Draw This - beginner

Draw a flowchart that shows how a device connects to a Wi-Fi network and accesses the internet. Include steps for checking Wi-Fi availability, entering the password, connecting to the router, and verifying internet access.

10 minutes
Hint 1
Hint 2
Hint 3
Hint 4
Grading Criteria
Start and End symbols present
Decision diamonds used for checking Wi-Fi availability, password correctness, and internet access
Process rectangles used for actions like entering password and connecting to router
All decision paths lead to a clear outcome
Flow direction is clear and logical
Solution
  +---------------------+
  | Start               |
  +----------+----------+
             |
             v
  +---------------------+
  | Check Wi-Fi available? |
  +----------+----------+
             |
      +------+------+
      |             |
     Yes           No
      |             |
      v             v
  +---------------------+   +---------------------+
  | Enter Wi-Fi password |   | Show 'No Wi-Fi' msg |
  +----------+----------+   +----------+----------+
             |                         |
             v                         v
  +---------------------+       +-----+-----+
  | Password correct?   |       | End       |
  +----------+----------+       +-----------+
             |
      +------+------+
      |             |
     Yes           No
      |             |
      v             v
  +---------------------+   +---------------------+
  | Connect to router   |   | Show 'Wrong password'|
  +----------+----------+   +----------+----------+
             |                         |
             v                         v
  +---------------------+       +-----+-----+
  | Check internet access|       | End       |
  +----------+----------+       +-----------+
             |
      +------+------+
      |             |
     Yes           No
      |             |
      v             v
  +---------------------+   +---------------------+
  | Show 'Connected'    |   | Show 'No internet'  |
  +----------+----------+   +----------+----------+
             |                         |
             v                         v
          +--+-------------------------+--+
          |             End                |
          +-------------------------------+

This flowchart starts by checking if Wi-Fi is available. If not, it shows a message and ends.

If Wi-Fi is available, the user is asked to enter the password. If the password is wrong, a message is shown and the process ends.

If the password is correct, the device connects to the router.

Next, it checks if the internet is accessible. If yes, it shows a 'Connected' message; if no, it shows 'No internet' message.

Finally, the flow ends after showing the connection status.

Variations - 2 Challenges
[intermediate] Draw a flowchart for connecting a device to a Wi-Fi network that includes retrying password entry up to 3 times before stopping.
[advanced] Draw a flowchart for a device that can choose between multiple Wi-Fi networks, connect to the strongest one, and verify internet access.

Practice

(1/5)
1. What does Wi-Fi allow devices to do?
easy
A. Connect wirelessly using radio waves
B. Connect only with cables
C. Store data permanently
D. Charge devices without wires

Solution

  1. Step 1: Understand Wi-Fi function

    Wi-Fi uses radio waves to connect devices without cables.
  2. Step 2: Compare options

    Only Connect wirelessly using radio waves describes wireless connection using radio waves.
  3. Final Answer:

    Connect wirelessly using radio waves -> Option A
  4. Quick Check:

    Wi-Fi = Wireless connection [OK]
Hint: Wi-Fi means wireless connection using radio waves [OK]
Common Mistakes:
  • Confusing Wi-Fi with wired connections
  • Thinking Wi-Fi stores data
  • Mixing Wi-Fi with wireless charging
2. Which of these is the correct step to connect to a Wi-Fi network?
easy
A. Select the network and enter the password
B. Plug in an Ethernet cable
C. Turn off the device
D. Restart the router only

Solution

  1. Step 1: Identify connection steps

    Connecting to Wi-Fi requires selecting the network and entering a password.
  2. Step 2: Eliminate incorrect options

    Options B, C, and D do not describe connecting wirelessly.
  3. Final Answer:

    Select the network and enter the password -> Option A
  4. Quick Check:

    Connect Wi-Fi = Select network + password [OK]
Hint: Connecting Wi-Fi needs network selection and password [OK]
Common Mistakes:
  • Confusing wired connection steps with Wi-Fi
  • Skipping password entry
  • Thinking restarting router connects device automatically
3. Look at this flowchart for connecting to Wi-Fi:

What is the correct next step after scanning networks?
medium
A. Enter password
B. Select network
C. Turn off Wi-Fi
D. Restart device

Solution

  1. Step 1: Analyze flowchart steps

    After scanning networks, the next step is to select the desired network.
  2. Step 2: Confirm correct sequence

    Entering password comes after selecting the network, so Select network is correct.
  3. Final Answer:

    Select network -> Option B
  4. Quick Check:

    Scan networks -> Select network [OK]
Hint: Select network immediately after scanning available Wi-Fi [OK]
Common Mistakes:
  • Entering password before selecting network
  • Turning off Wi-Fi mid-process
  • Restarting device unnecessarily
4. A user tries to connect to Wi-Fi but keeps getting an error. The steps they followed are:
  1. Turn on Wi-Fi
  2. Select network
  3. Skip entering password
  4. Try to connect

What is the main mistake?
medium
A. Selecting wrong network
B. Not turning on Wi-Fi
C. Skipping password entry
D. Restarting device too soon

Solution

  1. Step 1: Review connection steps

    Entering the correct password is required to connect securely to Wi-Fi.
  2. Step 2: Identify error in steps

    User skipped password entry, causing connection failure.
  3. Final Answer:

    Skipping password entry -> Option C
  4. Quick Check:

    Password needed to connect Wi-Fi [OK]
Hint: Always enter password after selecting Wi-Fi network [OK]
Common Mistakes:
  • Thinking password is optional
  • Assuming turning on Wi-Fi is enough
  • Restarting device without fixing password
5. You want to set up a secure Wi-Fi network at home. Which combination of actions will best protect your network?
hard
A. Use default router settings without changes
B. Use no password, share network openly, and disable encryption
C. Use a simple password, enable WEP encryption, and broadcast SSID
D. Use a strong password, enable WPA3 encryption, and hide the network SSID

Solution

  1. Step 1: Identify secure Wi-Fi practices

    Strong password, WPA3 encryption, and hiding SSID improve security.
  2. Step 2: Compare options for security

    Options A, B, and C have weak or no security measures.
  3. Final Answer:

    Use a strong password, enable WPA3 encryption, and hide the network SSID -> Option D
  4. Quick Check:

    Strong password + WPA3 + hidden SSID = Secure Wi-Fi [OK]
Hint: Strong password + WPA3 + hide SSID = best Wi-Fi security [OK]
Common Mistakes:
  • Using outdated WEP encryption
  • Leaving network open without password
  • Relying on default router settings