Computer Hardware - 090411
Computer Hardware - 090411
COMPUTER HARDWARE
BSCE 1A
Group 3 Members:
Laad, Ace P.
Montuya, Janelle
Pabico, Judah C.
COMPUTER HARDWARE
REPORT OUTLINE:
I. Definition
II. Category of Hardware
a. Internal Hardware
b. External Hardware
III. Components of Hardware
a. Motherboard
b. CPU
c. RAM
d. Storage
e. PSU
f. GPU
g. Cooling Systems
h. Peripheral Devices
i. Networking
j. Sound Card
COMPUTER HARDWARE
Computer hardware refers to the physical pieces that, when assembled, constitute a
computer system. The significance of computer hardware cannot be understated. It serves as the
platform on which software and applications operate, enabling us to execute many types of tasks on
our computers.
a. Internal Hardware- Internal hardware is the hardware inside the computer or is a device
that is installed within the computer. Internal hardware includes components such as
memory, a video card, or a CPU.
b. External Hardware- External hardware components are attached to the computer to add or
enhance functionality. It includes input devices such as keyboards, a mouse, and image
scanners; and output devices such as printers, speakers, and monitors.
a. MOTHERBOARD
The motherboard is the main printed circuit board (PCB) in a computer. It's the central hub
that connects all the computer's components, including the CPU, memory, storage devices,
graphics cards, and peripherals.
Importance of a Motherboard
1. Enables component interaction: Without it, components would be isolated and
unable to work together.
2. Forms the foundation of the system: It's the base upon which the entire computer
is built.
3. Determines system capabilities: It dictates CPU compatibility, memory type/speed,
and expansion options.
Functions of a Motherboard
1. Manages Data Flow
2. Conserves Resources
3. Optimizes Power Distribution
4. Drives Communication
Components of a Motherboard
1. Mouse and keyboard connectors - These connectors are responsible for sending
instructions and receiving responses from the computer. There are two keyboard and
mouse connectors, the PS/2 and the USB.
2. Universal serial bus (USB) - The USB port is a significant part of a motherboard
that allows users to connect external peripheral devices such as printers, scanners,
and pen drives to the computer.
3. CPU socket - The central processing unit (CPU) is commonly referred to as the
computer’s brain. The CPU controls all the functions of a computer.
The CPU socket or slot on the motherboard is basically flat in shape. It has several
rows and columns of holes (pins) arranged in the square.
4. RAM Memory Slots - RAM slots connect the random access memory (RAM) to the
motherboard. RAM allows the computer to temporarily store files and programs that
are being accessed by the CPU.
Memory slots are long and located very close to each other on the motherboard.
5. Basic Input/Output (BIOS) System - The BIOS contains the firmware of the
motherboard. It consists of instructions about what to do when the computer is turned
on. It is responsible for initializing the hardware components and loading the
computer’s operating system.
6. Chipsets - The chipsets of a computer control how the computer hardware and
buses interact with the CPU and other components. Chipsets also determine the
amount of memory users can add to a motherboard and the type of connectors that
the motherboard can have.
a. Northbridge communicates with processor and memory using FSB (Front
Side Bus) , which is a set of signal pathways between the CPU and main
memory.
b. Southbridge is a single semiconductor chipset that is responsible for
controlling all onboard Input/Output functions of a computer such as USB,
The architecture of the CPU is commonly part of Von Neumann Architecture and was based
on the stored-program concept.
CPU was invented by Marcian Edward “Ted” Hoff at Intel in the 1970s along with his
visionary colleagues.
CPU Cores - pathways that are consists of billions of microscopic transistors that are
helpful in processing data
1. Efficiency Core - used to handle small tasks like background processes.Have a
lower clock speed and smaller caches but highly efficient at handling less demanding
tasks.
2. Performance Core - works on a wider set of instructions, larger caches, and higher
clock speed. They are optimized for speed and responsiveness.
● Simultaneous Multithreading - process of the CPU splitting it’s physical core into
virtual core also known as threads. This is done to increase performance and allow
each core to run two instruction streams at once.
1. Fetch - instructions from the main memory will be fetched by the CPU and
then stored in the Instruction Register (RI).
2. Decode - CPU interprets the fetched instruction that is in the form of binary
values to determine what action is required.
3. Execute - CPU performs the action specified by the instruction, whether be
arithmetic or logical operations, moving data between registers, accessing
memory, or interacting with iInput and output devices
Importance of RAM
RAM plays a crucial role in the performance of a computer because it allows for fast access
to data. The more RAM a system has, the more efficiently it can run multiple programs at the
same time without slowing down.
Types of RAM
1. DRAM (Dynamic RAM) - Commonly used in personal computers and laptops; it
constantly refreshes data to retain information.
2. SRAM (Static RAM) - Faster and more expensive than DRAM; often used in cache
memory for processors.
3. DDR RAM (Double Data Rate RAM) - Modern computers use DDR versions (DDR3,
DDR4, and DDR5), with each new generation offering faster speeds and better
efficiency.
d. STORAGE
Storage is a hardware component or device that retains digital data for short-term or
long-term use.
The choice between HDD and SSD depends on your specific needs, balancing cost,
performance, and durability.
Applications of Storage
1. Personal Use - Securely storing photos, videos, and documents, ensuring precious
memories and important files are always accessible.
2. Business Use - Managing databases, creating reliable backups, and running
enterprise applications that drive efficiency and innovation.
3. Scientific Research - Handling large datasets in fields like genomics and climate
modeling, facilitating discoveries that advance our understanding of the world.
Types of PSU
1. FULLY-MODULAR
● Every cable can be detached, allowing for full customization.
● Best for cable management and airflow, as you only use the necessary
cables.
● Usually more expensive but preferred for high-end builds and aesthetics.
2. SEMI-MODULAR
● Some cables (like the motherboard and CPU power cables) are permanently
attached, while others (like PCIe and SATA cables) can be detached.
● Offers a balance between convenience and cost.
● Reduces cable clutter compared to non-modular PSUs.
3. NON-MODULAR
● All cables are permanently attached to the PSU.
● Can result in cable clutter since unused cables cannot be removed.
● Usually more affordable and commonly found in budget builds.
GPUs work by using parallel processing, where they divide a task into smaller parts and
process them simultaneously. This allows them to perform calculations much faster than a
traditional Central Processing Unit (CPU), which handles general computing tasks.
While both GPUs and CPUs are processors, they have different strengths. CPUs are
designed for general-purpose tasks, while GPUs are optimized for graphics-intensive
workloads. GPUs excel at parallel processing, making them ideal for tasks that involve many
calculations.
Graphics cards are an add-in board (AIB) that slots into a place on a computer’s
motherboard. Graphics cards are not built into the computer itself; they are interchangeable
cards. A graphics card comes complete with a GPU.
The GPU is the main component on graphics cards. It exists alongside other components
like video RAM (VRAM) for video memory, ports (such as HDMI or DisplayPort), and a
cooling component. However, a GPU can also be built directly into the motherboard or
integrated as an all-in-one chip together with other components.
Components of a GPU
1. Processing Units: These units are responsible for performing the complex
mathematical calculations needed to render images and graphics. The more
processing units a GPU has, the more powerful it is.
- CUDA Cores (Nvidia): Nvidia's processing units, designed for parallel
processing.
- Stream Processors (AMD): AMD's equivalent to CUDA cores.
2. Memory Controller: Manages the flow of data between the GPU and its dedicated
memory (VRAM). Ensures the GPU can access data quickly and efficiently.
3. Texture Units: Apply textures to 3D models. They filter and sample textures to
make them look realistic.
4. Rasterizer: Converts 3D models into 2D images for display. It performs operations
like clipping, culling, and anti-aliasing to improve image quality.
5. Display Controller: Sends the final image to the monitor or display device. It
handles tasks like scaling, color correction, and synchronization.
Case - A computer case safeguards all of the important and expensive parts of a PC or
other computing device. Internal components include things like the motherboard, chassis,
drives, CPU and more for small desktop units, all the way through whole networks.
Types of cases
- Small Form Factor
- Mini Tower
- Mid Tower
- Full Tower
Case Cooling - Case cooling uses an air cooling system for the removal of heat from inside
the case of the system. Air cooling is a very common and cheap method of cooling. Air
cooling contains different kinds of air fans in order to pull the cool air in and push the hot air
out .
CPU Cooling - The CPU produces the heat most as compared to the other components and
there should be a proper measure for cooling the CPU in order to prevent it from damage.
The two most common method for CPU Cooling are: air cooling and liquid cooling.
Liquid cooling
- Liquid cooling uses a special water block to conduct heat away from the processor
(as well as from the chipset). Water is circulated through this block to a radiator
through the pump, where it is cooled. The radiator is provided with a fan attached to
it.
Functions/Roles
1. Communication - Networking components enable fast information exchange
between devices.
2. Data Management - They assist in managing and routing data across the network,
ensuring that the right information is sent to the correct device.
3. Network Security - Through routers and switches, these components implement
security measures and access controls to safeguard the network.
4. Scalability - Proper networking components allow the network to expand as demand
grows.
Functions/Uses
The sound card's primary function is to convert digital signals into analog output for speakers
and headphones. It also converts signals from microphones to digital input.
ANALOG DATA is represented in a physical sense. When the data is translated into coded
digital data which converts into a tangible experience. Users can experience it through
connecting speakers or headphones for sounds (ADC).
DIGITAL INPUT is a reverse function of a sound card that converts transmitted signals from
microphones, recording speech. Translating digital input to analog data (DAC).
Awati, R., & Rosencrance, L. (2021, October 6). computer hardware. Search Networking.
https://www.techtarget.com/searchnetworking/definition/hardware?fbclid=IwY2xjawIiwJFleHRuA2FlbQIxMAABHURO_
85iBqnq-qjEq838AEDXH8wptJNvtJund9zZeWnwJF7-CcMsRKrl9g_aem_gbLHqpdXbogC3UkYI0YCgA
Byte, M. (2025, January 4). A guide to computer hardware components and their functions
https://techhowtohub.com/explainers/a-guide-to-computer-hardware-components-and-their-functions/?fbclid=IwY2xja
wIg_ahleHRuA2FlbQIxMAABHfmb31bD1DkZ7RC7uGojRcLvfqPs4nyVhdJsKitweCllEn0SkDlwFvWC8A_aem_DMlUp
ypC7k8EACfHbKc6Yw
GeeksforGeeks. (2025) Network devices (hub, repeater, Bridge, switch, router, gateways and Brouter)
https://www.geeksforgeeks.org/network-devices-hub-repeater-bridge-switch-router-gateways/
Harding, S. (2022, June 17). What is a CPU core? A basic definition. Tom’s Hardware.
https://www.tomshardware.com/news/cpu-core-definition,37658.html
Harding, S. (2018, August 23). What is simultaneous multithreading? A basic definition. Tom’s Hardware.
https://www.tomshardware.com/reviews/simultaneous-multithreading-definition,5762.html
WindowsClub.
https://www.thewindowsclub.com/what-are-cpu-cores
What is an internal hardware component and state its purpose or use? (n.d.). Quora.
https://www.quora.com/What-is-an-internal-hardware-component-and-state-its-purpose-or-use?fbclid=IwY2xjawIiwIRle
HRuA2FlbQIxMAABHRTEGW6Nm0XOJHNyDUzDTiYBc4tr8LFe9l-8Za41h3w-lnwqbc0mDJWsMQ_aem__578uVEp3
v0mIsDaXTzepg#:~:text=Internal%20hardware%20is%20the%20hardware,Motherboard
Kilbane. (2009) Robert Boschert: A Man Of Many Hats Changes The World Of Power Supplies
https://www.electronicdesign.com/technologies/industrial/boards/article/21795586/robert-boschert-a-man-of-many-hat
s-changes-the-world-of-power-supplies
Kirkcaldy. (2024, July 15) Fully Modular vs Semi Modular vs Non Modular power supplies – which one should you go
for?
\https://www.pcguide.com/psu/guide/fully-modular-vs-semi-modular-vs-non-modular
BasuMallick, C. (2024, May 13). What is a motherboard? Definition, components, and functions. Spiceworks Inc.
https://www.spiceworks.com/tech/hardware/articles/what-is-motherboard/?fbclid=IwZXh0bgNhZW0CMTEAAR3rT6ycq
5gWab7-iF9il_ezqTShVC-wmwYNNkkhFgwAgy9RjixVz70qTec_aem_wyn2hKQOMYcEPMCNQnSctA
Easy, S. (2025, January 2). Components of motherboard and their functions. Scientech Easy.
https://www.scientecheasy.com/2023/07/components-of-motherboard.html/
Most popular motherboard form factors for embedded design. (2022, August 29). Premio Inc.
https://premioinc.com/blogs/blog/motherboard-form-factors
Amazon Web Services. (n.d.). What is a GPU? Amazon Web Services. https://aws.amazon.com/what-is/gpu/
TechHowToHub. (2023, November 9). A guide to computer hardware components and their functions.
TechHowToHub. https://techhowtohub.com/explainers/a-guide-to-computer-hardware-components-and-their-functions/