What is system software?
Software that controls, supports, or operates a computer,
e.g., Operating Systems (OS X, Linux, Windows), Utility software (anti-virus, backup programs).
What happens when a computer is switched on?
CPU checks ROM for startup instructions → hardware tests → locates OS → loads OS into memory → hands control to OS (booting).
Role of the operating system?
What is multitasking?
OS can load/process multiple programs at the same time, allocating CPU & memory resources fairly
How does OS manage hardware?
Single-user vs multi-user OS?
Single-user: one person at a time (Windows PC)
Multi-user: multiple users simultaneously (Linux, Windows Server).
Task Manager functions?
What are file names, extensions, and paths?
File name = identifier, extension = file type & default program, path = folder location on drive.
What is metadata?
Extra info about a file describing contents, e.g., author, album, camera, date, used for search & indexing.
File manager functions?
Search, Compress/Zip, Decompress/Unzip, Export/Import (convert file formats).
What is a scheduler and why is it useful?
Runs programs at set times, checks updates, performs housekeeping tasks, runs during off-peak hours.
What is spooling in printer management?
Sends print tasks temporarily to disk until printer ready; managed in printer queue (pause, restart, delete jobs).
Why is backup important and how should it be done?
Protects against deletion, hardware failure, theft, disasters, malware. Use external/cloud media, off-site storage, encrypted/compressed files, automated scheduling.
: What security tools does an OS provide?
Access control - prevent unauthorized installations
Firewall - controls internet access
Windows Security - antivirus, account/device protection, updates, health checks.
What factors influence computer performance?
Memory (RAM) - more multitasking = more RAM
CPU - speed (GHz), cores, cache size
GPU - graphics-heavy tasks
Hard drive/SSD - faster storage improves performance.
How does malware affect computer performance?
Uses RAM & storage, slows internet, may turn computer into a botnet zombie.
How can utility software help troubleshoot a computer?
Disk scanning - checks/fixes errors
Disk defragmentation - reorganizes files for speed
Disk Cleanup - frees space by removing temp files, unused programs.
Where are startup instructions stored?
ROM chips, which retain contents when computer is off.
What is meant by the OS platform of a computer?
The operating system your computer runs on, e.g., Windows, macOS, Linux.
What are examples of operating systems on smartphones?
iOS (Apple), Android (Google).
What is the difference between system software and application software?
System software - runs/controls computer (OS, utilities)
Application software - helps user perform tasks (Word, Photoshop).
What are best practices for backing up files?
Automate backups, use external/cloud media, keep off-site, back up data only, check backups regularly.
What are key OS security practices for users?
Use standard account, enable firewall, check Windows Security, avoid admin for daily use, update software.
What is the purpose of cache memory?
Stores frequently/recently accessed data for faster retrieval → boosts performance.