System software is anything that manages or supports the computer itself, rather than doing user-facing tasks directly. This subtopic also introduces how software is legally distributed.
System software includes:
Distribution and licensing models describe the legal terms under which software is made available:
| Model | Description |
|---|---|
| Open source software | Source code is publicly available; users may view, modify and redistribute it (often for free), subject to a license. |
| Proprietary software | Source code is private/closed; the company retains all rights, and usage is restricted by a paid license (e.g. Microsoft Office). |
| Freeware | Available for free, but the source code is not necessarily open, and the copyright owner retains all rights. |
| Freemium software | A free basic version is offered, with payment required to unlock additional/premium features. |
| Creative Commons | A licensing framework (not exclusive to software) that lets creators specify exactly how others may use, share or adapt their work, while still retaining some rights. |
๐ก Exam Tip
Exam questions often give a scenario and ask you to identify the licensing model โ look for keywords: 'source code available' โ open source; 'basic version free, pay for extra features' โ freemium.