Objective: Understand how a computer operates from booting up to performing tasks.
Key Concepts:
- Booting Up Your Computer:
When you turn on your computer, it begins the boot process. The computer’s operating system loads from storage (HDD or SSD) into RAM. During this time, the computer checks all essential hardware and loads the necessary drivers to ensure everything works properly.
- Running Programs:
Once the computer is booted up, you can run applications. When you open a program, the computer loads the program’s instructions into RAM. The CPU processes these instructions and carries out the tasks you request (such as displaying a document or browsing the web).
- Shutdown Process:
When you shut down your computer, the operating system stops all running programs and safely closes down the system. This ensures that no data is lost and the computer can power off safely.