What is an operating system
📖 Scenario: You want to understand the basic idea of what an operating system is by organizing simple information about it.
🎯 Goal: Create a simple list of key facts about operating systems, add a category label, organize the facts into a clear structure, and finalize the description.
📋 What You'll Learn
Create a list called
os_facts with three exact facts about operating systemsAdd a variable called
category with the value 'Basics'Create a dictionary called
os_info that uses category as a key and os_facts as its valueAdd a final key-value pair to
os_info with key 'definition' and a short description of an operating system💡 Why This Matters
🌍 Real World
Understanding operating systems is essential for using computers and devices effectively.
💼 Career
Basic knowledge of operating systems is important for IT support, software development, and computer literacy.
Progress0 / 4 steps