Computer Fundamentals — the foundation everything else builds on.
1IPOS cycle: Input → Processing → Output, with Storage holding data between cycles.
2Hardware vs software: Hardware is physical; software is instructions. Apps run on the OS, the OS runs on hardware.
3CPU cycle: Fetch → Decode → Execute, billions of times per second. Cores + clock speed + cache define performance.
4Memory hierarchy: Registers → Cache → RAM → SSD → HDD/Cloud. Faster = smaller and pricier per GB.
5Volatile vs persistent: RAM forgets when powered off; storage remembers. Save your work.
6OS choices: Windows, macOS, Linux for desktops; Android and iOS for mobile; ChromeOS for browser-first machines.
7Files have paths and extensions: C:\Users\Maya\report.docx. The extension tells the OS which app to open.
8Networks: LAN at home, WAN/Internet across the globe. Routers link your LAN to your ISP to the internet.