Sunday, May 24, 2026

How to Work With Operating Systems & Computer Architecture Troubleshooting: A Practical Masterclass

Computer Skills Masterclass: Basic to Advanced

Computer Skills Masterclass: Basic to Advanced From Desktop Navigation to OS Internals

Published: May 24, 2026 | Category: IT Training & System Administration | Reading Time: ~25 mins

Welcome to your complete computer literacy guide. This page is divided into two learning paths: Basic Modules for everyday Windows users and Advanced Modules for IT professionals and system administrators. Click any module below to expand its content. All sections include practical how-to steps, troubleshooting tables, and pro tips.

🟢 Basic Modules: Everyday Computer Skills

Module 1: Computer Basics & Navigating the Desktop BEGINNER

Power Operations

  • Cold Boot: Press the physical power button to start a powered-off PC.
  • Sleep: Start Menu → Power → Sleep (quick resume, low power).
  • Restart: Start Menu → Power → Restart (applies updates, clears RAM).
  • Safe Shutdown: Save all work → Close apps → Start Menu → Power → Shut down.

The Desktop & Window Controls

  • Taskbar: Bottom bar with Start button, open apps, and system tray (clock, Wi-Fi, volume).
  • Desktop Shortcuts: Icons that launch apps/files; double-click to open.
  • Window Buttons: Minimize (–), Maximize (□), Restore (❐), Close (✕) in top-right corner.
  • Snapping: Drag a window to left/right edge to auto-resize for side-by-side multitasking.

Mouse & Keyboard Mastery

ActionHow-ToUse Case
Right-clickClick right mouse buttonOpen context menu (Copy, Paste, Properties)
Double-clickTwo quick left clicksOpen files/folders/apps
Drag & DropHold left-click + move mouseMove files, reorder icons, resize windows
ScrollUse mouse wheel or trackpadNavigate long documents/webpages
Pro Tip: Press Windows Key + D to instantly show/hide the desktop. Perfect for quickly accessing a file without minimizing apps manually.
Module 2: Advanced File Management (File Explorer) BEGINNER

Opening & Navigating File Explorer

  • Click the folder icon on the taskbar OR press Windows Key + E.
  • Default folders: Desktop, Downloads, Documents, Pictures.

Creating, Moving & Copying Files

# Keyboard Shortcuts (Universal)
Ctrl + C  → Copy selected item(s)
Ctrl + X  → Cut (move) selected item(s)
Ctrl + V  → Paste into current folder
Ctrl + Z  → Undo last action (lifesaver!)
F2        → Rename selected file/folder
  • Copy vs Cut: Copy duplicates; Cut moves the original.
  • Right-click method: Select file → Right-click → Copy/Cut → Navigate to destination → Right-click → Paste.

Renaming, Deleting & Searching

  • Rename: Select file → Press F2 → Type new name → Enter.
  • Delete: Select → Press Delete → Confirm. Files go to Recycle Bin.
  • Permanent Delete: Right-click Recycle Bin → Empty Recycle Bin.
  • Search: Use File Explorer search bar → Sort results by "Date modified" or "Type".

USB Flash Drives

  1. Insert USB → Wait for notification.
  2. Open File Explorer → Find USB under "This PC".
  3. Copy files to/from USB using methods above.
  4. Before unplugging: Click system tray ↑ → Right-click USB icon → "Eject" → Wait for "Safe to Remove" message.
Warning: Never yank a USB drive while files are transferring. Always use "Safely Remove Hardware" to avoid data corruption.
Module 3: Managing Applications (Installing & Uninstalling) BEGINNER

Launching & Pinning Apps

  • Launch: Start Menu → Type app name → Click result OR double-click desktop shortcut.
  • Pin to Taskbar: Right-click app in Start Menu → "Pin to taskbar".
  • Pin to Start: Right-click app → "Pin to Start" for tile access.

Installing Software Safely

MethodStepsSafety Check
Web Download1. Visit official vendor site
2. Download .exe/.msi
3. Run installer → Follow wizard
✅ Check URL is HTTPS
✅ Verify publisher name in installer
Microsoft Store1. Open Microsoft Store app
2. Search app → Get/Install
✅ Apps are Microsoft-vetted
✅ Auto-updates enabled

Uninstalling Cleanly (The Right Way)

  1. Press Windows Key + I to open Settings.
  2. Go to AppsInstalled apps.
  3. Find the app → Click (three dots) → Uninstall.
  4. Follow the uninstaller prompts → Restart if requested.
Crucial Rule: Never delete an app's folder or desktop shortcut to "uninstall" it. This leaves registry entries and temporary files behind, causing bloat and conflicts. Always use the official uninstaller.
Module 4: Built-in Windows Productivity Tools BEGINNER

Quick-Access Tools

  • Notepad/WordPad: Search "Notepad" → Write notes → Save as .txt (plain) or .rtf (formatted).
  • Calculator: Search "Calculator" → Switch modes via menu (Standard, Scientific, Date calculation).
  • Sticky Notes: Search "Sticky Notes" → Create color-coded reminders that persist across reboots.

Screenshots with Snipping Tool

# Capture Any Screen Area
Windows Key + Shift + S → Screen dims → Drag to select area
→ Screenshot copies to clipboard automatically

# To Save or Share:
• Paste directly into email/chat with Ctrl+V
• OR click the notification that appears → Save as PNG/JPG

Task Manager Basics

  • Open with Ctrl + Shift + Esc.
  • View running apps under "Processes" tab.
  • Sort by CPU/Memory to find resource-heavy apps.
  • Select unresponsive app → Click "End task" (use as last resort).
Pro Tip: Press Windows Key + Shift + S to snip, then immediately paste (Ctrl+V) into Teams/Email. No need to save files first!
Module 5: Web Browsers & Cloud Basics BEGINNER

Browser Navigation Essentials

  • Address Bar: Type URLs or search terms directly.
  • Tabs: Ctrl+T (new), Ctrl+W (close), Ctrl+Shift+T (reopen closed tab).
  • Bookmarks: Click ★ icon → Name bookmark → Choose folder → Save.
  • Downloads: Press Ctrl+J to open downloads panel OR check C:\Users\[You]\Downloads.

Browsing Safety Checklist

CheckWhat to Look ForAction
Secure SitePadlock icon 🔒 left of URL + "https://"✅ Safe to enter passwords
Suspicious Pop-ups"Your PC is infected! Call now!" alerts❌ Close tab immediately; never call
Fake Download ButtonsGreen "Download" ads mimicking real buttons❌ Hover to see real URL; use official site only
Unknown ExtensionsBrowser asks to install "helper" tools❌ Decline unless you explicitly requested it
Warning: If a website demands you "enable notifications" to view content, click Block. These are often used for spam ads.
Module 6: Basic Troubleshooting for Everyday Issues BEGINNER

Quick Fixes for Common Problems

IssueStep-by-Step FixWhen to Escalate
Frozen App1. Press Ctrl+Shift+Esc
2. Find app in "Processes"
3. Click "End task"
If app crashes repeatedly after restart
No Sound1. Click speaker icon in system tray
2. Check volume slider & mute
3. Click device name → Select correct output (speakers/headphones)
If no audio devices appear in list
Wi-Fi Disconnects1. Click Wi-Fi icon → Toggle Off/On
2. Re-select network → Connect
3. Restart router if issue persists
If all devices lose connection simultaneously
Printer Not Responding1. Open Settings → Bluetooth & devices → Printers
2. Click printer → "Open queue"
3. Cancel stuck jobs → Restart printer
If printer shows "Error" status after reboot

The Golden Rule of Troubleshooting

Restart First: Over 80% of glitches (slow performance, app errors, network drops) resolve after a simple restart. Save your work, restart the PC, and test again before diving deeper.

When to Ask for Help

  • ✅ You've tried the steps above and the issue persists.
  • ✅ You see error messages with codes (e.g., "0x80070005").
  • ✅ Hardware makes unusual noises (clicking HDD, burning smell).
  • 📝 Before contacting support: Note the exact error text, when it started, and what you were doing. Screenshots help!

🔷 Advanced Modules: Operating Systems & Architecture

Module 1: Introduction to Computer Systems & OS ADVANCED

Core Concepts

The OS acts as a resource manager and abstraction layer between hardware and software. It coordinates CPU execution, RAM allocation, storage I/O, and peripheral communication. Kernel space runs privileged code (memory management, device drivers), while user space hosts applications with restricted access. Communication happens via system calls and hardware interrupts.

Day-to-Day Tasks

  • Verify system specifications (CPU cores, RAM, storage type) before installing software.
  • Monitor boot times and identify startup programs impacting performance.
  • Check driver versions for GPUs, network adapters, and peripherals.

Troubleshooting

SymptomRoot CauseFix
Slow boot / hanging at logoFailing storage, outdated BIOS, conflicting driversBoot in safe mode, update BIOS, disable fast startup temporarily
Blue/Kernel panicsCorrupt kernel module, faulty RAM, incompatible driverRun memory diagnostic, rollback recent driver updates, check dump logs
Peripherals not recognizedInterrupt conflict, missing chipset driverReinstall chipset drivers, check Device Manager for yellow exclamation marks

How-To: Identify Kernel vs User Processes

# Linux
top -p 1   # Shows PID 1 (usually systemd/init - kernel space manager)
ps aux | grep -E "kernel|kworker"

# Windows
PowerShell: Get-Process | Where-Object { $_.Handles -gt 1000 } | Format-Table Name, Id, Handles
Pro Tip: Never manually kill kernel threads (usually prefixed with k or [ ] in Linux). Doing so forces a reboot or corrupts system state.
Module 2: OS Types & User Interfaces ADVANCED

Core Concepts

OS architectures vary by workload: batch (non-interactive jobs), time-sharing (CPU slicing for multiple users), real-time (deterministic response), and distributed (networked resource pooling). Desktop OSes (Windows, macOS, Linux) emphasize GUI navigation, while mobile platforms (iOS, Android) optimize for touch, sandboxing, and battery conservation.

Day-to-Day Tasks

  • Customize workspace layouts, virtual desktops, and default applications.
  • Configure multi-monitor scaling and refresh rates.
  • Manage mobile OS updates, developer options, and app permissions.

Troubleshooting

SymptomRoot CauseFix
GUI freezing / laggy animationsGPU driver mismatch, compositor overloadUpdate graphics drivers, disable hardware acceleration in apps, restart display manager
Touch input unresponsiveCalibration drift, overlay app interferenceRestart touch driver service, boot without third-party overlays, recalibrate
Multiple OS won't bootCorrupted bootloader (GRUB/Windows Boot Manager)Use live USB to repair bootloader, ensure UEFI boot order matches disk partition style

How-To: Change Default Boot OS & Configure Dual-Boot

# Linux (GRUB)
sudo nano /etc/default/grub
# Edit: GRUB_DEFAULT=0  (0 = first entry, change as needed)
sudo update-grub

# Windows (bcdedit)
bcdedit /enum | find "identifier"
bcdedit /default {identifier}
Warning: Always backup your EFI/System partition before modifying bootloaders. Incorrect edits can render the system unbootable.
Module 3: Process Management & CPU Scheduling ADVANCED

Core Concepts

A process is a program in execution with its own memory space, registers, and state. Threads are lightweight execution contexts sharing process memory. The OS uses context switching to rotate CPU time. Scheduling algorithms (FCFS, SJF, Round Robin) balance fairness, throughput, and latency. Deadlocks occur when four conditions coexist: mutual exclusion, hold & wait, no preemption, circular wait.

Day-to-Day Tasks

  • Monitor CPU usage per application and background services.
  • Adjust process priority for resource-intensive tasks (rendering, backups).
  • Identify and terminate unresponsive or runaway processes.

Troubleshooting

SymptomRoot CauseFix
100% CPU usage, system sluggishRunaway process, driver loop, malwareUse htop/Task Manager, sort by CPU, isolate PID, check event logs
App freezes / Not RespondingDeadlock, I/O block, thread starvationForce close, check for pending disk/network I/O, update app
High context switch rateToo many lightweight threads, misconfigured serviceLimit concurrent threads, adjust scheduler policy, update software

How-To: Manage Process Priority & Kill Safely

# Linux: Nice/Renice & Kill
nice -n 10 ./heavy_script.sh   # Lower priority
renice -5 -p 1234              # Raise priority
kill -15 1234                  # Graceful termination (SIGTERM)
kill -9 1234                   # Force kill (SIGKILL - use cautiously)

# Windows: WMIC & Taskkill
wmic process where name="notepad.exe" set priority=128
taskkill /IM chrome.exe /T /F
Module 4: Memory Management ADVANCED

Core Concepts

The OS maps logical addresses (used by programs) to physical RAM via page tables. Paging divides memory into fixed-size blocks, eliminating external fragmentation but risking internal waste. Virtual memory extends RAM using disk swap space via demand paging. When physical RAM fills, the OS pages out inactive data, causing thrashing if overused.

Day-to-Day Tasks

  • Monitor RAM consumption and cache usage.
  • Configure swap/page file sizes based on workload.
  • Clear temporary files and application caches regularly.

Troubleshooting

SymptomRoot CauseFix
Out of Memory (OOM) crashesMemory leak, insufficient RAM, unoptimized appIdentify leaking process via memory profiler, increase RAM, limit app pool
System thrashing / constant disk activityExcessive swapping, undersized RAM for workloadAdd physical RAM, reduce swap dependency, close background apps
Slow app switchingPage faults, fragmented page cacheReboot to clear cache, enable RAM optimization, check for SSD health

How-To: Check & Configure Virtual Memory

# Linux: View & Resize Swap
free -h
swapon --show
sudo fallocate -l 4G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile

# Windows: Adjust Pagefile
sysdm.cpl → Advanced → Performance Settings → Advanced → Change
# Uncheck "Automatically manage", set custom size (1.5x RAM recommended)
Pro Tip: Keep swap on an NVMe/SSD. HDD-based swap severely degrades performance under memory pressure.
Module 5: File Systems & Storage Optimization ADVANCED

Core Concepts

File systems (NTFS, FAT32, ext4, APFS) manage metadata, directory trees, and disk allocation. Strategies include contiguous (fast but fragments), linked (flexible but slow random access), and indexed (inode-based, modern standard). Disk schedulers (SCAN, C-SCAN, LOOK) optimize physical read/write head movement to reduce seek time.

Day-to-Day Tasks

  • Organize directory structures and enforce naming conventions.
  • Monitor disk health, temperature, and remaining lifespan.
  • Run periodic integrity checks and optimize storage.

Troubleshooting

SymptomRoot CauseFix
Corrupted files / missing directoriesUnsafe ejection, power loss, bad sectorsRun fsck/chkdsk, recover via testdisk, restore from backup
Slow file transfer / random I/OHigh fragmentation, failing drive, wrong schedulerDefrag (HDD only), check SMART data, switch to deadline/none scheduler on SSD
"Disk full" but space appears freeHidden system files, orphaned inodes, trash cacheRun df -i, clear temp/trash, check for large logs in /var

How-To: Disk Health & File System Repair

# Linux: SMART & ext4 check
sudo smartctl -a /dev/sda
sudo fsck -f /dev/sda2  # Run from live USB if mounted

# Windows: CHKDSK & Optimize
chkdsk C: /f /r
Optimize-Volume -DriveLetter C -Defrag
Warning: Never run fsck or chkdsk on a mounted active partition. Boot from recovery media or use maintenance mode.
Module 6: Basic Command Line Interface (CLI) ADVANCED

Core Concepts

The CLI provides precise, scriptable control over the OS. Core commands handle navigation (cd, pwd), file management (cp, mv, rm, mkdir), permissions (chmod, chown), and monitoring (top, htop, kill). CLI outperforms GUI for automation, remote administration, and low-overhead troubleshooting.

Day-to-Day Tasks

  • Quickly navigate directories and batch-rename files.
  • Set precise file/folder permissions for shared projects.
  • Monitor system logs and terminate hung services via terminal.

Troubleshooting

SymptomRoot CauseFix
Permission deniedMissing execute bit, wrong ownership, SELinux/AppArmorchmod +x script.sh, sudo chown user:group file, check audit logs
Command not foundPath misconfigured, package not installedecho $PATH, install via package manager, verify binary location
Terminal hangs / unkillable processOrphaned child process, I/O wait, terminal emulator bugPress Ctrl+C, then Ctrl+Z + kill %1, restart terminal session

How-To: Permissions, Monitoring & Safe Cleanup

# Set recursive permissions (read/write for owner, read for group/others)
chmod -R 755 /var/www/html
chown -R www-data:www-data /var/www/html

# Monitor & terminate
htop  # Press F9 to send signal, F3 to search
tail -f /var/log/syslog  # Live log monitoring

# Safe bulk delete (preview first!)
find /tmp -type f -name "*.log" -mtime +30 -print
find /tmp -type f -name "*.log" -mtime +30 -delete
Pro Tip: Always use -print before -delete in find commands. Accidental recursive deletion is irreversible without backups.
Module 7: Security & Administration ADVANCED

Core Concepts

Security relies on the principle of least privilege. Threats include viruses (self-replicating), worms (network-spreading), and Trojans (disguised malware). Defense layers include OS patches, firewalls, endpoint detection, and strict user account policies. Regular audits and automated updates close known CVEs before exploitation.

Day-to-Day Tasks

  • Review and apply security patches weekly.
  • Configure firewall rules and disable unused services.
  • Manage user accounts, enforce strong passwords, and enable MFA.

Troubleshooting

SymptomRoot CauseFix
Unexpected network traffic / high bandwidthCompromised service, cryptominer, worm propagationIsolate machine, run netstat -tulnp, scan with ClamAV/Defender, reset credentials
Failed logins / account lockoutsBrute force attack, password policy conflict, time sync errorCheck auth logs, enable fail2ban, verify NTP sync, unlock via admin console
Update fails / broken dependenciesRepository mismatch, disk full, corrupted package cacheClean cache (apt clean / sfc /scannow), check disk space, switch to stable repo

How-To: Firewall Rules, User Management & Patching

# Linux: UFW Firewall & Updates
sudo ufw allow 22/tcp
sudo ufw enable
sudo ufw status verbose
sudo apt update && sudo apt upgrade -y

# Windows: PowerShell Firewall & Account Creation
New-NetFirewallRule -DisplayName "Allow SSH" -Direction Inbound -Protocol TCP -LocalPort 22 -Action Allow
New-LocalUser -Name "admin_backup" -Password (ConvertTo-SecureString "Str0ngP@ss!" -AsPlainText -Force) -Description "Emergency Admin" -AccountNeverExpires
Add-LocalGroupMember -Group "Administrators" -Member "admin_backup"
Critical: Never use default passwords. Disable remote root/SSH password auth on internet-facing servers. Use SSH keys and rotate credentials quarterly.

🟢 Microsoft Windows Complete Practical Workbook

Exercise 1 – Starting the Computer BEGINNER

Objective

Learn how to start and log into Windows.

Instructions

  1. Press the Power Button and wait for Windows to load.
  2. At the login screen, click your user account, enter your password/PIN, and press Enter.
  3. Observe the Desktop, Taskbar, and Start Menu.
🏆 Challenge: Log out and log in again.
Exercise 2 – Understanding the Desktop BEGINNER

Objective

Identify Desktop components.

Instructions

  • Identify: Desktop Background, Taskbar, Start Button, Search Box, Notification Area, Clock, Recycle Bin.
  • Right-click Desktop to observe: View, Sort By, Refresh, Display Settings, Personalize.
🏆 Challenge: Change desktop icon size.
Exercise 3 – Using the Mouse BEGINNER

Objective

Practice mouse operations.

Instructions

  • Single Click: Select Recycle Bin.
  • Double Click: Open Recycle Bin.
  • Right Click: Right-click Desktop and observe menu.
  • Drag & Drop: Move an icon to another location.
🏆 Challenge: Create a folder and move it.
Exercise 4 – Creating Folders BEGINNER

Objective

Learn folder creation and structure.

Instructions

  1. Right-click Desktop → NewFolder. Name it MS Windows Practice.
  2. Open the folder. Inside, create four subfolders: Documents, Pictures, Videos, and Projects.

Expected Result

MS Windows Practice
├── Documents
├── Pictures
├── Videos
└── Projects
🏆 Challenge: Create 5 more folders inside "Projects".
Exercise 5 – Renaming Files and Folders BEGINNER

Objective

Rename folders.

Instructions

  1. Right-click the Documents folder and select Rename.
  2. Change the name to Office Documents.
🏆 Challenge: Rename all folders using the F2 keyboard shortcut.
Exercise 6 – Copying Files BEGINNER

Objective

Copy files.

Instructions

  1. Create a text file named Test File.
  2. Copy the file using Ctrl + C.
  3. Navigate to another folder and paste using Ctrl + V.
🏆 Challenge: Copy 5 files at once.
Exercise 7 – Moving Files BEGINNER

Objective

Move files.

Instructions

  1. Select a file and press Ctrl + X (Cut).
  2. Navigate to a different folder and press Ctrl + V (Paste).
🏆 Challenge: Move multiple files between folders simultaneously.
Exercise 8 – Deleting Files BEGINNER

Objective

Delete and restore files.

Instructions

  1. Select a file and press Delete.
  2. Open the Recycle Bin, right-click the file, and select Restore.
  3. To permanently delete, select a file and press Shift + Delete.
🏆 Challenge: Restore multiple files from the Recycle Bin.
Exercise 9 – Using File Explorer BEGINNER

Objective

Navigate folders efficiently.

Instructions

  1. Press Windows + E to open File Explorer.
  2. Explore Desktop, Documents, Downloads, and Pictures.
  3. Use the Back and Forward navigation buttons.
🏆 Challenge: Find a file you saved recently using the "Quick Access" or "Recent files" section.
Exercise 10 – Search for Files BEGINNER

Objective

Use Windows Search.

Instructions

  1. Press the Windows Key and type Notepad to open the app.
  2. Open File Explorer and use the top-right search bar to find a specific file by name.
🏆 Challenge: Search specifically for image files (e.g., type *.jpg).
Exercise 11 – Change Wallpaper BEGINNER

Objective

Customize Desktop background.

Instructions

  1. Right-click Desktop → PersonalizeBackground.
  2. Choose "Picture" and select an image to apply.
🏆 Challenge: Set a personal photo from your phone as your wallpaper.
Exercise 12 – Change Theme BEGINNER

Objective

Apply Windows themes.

Instructions

  1. Go to Settings → Personalization → Themes.
  2. Select a pre-installed theme and observe how it changes colors and sounds.
🏆 Challenge: Click "Browse themes" to download a new one from the Microsoft Store.
Exercise 13 – Open Programs BEGINNER

Objective

Launch applications.

Instructions

  1. Use the Start Menu Search to open Notepad, Calculator, Paint, and Word.
🏆 Challenge: Open 3 apps at the exact same time and use Alt + Tab to switch between them.
Exercise 14 – Install Software BEGINNER

Objective

Install applications safely.

Instructions

  1. Download a trusted installer (e.g., Google Chrome or VLC Media Player).
  2. Run the .exe file and follow the installation wizard prompts.
🏆 Challenge: Install a second application and pin it to your Taskbar.
Exercise 15 – Uninstall Software BEGINNER

Objective

Remove programs cleanly.

Instructions

  1. Open Settings → Apps → Installed Apps.
  2. Select an application, click the three dots (), and click Uninstall.
🏆 Challenge: Identify and uninstall 3 unused programs to free up space.
Exercise 16 – Connect to Wi-Fi BEGINNER

Objective

Connect to the Internet.

Instructions

  1. Click the Network/Wi-Fi icon in the system tray.
  2. Select your Wi-Fi network and enter the password.
🏆 Challenge: "Forget" the network and reconnect to it manually.
Exercise 17 – Web Browsing BEGINNER

Objective

Master browser navigation.

Instructions

  • Visit a search engine, a news website, and an educational site.
  • Practice opening/closing tabs and bookmarking pages.

Browser Shortcuts

FunctionShortcut
New TabCtrl+T
Close TabCtrl+W
RefreshF5
🏆 Challenge: Reopen a tab you just accidentally closed using Ctrl+Shift+T.
Exercise 18 – Calculator BEGINNER

Objective

Use the Windows Calculator.

Instructions

  1. Search for and open Calculator.
  2. Practice Addition, Subtraction, and Percentages.
🏆 Challenge: Open the menu and use the "Scientific" or "Date Calculation" mode.
Exercise 19 – Paint BEGINNER

Objective

Create basic graphics.

Instructions

  1. Open Paint.
  2. Draw a House, Circle, and Rectangle using the shape tools.
  3. Save the image to your Documents folder.
🏆 Challenge: Draw your name using the pencil tool and change the brush thickness.
Exercise 20 – Snipping Tool BEGINNER

Objective

Capture screen areas.

Instructions

  1. Press Windows + Shift + S.
  2. Drag to select an area. The screenshot copies to your clipboard.
  3. Paste it into Paint or an email and save it.
🏆 Challenge: Use the "Window Snip" mode to capture just one open application.
Exercise 21 – Date and Time BEGINNER

Objective

Manage system clock.

Instructions

  1. Right-click the clock in the taskbar → Adjust date and time.
  2. Turn off "Set time automatically" and manually change the Date, Time, and Time Zone.
🏆 Challenge: Add a second clock for a different global time zone.
Exercise 22 – Language Settings BEGINNER

Objective

Add a keyboard language.

Instructions

  1. Go to Settings → Time & Language → Language & region.
  2. Click "Add a language" and install a new one.
🏆 Challenge: Switch between keyboard layouts using Windows + Spacebar.
Exercise 23 – Display Settings BEGINNER

Objective

Adjust screen visuals.

Instructions

  1. Right-click Desktop → Display settings.
  2. Adjust Resolution, Scale (e.g., 125%), and Brightness.
🏆 Challenge: Enable "Night light" to reduce blue eye strain.
Exercise 24 – Compress Files BEGINNER

Objective

Create a ZIP archive.

Instructions

  1. Right-click a folder → Compress to ZIP file (or Send to → Compressed folder).
🏆 Challenge: Select 5 separate files, right-click, and compress them all into a single ZIP.
Exercise 25 – Extract ZIP Files BEGINNER

Objective

Unzip archives.

Instructions

  1. Right-click a .zip file → Extract All.
  2. Choose a destination folder and click Extract.
🏆 Challenge: Extract the files directly into a newly created custom folder.
Exercise 26 – Hidden Files BEGINNER

Objective

View system files.

Instructions

  1. Open File Explorer → Click View → Check ShowHidden items.
🏆 Challenge: Right-click a folder → Properties → Check "Hidden" to hide it, then unhide it.
Exercise 27 – Password Protection BEGINNER

Objective

Secure your account.

Instructions

  1. Go to Settings → Accounts → Sign-in options.
  2. Click PasswordAdd to create a login password.
🏆 Challenge: Set up a "Picture Password" or "PIN" for faster login.
Exercise 28 – Windows Security BEGINNER

Objective

Review system defenses.

Instructions

  1. Search for and open Windows Security.
  2. Review "Virus & threat protection" and "Firewall & network protection".
🏆 Challenge: Check your "Protection history" to see recent blocked threats.
Exercise 29 – Scan Computer BEGINNER

Objective

Run antivirus scans.

Instructions

  1. In Windows Security → Virus & threat protection → Click Quick scan.
🏆 Challenge: Run a "Full scan" and let it complete in the background.
Exercise 30 – Task View BEGINNER

Objective

Manage virtual desktops.

Instructions

  1. Press Windows + Tab.
  2. Click New Desktop at the top to create a virtual workspace.
🏆 Challenge: Switch between two virtual desktops using Ctrl + Windows + Left/Right Arrow.
Exercise 31 – Snap Windows BEGINNER

Objective

Split screen multitasking.

Instructions

  1. Click a window and press Windows + Left Arrow or Right Arrow to snap it.
🏆 Challenge: Snap 4 different windows to the 4 corners of your screen.
Exercise 32 – Task Manager BEGINNER

Objective

Monitor system performance.

Instructions

  1. Press Ctrl + Shift + Esc.
  2. View the "Processes" tab to check CPU and Memory usage.
🏆 Challenge: Find a non-essential background app and click "End task".
Exercise 33 – Install Printer BEGINNER

Objective

Add a printing device.

Instructions

  1. Go to Settings → Bluetooth & devices → Printers & scanners.
  2. Click Add device and select your printer.
🏆 Challenge: Set a specific printer as your "Default" printer.
Exercise 34 – Print Test Page BEGINNER

Objective

Execute a print job.

Instructions

  1. Open any document → File → Print.
  2. Select "Print Test Page" from the printer properties.
🏆 Challenge: Change the printer destination to "Microsoft Print to PDF" to save a digital copy.
Exercise 35 – USB Drive Practice BEGINNER

Objective

Transfer data to external media.

Instructions

  1. Insert a USB drive. Open it in File Explorer.
  2. Copy 3 important files from your Desktop to the USB drive.
🏆 Challenge: Always remember to click "Eject" in the system tray before physically removing the drive.
Exercise 36 – Backup Folder BEGINNER

Objective

Create data redundancy.

Instructions

  1. Create a copy of an entire folder and paste it into your USB drive or a cloud folder (like OneDrive).
🏆 Challenge: Look into Windows "File History" to schedule automatic backups.
Exercise 37 – Frozen Program BEGINNER

Objective

Recover from app crashes.

Instructions

  1. Open an app and intentionally freeze it (e.g., open a massive file in Notepad).
  2. Press Ctrl + Shift + Esc, select the app, and click End task.
🏆 Challenge: Identify which background service is using the most Memory.
Exercise 38 – Restart Computer BEGINNER

Objective

Manage power states.

Instructions

  1. Click Start → Power. Practice the difference between Restart, Shut Down, and Sleep.
🏆 Challenge: Boot the computer into "Safe Mode" via the Advanced Startup options.
Exercise 39 – Office Employee Simulation FINAL PROJECT

Objective

Execute a real-world office workflow.

Instructions

  1. Create this exact folder structure on your Desktop: Office Work (containing subfolders: Letters, Reports, Invoices, Images, Backup).
  2. Create a dummy text file in each subfolder.
  3. Rename the files, copy them to the "Backup" folder, and compress the "Backup" folder into a ZIP.
  4. Move the ZIP file to a USB drive.
🏆 Challenge: Complete this entire workflow from start to finish in under 10 minutes without using the mouse for file selection (use keyboard shortcuts).
Exercise 40 – Windows Competency Test FINAL EXAM

Objective

Prove your Windows mastery.

Instructions

Complete the following checklist without looking at any guides:

  • ✅ Create a nested folder structure
  • ✅ Rename, copy, move, and permanently delete files
  • ✅ Restore a file from the Recycle Bin
  • ✅ Connect to a Wi-Fi network
  • ✅ Install and Uninstall a software program
  • ✅ Capture a screenshot and save it
  • ✅ Create and Extract a ZIP file
  • ✅ Use Task Manager to end a task
  • ✅ Change Wallpaper and Display Scaling
  • ✅ Print a document to PDF
  • ✅ Backup a folder to an external drive
🏆 Final Challenge: If you checked every box, you are officially proficient in everyday Windows computing!
📋 Essential Windows Keyboard Shortcuts Cheat Sheet REFERENCE

Master These Shortcuts for Speed

FunctionShortcut
File ExplorerWindows + E
SettingsWindows + I
SearchWindows + S
Run DialogWindows + R
Lock PCWindows + L
Show DesktopWindows + D
Task ViewWindows + Tab
Screenshot (Snip)Windows + Shift + S
Copy / Paste / CutCtrl + C / V / X
Rename FileF2
Refresh WindowF5
Delete FileDelete
Permanent DeleteShift + Delete
Task ManagerCtrl + Shift + Esc

Conclusion

Whether you're mastering desktop basics or diving into OS internals, consistent practice is key. Use the Basic Modules to build confidence in daily computing tasks. Progress to the Advanced Modules to understand the "why" behind system behavior and gain professional administration skills. Bookmark this page, revisit troubleshooting tables when issues arise, and keep the CLI cheat sheets handy. Technology evolves—your ability to learn and adapt is your greatest tool.

💡 Pro Learning Strategy: Complete one Basic module per day for a week, then tackle one Advanced module weekly. Apply each concept immediately on your own machine (in a safe test environment for advanced tasks).

🎓 Expert ICT, Coding, School Classes, Digital Marketing & University Project Guidance

Struggling with your university final year project? Want to master coding, upscale your business with expert digital marketing, or learn absolute computer basics from scratch? We offer high-quality individual and group online classes conducted in English, Sinhala, or Tamil mediums. Get guaranteed academic success and professional growth with tailored guidance.


🎓 University Final Year Project Guidance & AI

Get specialized, end-to-end mentoring and technical support to pass your degree or master's program with flying colors:

  • 🏫 Targeted Institutes: Expert guidance tailored for BIT UCSC, UoM, SLIIT, NIBM, and other leading universities.
  • 🔬 Postgraduate Support: Comprehensive assistance for MSc Software Final Year Projects.
  • 🤖 AI & Smart Applications: Step-by-step implementation of AI, Machine Learning (ML), and automation modules.
  • Guaranteed Success: Help with documentation, system architecture, coding, and viva preparation.

🏫 School ICT & Corporate Beginner Classes

  • 💻 Non-IT Staff Computer Basics: Absolute beginner-friendly online classes covering essential computer skills, office tools, and internet operations.
  • 🎒 Primary & Secondary (Grades 1-10): Interactive online ICT classes tailored to build strong foundations from early ages.
  • 📝 Exam Prep: Dedicated training packages for GCE O/L, GCE A/L ICT, and GIT exams.
  • 🌍 Global Syllabuses: Complete curriculum coverage for Local, Edexcel, and Cambridge in English & Tamil Mediums.

📢 Software Development & Digital Marketing Services

  • ⚙️ Software & Web Development: Professional custom software application and website development built using PHP & MySQL.
  • 🎯 Social Media Management: Content creation, publishing, and channel management for Facebook, Instagram, TikTok, and YouTube.
  • 📈 Ad Boosting: Highly targeted paid advertising campaigns to drive leads, traffic, and sales to your business.

📞 Connect With Us Instantly

Book your slot for online classes or get a premium tech service quote today!

💬 WhatsApp: +94 729622034

📧 Email: ITClassSL@gmail.com


🌐 Explore Our Resources & Communities

Stay updated with our latest tutorials, project ideas, and student guides across all our official platforms:

No comments:

Post a Comment