Cybersecurity Examples in CS Thinking
Start with the recap, study the fully worked examples, then use the practice problems to check your understanding of Cybersecurity.
This page combines explanation, solved examples, and follow-up practice so you can move from recognition to confident problem-solving in CS Thinking.
Concept Recap
The practice of protecting computing systems, networks, and data from unauthorized access, attacks, and damage. Cybersecurity encompasses three core goals: confidentiality (only authorized users can access data), integrity (data is not tampered with), and availability (systems remain operational).
Cybersecurity is like locking your doors and windows โ but for your digital life. It's about keeping the bad guys out of your systems and data.
Read the full concept explanation โHow to Use These Examples
- Read the first worked example with the solution open so the structure is clear.
- Try the practice problems before revealing each solution.
- Use the related concepts and background knowledge badges if you feel stuck.
What to Focus On
Core idea: Security involves three goals: confidentiality (only authorized access), integrity (data isn't tampered with), and availability (systems stay running).
Common stuck point: No system is 100% secure. Cybersecurity is about managing risk, not eliminating it completely.
Sense of Study hint: When thinking about cybersecurity, use the CIA triad: Confidentiality (who can see the data?), Integrity (has the data been changed?), and Availability (can authorized users access the system?). Every security measure addresses one or more of these three goals.
Worked Examples
Example 1
easyAnswer
First step
Full solution
- 2 Step 2: Phishing โ fake emails or websites that trick users into revealing passwords or personal information by impersonating trusted organisations.
- 3 Step 3: Brute force attack โ an attacker tries every possible password combination until finding the correct one. Strong, long passwords make this impractical.
Example 2
mediumExample 3
mediumExample 4
mediumExample 5
hardExample 6
hardExample 7
challengePractice Problems
Try these problems on your own first, then open the solution to compare your method.
Example 1
mediumExample 2
hardExample 3
easyExample 4
easyExample 5
easyExample 6
easyExample 7
easyExample 8
easyExample 9
easyExample 10
easyExample 11
mediumExample 12
mediumExample 13
mediumExample 14
mediumExample 15
mediumExample 16
mediumExample 17
mediumExample 18
mediumExample 19
mediumExample 20
challengeExample 21
challengeExample 22
challengeExample 23
easyExample 24
easyExample 25
easyExample 26
easyExample 27
easyExample 28
mediumExample 29
mediumExample 30
mediumExample 31
mediumExample 32
mediumExample 33
mediumExample 34
hardExample 35
hardExample 36
hardExample 37
challengeRelated Concepts
Background Knowledge
These ideas may be useful before you work through the harder examples.