Computer Skills Masterclass: Basic to Advanced From Desktop Navigation to OS Internals
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
| Action | How-To | Use Case |
|---|---|---|
| Right-click | Click right mouse button | Open context menu (Copy, Paste, Properties) |
| Double-click | Two quick left clicks | Open files/folders/apps |
| Drag & Drop | Hold left-click + move mouse | Move files, reorder icons, resize windows |
| Scroll | Use mouse wheel or trackpad | Navigate long documents/webpages |
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
- Insert USB → Wait for notification.
- Open File Explorer → Find USB under "This PC".
- Copy files to/from USB using methods above.
- Before unplugging: Click system tray ↑ → Right-click USB icon → "Eject" → Wait for "Safe to Remove" message.
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
| Method | Steps | Safety Check |
|---|---|---|
| Web Download | 1. Visit official vendor site 2. Download .exe/.msi 3. Run installer → Follow wizard | ✅ Check URL is HTTPS ✅ Verify publisher name in installer |
| Microsoft Store | 1. Open Microsoft Store app 2. Search app → Get/Install | ✅ Apps are Microsoft-vetted ✅ Auto-updates enabled |
Uninstalling Cleanly (The Right Way)
- Press
Windows Key + Ito open Settings. - Go to Apps → Installed apps.
- Find the app → Click
⋮(three dots) → Uninstall. - Follow the uninstaller prompts → Restart if requested.
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).
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+Jto open downloads panel OR checkC:\Users\[You]\Downloads.
Browsing Safety Checklist
| Check | What to Look For | Action |
|---|---|---|
| Secure Site | Padlock 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 Buttons | Green "Download" ads mimicking real buttons | ❌ Hover to see real URL; use official site only |
| Unknown Extensions | Browser asks to install "helper" tools | ❌ Decline unless you explicitly requested it |
Module 6: Basic Troubleshooting for Everyday Issues BEGINNER
Quick Fixes for Common Problems
| Issue | Step-by-Step Fix | When to Escalate |
|---|---|---|
| Frozen App | 1. Press Ctrl+Shift+Esc2. Find app in "Processes" 3. Click "End task" | If app crashes repeatedly after restart |
| No Sound | 1. 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 Disconnects | 1. 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 Responding | 1. 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
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
| Symptom | Root Cause | Fix |
|---|---|---|
| Slow boot / hanging at logo | Failing storage, outdated BIOS, conflicting drivers | Boot in safe mode, update BIOS, disable fast startup temporarily |
| Blue/Kernel panics | Corrupt kernel module, faulty RAM, incompatible driver | Run memory diagnostic, rollback recent driver updates, check dump logs |
| Peripherals not recognized | Interrupt conflict, missing chipset driver | Reinstall 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
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
| Symptom | Root Cause | Fix |
|---|---|---|
| GUI freezing / laggy animations | GPU driver mismatch, compositor overload | Update graphics drivers, disable hardware acceleration in apps, restart display manager |
| Touch input unresponsive | Calibration drift, overlay app interference | Restart touch driver service, boot without third-party overlays, recalibrate |
| Multiple OS won't boot | Corrupted 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}
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
| Symptom | Root Cause | Fix |
|---|---|---|
| 100% CPU usage, system sluggish | Runaway process, driver loop, malware | Use htop/Task Manager, sort by CPU, isolate PID, check event logs |
| App freezes / Not Responding | Deadlock, I/O block, thread starvation | Force close, check for pending disk/network I/O, update app |
| High context switch rate | Too many lightweight threads, misconfigured service | Limit 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
| Symptom | Root Cause | Fix |
|---|---|---|
| Out of Memory (OOM) crashes | Memory leak, insufficient RAM, unoptimized app | Identify leaking process via memory profiler, increase RAM, limit app pool |
| System thrashing / constant disk activity | Excessive swapping, undersized RAM for workload | Add physical RAM, reduce swap dependency, close background apps |
| Slow app switching | Page faults, fragmented page cache | Reboot 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)
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
| Symptom | Root Cause | Fix |
|---|---|---|
| Corrupted files / missing directories | Unsafe ejection, power loss, bad sectors | Run fsck/chkdsk, recover via testdisk, restore from backup |
| Slow file transfer / random I/O | High fragmentation, failing drive, wrong scheduler | Defrag (HDD only), check SMART data, switch to deadline/none scheduler on SSD |
| "Disk full" but space appears free | Hidden system files, orphaned inodes, trash cache | Run 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
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
| Symptom | Root Cause | Fix |
|---|---|---|
| Permission denied | Missing execute bit, wrong ownership, SELinux/AppArmor | chmod +x script.sh, sudo chown user:group file, check audit logs |
| Command not found | Path misconfigured, package not installed | echo $PATH, install via package manager, verify binary location |
| Terminal hangs / unkillable process | Orphaned child process, I/O wait, terminal emulator bug | Press 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
-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
| Symptom | Root Cause | Fix |
|---|---|---|
| Unexpected network traffic / high bandwidth | Compromised service, cryptominer, worm propagation | Isolate machine, run netstat -tulnp, scan with ClamAV/Defender, reset credentials |
| Failed logins / account lockouts | Brute force attack, password policy conflict, time sync error | Check auth logs, enable fail2ban, verify NTP sync, unlock via admin console |
| Update fails / broken dependencies | Repository mismatch, disk full, corrupted package cache | Clean 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"
🟢 Microsoft Windows Complete Practical Workbook
Exercise 1 – Starting the Computer BEGINNER
Objective
Learn how to start and log into Windows.
Instructions
- Press the Power Button and wait for Windows to load.
- At the login screen, click your user account, enter your password/PIN, and press Enter.
- Observe the Desktop, Taskbar, and Start Menu.
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.
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.
Exercise 4 – Creating Folders BEGINNER
Objective
Learn folder creation and structure.
Instructions
- Right-click Desktop → New → Folder. Name it
MS Windows Practice. - Open the folder. Inside, create four subfolders:
Documents,Pictures,Videos, andProjects.
Expected Result
MS Windows Practice
├── Documents
├── Pictures
├── Videos
└── ProjectsExercise 5 – Renaming Files and Folders BEGINNER
Objective
Rename folders.
Instructions
- Right-click the
Documentsfolder and select Rename. - Change the name to
Office Documents.
F2 keyboard shortcut.Exercise 6 – Copying Files BEGINNER
Objective
Copy files.
Instructions
- Create a text file named
Test File. - Copy the file using
Ctrl + C. - Navigate to another folder and paste using
Ctrl + V.
Exercise 7 – Moving Files BEGINNER
Objective
Move files.
Instructions
- Select a file and press
Ctrl + X(Cut). - Navigate to a different folder and press
Ctrl + V(Paste).
Exercise 8 – Deleting Files BEGINNER
Objective
Delete and restore files.
Instructions
- Select a file and press
Delete. - Open the Recycle Bin, right-click the file, and select Restore.
- To permanently delete, select a file and press
Shift + Delete.
Exercise 9 – Using File Explorer BEGINNER
Objective
Navigate folders efficiently.
Instructions
- Press
Windows + Eto open File Explorer. - Explore Desktop, Documents, Downloads, and Pictures.
- Use the Back and Forward navigation buttons.
Exercise 10 – Search for Files BEGINNER
Objective
Use Windows Search.
Instructions
- Press the
Windows Keyand typeNotepadto open the app. - Open File Explorer and use the top-right search bar to find a specific file by name.
*.jpg).Exercise 11 – Change Wallpaper BEGINNER
Objective
Customize Desktop background.
Instructions
- Right-click Desktop → Personalize → Background.
- Choose "Picture" and select an image to apply.
Exercise 12 – Change Theme BEGINNER
Objective
Apply Windows themes.
Instructions
- Go to Settings → Personalization → Themes.
- Select a pre-installed theme and observe how it changes colors and sounds.
Exercise 13 – Open Programs BEGINNER
Objective
Launch applications.
Instructions
- Use the Start Menu Search to open Notepad, Calculator, Paint, and Word.
Alt + Tab to switch between them.Exercise 14 – Install Software BEGINNER
Objective
Install applications safely.
Instructions
- Download a trusted installer (e.g., Google Chrome or VLC Media Player).
- Run the
.exefile and follow the installation wizard prompts.
Exercise 15 – Uninstall Software BEGINNER
Objective
Remove programs cleanly.
Instructions
- Open Settings → Apps → Installed Apps.
- Select an application, click the three dots (
⋮), and click Uninstall.
Exercise 16 – Connect to Wi-Fi BEGINNER
Objective
Connect to the Internet.
Instructions
- Click the Network/Wi-Fi icon in the system tray.
- Select your Wi-Fi network and enter the password.
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
| Function | Shortcut |
|---|---|
| New Tab | Ctrl+T |
| Close Tab | Ctrl+W |
| Refresh | F5 |
Ctrl+Shift+T.Exercise 18 – Calculator BEGINNER
Objective
Use the Windows Calculator.
Instructions
- Search for and open
Calculator. - Practice Addition, Subtraction, and Percentages.
Exercise 19 – Paint BEGINNER
Objective
Create basic graphics.
Instructions
- Open Paint.
- Draw a House, Circle, and Rectangle using the shape tools.
- Save the image to your Documents folder.
Exercise 20 – Snipping Tool BEGINNER
Objective
Capture screen areas.
Instructions
- Press
Windows + Shift + S. - Drag to select an area. The screenshot copies to your clipboard.
- Paste it into Paint or an email and save it.
Exercise 21 – Date and Time BEGINNER
Objective
Manage system clock.
Instructions
- Right-click the clock in the taskbar → Adjust date and time.
- Turn off "Set time automatically" and manually change the Date, Time, and Time Zone.
Exercise 22 – Language Settings BEGINNER
Objective
Add a keyboard language.
Instructions
- Go to Settings → Time & Language → Language & region.
- Click "Add a language" and install a new one.
Windows + Spacebar.Exercise 23 – Display Settings BEGINNER
Objective
Adjust screen visuals.
Instructions
- Right-click Desktop → Display settings.
- Adjust Resolution, Scale (e.g., 125%), and Brightness.
Exercise 24 – Compress Files BEGINNER
Objective
Create a ZIP archive.
Instructions
- Right-click a folder → Compress to ZIP file (or Send to → Compressed folder).
Exercise 25 – Extract ZIP Files BEGINNER
Objective
Unzip archives.
Instructions
- Right-click a .zip file → Extract All.
- Choose a destination folder and click Extract.
Exercise 26 – Hidden Files BEGINNER
Objective
View system files.
Instructions
- Open File Explorer → Click View → Check Show → Hidden items.
Exercise 27 – Password Protection BEGINNER
Objective
Secure your account.
Instructions
- Go to Settings → Accounts → Sign-in options.
- Click Password → Add to create a login password.
Exercise 28 – Windows Security BEGINNER
Objective
Review system defenses.
Instructions
- Search for and open
Windows Security. - Review "Virus & threat protection" and "Firewall & network protection".
Exercise 29 – Scan Computer BEGINNER
Objective
Run antivirus scans.
Instructions
- In Windows Security → Virus & threat protection → Click Quick scan.
Exercise 30 – Task View BEGINNER
Objective
Manage virtual desktops.
Instructions
- Press
Windows + Tab. - Click New Desktop at the top to create a virtual workspace.
Ctrl + Windows + Left/Right Arrow.Exercise 31 – Snap Windows BEGINNER
Objective
Split screen multitasking.
Instructions
- Click a window and press
Windows + Left ArroworRight Arrowto snap it.
Exercise 32 – Task Manager BEGINNER
Objective
Monitor system performance.
Instructions
- Press
Ctrl + Shift + Esc. - View the "Processes" tab to check CPU and Memory usage.
Exercise 33 – Install Printer BEGINNER
Objective
Add a printing device.
Instructions
- Go to Settings → Bluetooth & devices → Printers & scanners.
- Click Add device and select your printer.
Exercise 34 – Print Test Page BEGINNER
Objective
Execute a print job.
Instructions
- Open any document → File → Print.
- Select "Print Test Page" from the printer properties.
Exercise 35 – USB Drive Practice BEGINNER
Objective
Transfer data to external media.
Instructions
- Insert a USB drive. Open it in File Explorer.
- Copy 3 important files from your Desktop to the USB drive.
Exercise 36 – Backup Folder BEGINNER
Objective
Create data redundancy.
Instructions
- Create a copy of an entire folder and paste it into your USB drive or a cloud folder (like OneDrive).
Exercise 37 – Frozen Program BEGINNER
Objective
Recover from app crashes.
Instructions
- Open an app and intentionally freeze it (e.g., open a massive file in Notepad).
- Press
Ctrl + Shift + Esc, select the app, and click End task.
Exercise 38 – Restart Computer BEGINNER
Objective
Manage power states.
Instructions
- Click Start → Power. Practice the difference between Restart, Shut Down, and Sleep.
Exercise 39 – Office Employee Simulation FINAL PROJECT
Objective
Execute a real-world office workflow.
Instructions
- Create this exact folder structure on your Desktop:
Office Work(containing subfolders: Letters, Reports, Invoices, Images, Backup). - Create a dummy text file in each subfolder.
- Rename the files, copy them to the "Backup" folder, and compress the "Backup" folder into a ZIP.
- Move the ZIP file to a USB drive.
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
📋 Essential Windows Keyboard Shortcuts Cheat Sheet REFERENCE
Master These Shortcuts for Speed
| Function | Shortcut |
|---|---|
| File Explorer | Windows + E |
| Settings | Windows + I |
| Search | Windows + S |
| Run Dialog | Windows + R |
| Lock PC | Windows + L |
| Show Desktop | Windows + D |
| Task View | Windows + Tab |
| Screenshot (Snip) | Windows + Shift + S |
| Copy / Paste / Cut | Ctrl + C / V / X |
| Rename File | F2 |
| Refresh Window | F5 |
| Delete File | Delete |
| Permanent Delete | Shift + Delete |
| Task Manager | Ctrl + 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:
- 📺 YouTube Tutorials: Subscribe to our Channel
- 💼 Professional Network: Connect on LinkedIn
- ✍️ Tech Blog: Visit our WordPress Site
- ❓ Project Q&A: Follow our Quora Guide Profile
- 📰 Monthly Updates: Read Our Newsletter
- 🌐 Official Portfolios: Wix Site | Google Business | Strikingly Portfolio
- 🗣️ Student Forum: Join our ElaKiri Discussion Thread