Chapter 5: System Software
Operating Systems and Utility Programs
Part 1: Simple Explanation
1. System Software vs. Application Software
System Software is the background software that runs the computer and handles
the hardware. Application Software (or "apps") are the programs you use to do
specific tasks, like writing a letter or playing a game.
2. What does an Operating System (OS) do?
The OS is the "manager" of the computer. Its main jobs are:
• Booting: Starting up the computer when you turn it on.
• Managing Resources: Controlling the CPU, memory, and hardware
devices.
• File Management: Organizing how files are stored and deleted.
• Security: Using passwords and permissions to protect your data.
3. Common Operating Systems
• Windows: The most popular OS for personal computers.
• OS X / macOS: Used on Apple computers.
• Linux: An "open-source" OS that anyone can modify; often used for servers.
• Mobile OS: Like Android or iOS for phones and tablets.
4. Utility Programs
These are small programs that perform specific maintenance tasks:
• File Management: Looking at, copying, and deleting files.
• File Compression: Making files smaller (like .zip files) to save space.
• Antivirus: Protecting the computer from "malware" or viruses.
• Backup: Making a second copy of your files in case the original is lost.
Part 2: Exam Questions & Answers
Q1: What is the primary purpose of an Operating System?
Answer: To manage the computer's resources (like the CPU and memory) and
provide an interface for the user to interact with the hardware and applications.
Q2: What happens during the "Boot" process?
Answer: The computer loads the essential parts of the operating system into RAM
so the computer can start functioning.
Q3: What is "Multitasking"?
Answer: The ability of an operating system to run more than one program at the
same time.
Q4: Define "Open Source Software."
Answer: Software where the original source code is made freely available and
may be redistributed and modified by anyone (e.g., Linux).
Q5: What is a "Device Driver"?
Answer: A small program that tells the operating system how to communicate with
a specific piece of hardware, like a printer or a scanner.
Q6: Why is a "Backup" utility important?
Answer: It creates a duplicate copy of important files so they can be recovered if
the original files are lost, damaged, or deleted.
Q7: What does a "File Compression" program do?
Answer: It reduces the size of a file so it takes up less storage space or can be
sent faster over the Internet.
Reference: Understanding Computers: Today and Tomorrow, 15th Edition