Essential Computer Hardware and System Architecture Explained

Classified in Electronics

Written on in English with a size of 2.59 KB

Computer Hardware and System Architecture

Data Buses

A bus is a digital system that transfers data between computer components. It consists of wires or tracks on a printed circuit board, often including resistors, capacitors, and integrated circuits.

  • Parallel Bus: Data bytes are sent simultaneously using multiple lines with fixed functions. This allows for high data volume at moderate frequencies, proportional to the bus width.
  • Serial Bus: Data is sent bit-by-bit and reconstructed via registers or software routines. It uses fewer drivers, and bandwidth depends heavily on the frequency.

Chipset and Motherboard

A chipset is a group of integrated circuits designed for a specific processor architecture, allowing it to function on a motherboard. It serves as a bridge between the processor and other system components.

Memory Systems

  • ROM (Read-Only Memory): Stores programs required to start the computer and perform diagnostics. It is non-volatile, meaning data persists without power.
  • RAM (Random Access Memory): The primary memory where the processor receives instructions and stores active results.
  • Cache: High-speed storage used to improve performance. Common types include memory caching and disk caching.

BIOS and Operating Systems

  • BIOS: Basic software code stored on the motherboard, typically written in assembly language. It locates and initializes hardware devices during the boot process to load the operating system.
  • Operating System: The fundamental software that coordinates computer tasks, organizes information, and manages the graphical user interface.

Core Computer Components

  • Power Supply: Handles current rectification and voltage reduction.
  • Motherboard: The main printed circuit board.
  • Microprocessor: The chip that functions as the computer's brain.
  • RAM: Temporarily stores active data.
  • HDD: Provides permanent data storage.
  • Optical Devices: Used for mass external storage.
  • Ports: Electrical connection points.
  • Expansion Slots/Cards: Printed circuits installed to add functionality.

Informatics

Informatics is the branch of technology that studies the automatic processing of information.

Related entries: