Lesson Plan: Systems Technologies –
Software
Grade: 10
Subject: Computer Applications Technology (CAT)
Topic: Systems Technologies: Software Concepts
Duration: 2 Periods (45 – 60 minutes each)
Curriculum Alignment: CAPS (Topic: Systems Technologies)
1. Lesson Objectives
By the end of this lesson, learners will be able to:
1. Define Software and explain its relationship with hardware.
2. Classify software into System Software and Application Software.
3. Explain the functions of an Operating System (OS).
4. Identify different types of Utility Programs.
5. Distinguish between various Software Licensing models (Proprietary, Open Source,
Freeware, Shareware).
2. Part 1: What is Software?
Software is a collection of instructions (code) that tells a computer exactly what to do. Unlike
hardware, you cannot touch software; it is stored digitally on storage devices.
The Two Main Categories
1. System Software: Designed to run the computer's hardware and provide a platform for
application software to run.
2. Application Software: Designed to perform specific tasks for the user (e.g., writing a
letter, browsing the web).
3. Part 2: System Software – The Operating System
The Operating System (OS) is the most important piece of system software. It starts when the
computer is turned on and manages all hardware and other software.
Core Functions of the OS:
• Managing Hardware: It acts as the middleman between apps and the CPU/RAM.
• User Interface (UI): Provides the way we interact with the computer (usually a GUI –
Graphical User Interface, using icons and menus).
• Process Management: Decides which task gets the CPU's attention.
• File Management: Manages how data is stored, organized, and retrieved on drives.
4. Part 3: Utility Software
Utilities are "housekeeping" programs. They help manage, maintain, and control computer
resources.
• Antivirus: Protects the system from malware and viruses.
• Compression Software: Reduces file sizes (e.g., WinZip, 7-Zip).
• Defragmentation: Reorganizes files on a Hard Drive to speed up access (Note: Not
needed for SSDs).
• Backup Software: Creates copies of data in case of hardware failure.
5. Part 4: Application Software
This is the software we use to get work done.
• Word Processors: (MS Word, Google Docs) for text documents.
• Spreadsheets: (Excel, Google Sheets) for calculations and data.
• Databases: (MS Access) for storing large amounts of structured data.
• Communication Software: (Outlook, WhatsApp) for sending messages.
6. Part 5: Software Licensing and Legal Concepts
Not all software is "bought" the same way. A License is a legal agreement describing how
software can be used.
License
Description Example
Type
You pay for a license; you cannot see or change the Windows 11,
Proprietary
code. Photoshop.
Linux, VLC Media
Open Source The code is free to see, change, and distribute.
Player.
Freeware Free to use, but the creator keeps the copyright. Skype, Adobe Reader.
Trial software provided for a limited time or with
Shareware WinZip (Trial version).
limited features.
7. Exercises & Assessment
Activity A: Software Classification
State whether the following are System Software (S) or Application Software (A):
1. Android: __________
2. Microsoft Excel: __________
3. VLC Media Player: __________
4. Windows 11: __________
5. WinZip (Utility): __________
Activity B: Licensing Quiz
1. Which type of software allows you to "try before you buy"? __________
2. If you want to modify a program's code for your own needs, which license should you
look for? __________
3. True or False: Freeware means you own the copyright of the program. __________
Teacher's Memorandum (Answer Key)
Activity A:
1. S (Operating System)
2. A (Spreadsheet)
3. A (Media player)
4. S (Operating System)
5. S (Utility software is part of System Software)
Activity B:
1. Shareware.
2. Open Source.
3. False (You can use it for free, but the author still owns it).
Conclusion
Software is the "soul" of the computer. Without the Operating System, the hardware is just a
pile of metal and plastic. By understanding the different types of software and licenses, you can
make better decisions as a user and stay within legal boundaries.