Week 2
Computer Hardware and Operating System Basics
Understand basic parts of a computer and identify important operating system information before troubleshooting a network.
Lesson recap
Learning goals
- Identify basic computer hardware components
- Explain the role of CPU, RAM, storage, network adapter, and ports
- Locate operating system information
- Check storage information
- Locate network adapter information
- Document computer information clearly
Key terms
Hardware
Physical parts of a computer.
Operating System
Software that manages hardware and user interaction (Windows, Linux, macOS).
CPU
Central Processing Unit — the main processor.
RAM
Random Access Memory — temporary working memory.
Storage Drive
HDD or SSD where files and programs are saved.
Network Adapter (NIC)
Hardware that connects the computer to a network.
Driver
Software that allows the OS to communicate with a specific piece of hardware.
MAC Address
Hardware address burned into a network adapter (e.g. 00:1A:2B:3C:4D:5E).
Curated videos
Computer Basics: Inside a Computer
GCFLearnFree
Motherboards Explained
PowerCert Animated Videos
RAM Explained — Random Access Memory
PowerCert Animated Videos
Commands
systeminfoipconfig /allwmic diskdrive get model,size,statusuname -alscpufree -hlsblkCheckpoint checklist
- Identify visible computer hardware
- Locate operating system information
- Check storage information
- Locate network adapter information
- Create computer assessment summary
- Saved required evidence
- Answered the reflection questions
Pro tips from the instructor
- ★Record the MAC address of each adapter — you'll need it for DHCP reservations and switch port security later.
- ★RAM is reported in two places (Task Manager vs. systeminfo). They can disagree by a few hundred MB because of reserved memory — that's normal.
- ★If the network adapter is missing from Device Manager, it's almost always a driver problem, not a hardware problem.
Try this — stretch exercises
Optional hands-on practice that goes beyond the workbook. Check items off as you complete them — progress saves in this browser.
- Run `systeminfo` and pipe to a file: `systeminfo > Week02_systeminfo.txt`. Attach the text file alongside your screenshot.
- On a Linux VM, try `sudo dmidecode -t memory` to see the actual RAM slot layout.
Files to save this week
- 📁 Week02_SystemInfo_YourLastName.png
- 📁 Week02_StorageInfo_YourLastName.png
- 📁 Week02_NetworkAdapters_YourLastName.png
- 📁 Week02_ComputerAssessment_YourLastName