Why Cybersecurity Matters
📖 Scenario: You work in a small company that wants to protect its important information from online threats. Your manager asks you to create a simple list of common cybersecurity risks and explain why protecting against them is important.
🎯 Goal: Build a clear list of cybersecurity risks with explanations to help your team understand why cybersecurity matters.
📋 What You'll Learn
Create a dictionary called
cybersecurity_risks with exact keys and values describing risksAdd a variable called
importance that explains why cybersecurity is importantUse a
for loop with variables risk and description to iterate over cybersecurity_risks.items()Add a final summary string called
summary that combines the importance and risks💡 Why This Matters
🌍 Real World
Understanding common cybersecurity risks helps individuals and companies protect their data and devices from attacks.
💼 Career
Basic knowledge of cybersecurity risks is important for roles in IT support, office administration, and any job that handles sensitive information.
Progress0 / 4 steps