CSC103 How Computers Work
Notes1a
Last Update:
Course Introduction
- Class List
- Goals
- Outline
- Prerequisites
- Mechanics
- Assignments, Quizzes, Paper(!)
- Textbook
- TA Lab hours
Operating Systems
- Operating Systems [p.57]
- What
- History:
- Unix (1970)
- DOS (1980)
- MacOS (1984)
- Windows (1987), NT, ME, XP
- Linux (1991)
- MacOS X (2001)
- Five Components
- User command interface (Windows, icons, clicking, etc.)
- Memory Management [p.58]
- Size: bits(b) and Bytes(B)
- Hierarchy:
- registers,
- cache,
- RAM,
- magnetic disk,
- optical disk, ...
- Management
- Process Management [p.60]
- Time Sharing / Multitasking [p.59]
- Swapping [p.60]
- Unix $ top
- Devices
- Devices [p.30]
- Device drivers & BIOS
- Interrupts [p.26]
- File System [p.134] (later)
- Booting-Up [p.20]
Return to CSC103 Class Homepage: