OS Comparison Slides SysOps Academy / Module 01
SYS_OS_v2.0.26
Comprehensive Tech Unit
Battle of the OS
A deep-dive analysis into operating system architectures, interface mechanics, conventional file structures, and native program tools.
Platform Architectures File Systems System Utilities
Instructor Presentation
Unit 1: Core Architectures & Workstation Mastery
What is an Operating System?
Standard 02.01
The System Bridge
An Operating System (OS) is software that acts as the intermediary between computer physical hardware and user applications.
Without an OS, application programmers would have to write hardware-level CPU and disk commands for every program they built.
The System Stack
USER / APPLICATIONS Web Browsers, Games, Word Editors
↓ api requests ↓
OPERATING SYSTEM Windows Kernel, Darwin/macOS, Linux Kernel
↓ physical drivers ↓
COMPUTER HARDWARE CPU, RAM, Hard Drives, GPU
The OS orchestrates security policies, user privileges, memory allocation, and CPU scheduling. Slide 2 of 8
The Big Five Platforms Compared
Standard 02.01
Windows
Proprietary OS by Microsoft. Dominates global enterprise, gaming, and consumer markets. Sturdy backward-compatibility.
Desktop Standard
macOS
Proprietary OS by Apple. Built on Darwin (Unix base). Integrates tightly with premium Apple silicon and iOS devices.
Premium Desktop
UNIX / Linux
Open-source (Linux) foundation. Runs global supercomputers, cloud mainframes, servers, and smart web-hosts.
Developer Core
Android
Developed by Google. Open-source kernel base. Powers a highly customizable array of global mobile phone hardware.
Mobile Open
iOS
Proprietary closed platform by Apple for iPhones. Focuses on security sandbox models and stable system efficiency.
Mobile Closed
Proprietary operating systems lock code access, whereas open-source systems allow complete developer forks. Slide 3 of 8
Licensing Ecosystems: Proprietary vs. Open Source
Standard 02.01
Proprietary (Closed)
Source code is copyrighted and kept secret by the owning corporation. Users purchase an End User License Agreement (EULA).
Tight quality control & support guarantees
Standardized user experiences & updates
High licensing costs & zero deep modification
Examples: Microsoft Windows, Apple macOS, Apple iOS
Open Source
Source code is fully visible and editable by anyone in the world. Powered by decentralized developer communities.
Free licensing & extreme customization
Community-vetted safety & lightweight kernels
Fragmented support & higher user skill required
Examples: Linux (Ubuntu, Debian, Fedora), Google Android
Android uses an open-source Linux foundation but features proprietary Google services layered on top. Slide 4 of 8
Anatomy of the Desktop Interface
Standard 02.05
Graphical Interfaces
Operating systems provide standard graphical models (GUI) so users don't have to input pure raw commands.
1. Taskbars & Docks Holds pinned shortcuts, active applications, volume mixer, and the system clock widget.
2. Right-Click Context Menus Provides an instant contextual list of system options (New Folder, Rename, Delete) specific to your cursor target.
FILE_EXPLORER_MOCK
Research_Folder
analysis.txt
Calculator
Contextual List
New Folder
Rename
Move to Trash
OS
12:00 PM
Adding desktop shortcuts pins virtual pathways without duplicating physical stored files. Slide 5 of 8
Understanding File Extensions
Standard 02.04
.docx
Formatted Document
XML-formatted container storing word text, styled margins, page definitions, and image maps.
.xlsx
Data Spreadsheet
Tabular ledger database managing cell properties, formulas, data sheets, and charts.
.wav
Waveform Audio
Uncompressed raw sound metadata keeping pure high-fidelity audio signals. Large memory footprint.
.exe
System Installer
Binary assembly execution scripts that run directly on Windows processors to trigger software installation.
Renaming an extension manually does not change its internal format; it merely confuses the OS interpreter. Slide 6 of 8
Conventional Naming Policies
Standard 02.02
Prohibited Characters
Because operating systems utilize specific punctuation marks to decode root paths and files, you cannot include them inside file names.
/ \ : * ? " < > |
Example: naming a file history/report.txt forces the OS to look for a folder named "history" instead of a file.
Professional Casing Guidelines
Empty whitespace can break internet URLs or shell scripts. Instead, write structured file names:
Snake Case lab_reports_v2.docx
CamelCase LabReportsV2.docx
ISO Date Base 2026_08_20_Mitosis.xlsx
Avoid ambiguous names like "document.txt" or "untitled_folder_3". Use specific keywords. Slide 7 of 8
Architect Sandbox Challenge
Interactive Deck
Critical Lab Practice
Evaluate the Pathology
Imagine you have a backup disk structure mapped in your workstation, but the system is running incredibly slow and throwing disk file errors.
How would you diagnose the error? Which built-in utility displays real-time hardware percentages (CPU, RAM)? Which tool helps clean memory?
Architect Sandbox Questions:
Q1: Extension Parsing
What happens to a file if you change its format suffix from .txt to .wav?
Q2: Wildcards
Identify the illegal characters in the file name: draft:essay*.docx
Q3: Core Licensing
Why can developers edit and release custom versions of Android but not iOS?
Verify your core terminal answers in the Guided Notes before launching the Physical Lab. Slide 8 of 8
OS Guided Notes Lesson 1: Activity Guide
OS Blueprint Guided Notes
STD_SPEC_02.01
Page 1 of 2
Name: ______________________
Date: _____________
Period: ____
1. Defining the Operating System (OS)
An Operating System is the core software that manages computer hardware resources, provides a system bridge, and allows applications to interact with physical machines easily.
What would happen if a computer did NOT have an Operating System loaded?
__________________________________________________________________________________________
2. Licensing Frameworks: Proprietary vs. Open Source
Proprietary Models
What is an EULA? ______________________
List two core drawbacks: _________________
Example platforms: ____________________
Open Source Models
Where is the source code? ________________
List two core strengths: ________________
Example platforms: ____________________
3. The "Big Five" Platforms Matrix
Operating System Primary Developer License Ecosystem? Target Hardware Hardware Windows Microsoft _________________ Desktop, Laptops, Servers macOS _________________ Closed Source Premium Macintosh PCs Linux / UNIX Community _________________ _________________ Android Google Open Source _________________ iOS Apple _________________ Smartphones (iPhone)
Unit 1: Battle of the OS Guided Note Workbook - P1 Page 1 of 2
OS Blueprint Guided Notes Page 2 of 2
4. UI Navigation & Desktop Anatomy
A. The long horizontal bar containing application shortcuts, running items, and volume sliders is called the T_ _ _b_ _.
B. When you perform a right-click , a specific menu appears offering context-specific actions; this is a C_ _t_ _ _ Menu.
C. Small desktop widgets displaying real-time live info (clock, temperature, calendar) are called G_d_ _ _s.
D. An application's launch icon created on your desktop to point directly to a nested target file is a Sh_ _ _c_ _.
OS Comparison Cheat Sheet SYS_QUICK_REF_SHEET
VER_1.4
OS Comparison & Shortcuts
A curriculum-aligned reference guide comparing system platforms and physical navigation keyboard commands.
Platform Profile Comparison
Windows
License: Proprietary
Focus: PCs, Workplaces
Market Dominator
macOS
License: Proprietary
Focus: Design, Sync
Unix Foundations
Linux
License: Open Source
Focus: Servers, Code
Fully Customizable
Android
License: Open Source
Focus: Mobile Touch
Linux Kernel
iOS
License: Proprietary
Focus: Apple Phones
Locked Ecosystem
Standard Keyboard Shortcuts Comparison
Operation / Task Windows macOS Common Application Outcome Copy Selected Item Ctrl + C Cmd + C Copies item temporarily onto Clipboard buffer. Paste Item Ctrl + V Cmd + V Inserts copied buffer content at active cursor. Cut Selection Ctrl + X Cmd + X Prepares item to move, removing it from original location. Select All Content Ctrl + A Cmd + A Highlights all visible files or text on screen. Save Progress Ctrl + S Cmd + S Commits active state directly to internal hardware disk. Undo Action Ctrl + Z Cmd + Z Reverts last action performed within system. Force Close Task Alt + F4 / Ctrl+Shift+Esc Cmd+Opt+Esc Instructs processor to end active unresponsive app.
Standard Context Menu Operations
New Folder Creation
Right-click blank workspace → Select "New" → Select "Folder". Sets up a raw root container on storage.
Rename Operations
File Architects Worksheet Lesson 2: Activity Sheet
File System Architecture Lab
STD_SPEC_02.02
STD_SPEC_02.04
Name: ______________________
Date: _____________
Period: ____
1. File Naming Rules & Corrections
Operating systems reserve special characters (/ \ ? : * " < > |) for system operations. File names should be descriptive, avoid spaces where possible (use underscores or CamelCase), and contain version tags.
Identify & Explain the File Naming Error:
[!] history/report_v2.docx
Error: ________________________________________________
[!] math_homework_draft_final_version3_real.xlsx
Error: ________________________________________________
Write a Professional, Structured Name:
Scenario: Your final biology presentation on mitosis.
Answer: _____________________________________________
Scenario: Raw wave audio band interview on Aug 20.
Answer: _____________________________________________
2. Directory Trees & File Paths
C: (System Root)
│__ Users
│ │__ Student
│ │ │__ Documents
│ │ │ │__ resume.txt
│ │ │__ Music
│ │ │__ sound.wav
│__ Backup
Analyze Path Logistics:
A. Write absolute path for the file sound.wav :
Answer: _________________________________________________
B. If you copy resume.txt to backup folder, what is its path?
Answer: _________________________________________________
3. File Extension Identification
File Extension File Category Standard Program Identify Match (A-D) .docx _________________________ Microsoft Word / Google Docs Match: [ ] .wav Digital Audio File _________________________ Match: [ ] .xlsx _________________________ Microsoft Excel / Google Sheets Match: [ ] .txt Plain Unformatted Text Notepad / TextEdit Match: [ ]
[A] Raw configs / text
File Extensions Reference Sheet SYS_EXTENSION_MATRIX
VER_2.1
File Architecture Reference
Visual index of file extension formats, structural paths, and conventions for students and administrators.
Essential File Extensions Directory
Extension Format Category Default Applications Key Description & Technical Behavior .docx Formatted Document Word, Docs, Pages Microsoft XML-based rich text format. Supports fonts, styles, and embeds. .txt Plain Text Notepad, TextEdit Raw ASCII/UTF-8 character string without styled formatting. Extremely light. .xlsx Data Spreadsheet Excel, Sheets Structured grids holding cells, mathematics formulas, tables, and pivot charts. .wav Waveform Audio Media Player, VLC Uncompressed raw sound wave storage. Perfect high-fidelity, large footprint. .pdf Portable Document Acrobat Reader, Chrome Preserves layout structures identically across different screens or printers. .zip Compressed Archive WinZip, Finder, 7-Zip Packages multiple files into one file with compression to save bandwidth/disk space. .exe / .app Executable Program Windows / macOS Direct system code launched by processor. Runs software installer.
Absolute Path vs. Relative Path Syntax
Absolute Paths
Specifies the complete, exact route starting directly from the drive root sector.
C:\Users\Student\Documents\project.docx
Uniquely maps exactly one physical target file from anywhere in the system.
Relative Paths
Specifies path route relative to the current directory folder location.
..\Backup\project_backup.docx
Uses .. to step backward up one folder level.
Standardized Naming Convention Rules
Standard Best Practices
Use Snake Case: Lab_01_Mitosis_v3.docx
Use CamelCase: Lab01MitosisV3.docx
Put dates backwards: Year-Month-Day ( )
OS Mastery Workstation Lab Lesson 3: Workstation Lab
OS & File Mastery Lab
LAB_REF_103
STD_SPEC_ALL
Name: ______________________
Date: _____________
Period: ____
Active Mission: Follow these step-by-step physical workstation commands on your lab computer (Windows, macOS, or Chromebook). Once you finish a phase, have a partner or instructor sign off to confirm compliance.
PHASE 1
Directory Architecture & Tree Design
Open your native system File Explorer (or Google Drive). Create a nested organizational tree matching the specifications below.
1.1. Navigate to your standard root user folder: Documents .
1.2. Right-click blank space → Click New Folder . Name it exactly: OS_Mastery_Lab
1.3. Double-click to enter your new folder. Inside, create two sub-folders named exactly:
Subfolder 1: Research_Drafts
Subfolder 2: Backups
Sign-Off Verification
Tree verified in explorer.
INIT_1: __________
PHASE 2
File Generation, Copying, and Backups
Build and structure raw data files within your new organizational framework without causing system path collisions.
2.1. Launch your native text editor (Notepad, TextEdit, or standard Google Doc).
2.2. Write the sentence: "Operating Systems provide direct system hardware security control."
2.3. Save the file inside your Research_Drafts folder as exactly: lab_analysis_v1.txt
2.4. Right-click your file → click Copy . Navigate into your Backups folder. Right-click blank space → click Paste . Rename this backup copy to: lab_analysis_v1_BACKUP.txt
Sign-Off Verification
Copied & renamed backup.
INIT_2: __________
PHASE 3
Utilizing System Gadgets, Volumes & Clocks
Demonstrate proficiency in using standard gadgets, taskbars, shortcut pins, and preloaded system utilities.
3.1. Launch your system's offline Calculator . Convert 4,096 Kilobytes (KB) into Megabytes (MB). (Hint: Divide by 1024 ). Write the final answer in the box below.
OS and File Systems Exam Module Summative Assessment
OS & File Systems Unit Exam
CLASS_ASSESS_v4
POINTS_MAX_50
Name: ______________________
Date: _____________
Period: ____
SECTION 1
Multiple Choice (Circle the correct answer)
1. Which operating system is fully open-source, built on Unix, and dominant on global web servers?
A. Windows B. macOS C. Linux D. iOS
2. What happens physically to active data when you create a desktop shortcut link to a file?
A. The source data duplicates to another disk partition. B. A micro link is generated pointing to original target. C. The original asset is permanently compressed into ZIP. D. The program pins inside active operating system RAM.
3. What is the default, standard keyboard command to perform a copy and paste action respectively on Windows systems?
A. Ctrl+X & Ctrl+V B. Ctrl+C & Ctrl+V C. Cmd+C & Cmd+V D. Alt+C & Alt+P
4. Why are the wildcard characters / and ? prohibited in conventional file names?
A. They cause internal file extensions to become unreadable. B. Systems use them exclusively as core terminal operators. C. They block local computer volume settings adjustments. D. They are reserved for licensing proprietary platforms.
Unit 3 Exam CONTINUE TO NEXT PAGE Page 1 of 2
Module Summative Assessment Student Name: ____________________________
SECTION 2
File Extensions Match & Decode
Match the correct file extension on the left with its standard definition block on the right.
[ ] 1. .docx Microsoft Word File
[ ] 2. .xlsx Microsoft Excel Spreadsheet
[ ] 3. .zip Compressed System Folder
[ ] 4. .wav High Fidelity Wave Audio
[ ] 5. .pdf Portable Document Format
A. Combines several files into a lighter, single archived footprint.
B. Preserves raw structural page formatting so it prints identically.
C. Raw, uncompressed waveform track primarily holding clean audio data.
D. Structured grid holding rows, numeric tables, and mathematical formulas.
E. Rich text document containing margins, XML configurations, and styled fonts.