Computer Fundamentals & Components of Computer Systems – Comprehensive Study Notes
Computer System
• Integrated collection of different components that work together to yield a desirable result for the user.
• Each component serves a specific purpose yet cooperatively produces a common output.
• Formal definition: A computer system is “a collection of entities (hardware, software, and liveware) designed to receive, process, manage, and present information in a meaningful format.”
Components of Computer System
• Three primary, equally essential categories:
• Hardware
• Software
• Liveware (humanware / users)
Hardware
Definition & Key Characteristics
• Physical, tangible components that make up a computer (e.g., motherboard, processor, memory, storage drives, peripheral devices).
• Each hardware item:
• Is a concrete object made from specific materials.
• Possesses distinct dimensions, shapes, and purposes.
• Becomes “hardware” as long as it is a physical part of a computer system.
Common Hardware Parts (Illustrative Examples)
• Motherboard
• Monitor
• Keyboard
• Mouse
• (etc. — list is not exhaustive but highlights familiar devices)
Internal vs. External Hardware Overview
• Internal Hardware: Components installed inside the computer chassis.
• External Hardware: Components connected to the outside of the computer that provide additional functionality.
Internal Hardware Components
Central Processing Unit (CPU)
• Controls overall computer functions and transmits data among components.Hard Disk (HDD / SSD)
• Permanent mass-storage device for data and programs.Motherboard
• Primary circuit board; establishes communication pathways among components and manages data transmission.Random Access Memory (RAM)
• Volatile memory that temporarily stores programs and data currently in use, enabling rapid access by the CPU.
External Hardware Components
• Provide input to or receive output from the computer; attach externally via cables, wireless links, or expansion ports.
Input Devices (examples)
• Keyboard
• Mouse / Trackpad (Touchpad)
• Touchscreen
• Joystick
• Microphone
• Light Pen
• Webcam
• Speech-input devices
Output Devices (examples)
• Monitor / Display Screen (PC, tablet, smartphone)
• Printer
• Scanner
• Speaker / Headphone
• Projector
Software
Definition & Core Function
• A set of instructions, data, or programs that direct the hardware to perform specific tasks.
• Without software, hardware would be largely inoperative; software dictates how the computer functions.
• Everyday example: A web browser—software that enables internet access—makes viewing webpages (like this transcript) possible.
Two Broad Categories of Software
System Software
Application Software
System Software
• Collection of programs that control, manage, and coordinate hardware resources; operates as an intermediary between hardware and user applications.
• Ensures smooth, stable, efficient operation of the entire computer system.
Types of System Software
Operating System (OS)
• Core program that loads at startup, manages hardware, files, memory, and user interfaces.Language Processors
• Compilers, interpreters, assemblers that translate human-readable code into machine code.Device Drivers
• Specialized programs enabling the OS to communicate with specific hardware devices (printers, graphic cards, etc.).
Application Software
• Programs that users install and run to accomplish particular tasks (e.g., document editing, graphics design, web browsing, accounting).
• Usually downloaded and installed manually; tailored to user-defined objectives rather than system maintenance.
Liveware (Humanware)
• The “peopleware” component—end-users or operators interacting with the computer.
• Integral to the computer system model where:
• Hardware = tangible devices.
• Software = intangible programs.
• Liveware = humans utilizing and directing the technology.
Conceptual Connections & Significance
• A functional computer system relies on harmonious interaction of all three components:
• Hardware provides the physical capability.
• Software provides the logical instructions.
• Liveware provides the purpose, control, and context.
• Absence or malfunction of any single component undermines overall system effectiveness (e.g., powerful hardware without software cannot execute tasks; software without users serves no practical purpose).
• Understanding the distinction between internal vs. external hardware and system vs. application software aids troubleshooting, system design, and efficient resource management.
• In professional practice (e.g., Bachelor of Business Administration, Management & IT domains), familiarity with these fundamentals enables more informed decisions about technology procurement, deployment, and user support.