0% found this document useful (0 votes)
6 views4 pages

01computer EssentialsS

The document explains the fundamental operations of a computer, focusing on how it processes electrical signals to represent information in binary form. It details the roles of components like transistors, the CPU, memory types (RAM, HDD, SSD), and the motherboard in controlling and managing data flow. Additionally, it describes the interaction between input and output devices, emphasizing the transformation of energy and the importance of synchronization in computer architecture.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views4 pages

01computer EssentialsS

The document explains the fundamental operations of a computer, focusing on how it processes electrical signals to represent information in binary form. It details the roles of components like transistors, the CPU, memory types (RAM, HDD, SSD), and the motherboard in controlling and managing data flow. Additionally, it describes the interaction between input and output devices, emphasizing the transformation of energy and the importance of synchronization in computer architecture.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

01. Computer Essentials. Computer Architecture. Computer Hardware.

Describing how an item functions

I. Computer Essentials. Computer Architecture. Computer Hardware. Describing


How an Item Functions

1. What a Computer Actually Does

Before we talk about parts and names, we need to understand one simple fact: A
computer moves and transforms electrical signals in a controlled way.

Inside a computer, tiny electrical charges move through very small paths made of
silicon. When these charges move, they create measurable voltage levels. These
voltage levels represent information.

Information inside a computer is not letters or pictures at first. It is voltage.

A low voltage represents one state. A higher voltage represents another state. These
two states form the binary system: 0 and 1.

Binary Information: Bit and Byte

Inside a computer, every piece of information begins as a voltage level. A single


binary state - either low voltage or higher voltage - represents one unit of
information. This unit is called a bit (short for binary digit). A bit can only have two
possible values: 0 or 1. But a single bit cannot represent much. To store useful
information, bits are grouped together.

When eight bits are arranged in sequence, they form a byte. Why eight? Because
eight bits allow 256 different combinations (from 00000000 to 11111111). This is
enough to represent numbers, letters, symbols, or parts of images.

For example:

The letter “A” is stored as a specific 8-bit pattern. The number 5 is stored as another
pattern. Even a colour in an image is stored as a combination of bit groups. Larger
pieces of information are built by combining many bytes.

An instruction sent to the processor is simply a structured sequence of bytes. The


processor does not see “add” or “print”. It receives voltage patterns grouped into
bytes and reacts according to its internal wiring.

Every operation in a computer begins with the movement of electric charge. If charge
does not move, nothing happens. No calculation. No image. No sound.

So the real question becomes: How do we control the movement of electric charge in
such a precise way?

2. From Electrical Signal to Logic

Inside the processor, the movement of charge happens inside tiny components
called transistors. A transistor is a controlled switch.

1
01. Computer Essentials. Computer Architecture. Computer Hardware. Describing how an item functions

It does not “decide” anything. It simply allows or blocks current depending on the
voltage applied to its control terminal.

When voltage reaches a certain level, the transistor turns on. When the voltage
drops below that level, it turns off. This switching action creates logic.

If one transistor allows current and another blocks it, their combined behavior can
represent conditions like:

both signals present

at least one present

neither present

These combinations form logic gates: AND, OR, NOT.

A logic gate is not abstract mathematics. It is a physical arrangement of transistors


that shape how current flows.

So logic in a computer is simply controlled current flow.

If electric charge does not move through the transistors, no switching takes place.
Without switching, logic gates cannot produce a defined voltage pattern, and
therefore no logical result appears at the output.

When current flows in a controlled way, transistors switch in a predictable sequence.


This controlled switching creates stable voltage levels that represent a logical result.

3. The Central Processing Unit (CPU)

The Central Processing Unit (CPU) is the part of the computer that performs logical
operations and arithmetic operations.

Mechanically, here is what happens:

The CPU receives a binary instruction from memory. The instruction enters a circuit
called the control unit. The control unit activates specific parts of the processor.
Electrical signals move through logic gates. The result appears as a new pattern of
voltages. That result is stored back in memory.

Each instruction moves through a repeating sequence of physical actions inside the
processor. First, the processor retrieves a pattern of bits from memory. This stage is
called fetch. The bits travel through electrical pathways into a special part of the
CPU.

Next, internal circuits analyse that bit pattern. The control unit interprets the voltage
levels and determines which parts of the processor must become active. This stage
is known as decode.

2
01. Computer Essentials. Computer Architecture. Computer Hardware. Describing how an item functions

Then the required logic circuits switch on and off according to that interpretation.
Electrical signals propagate through arithmetic or logical units. The resulting voltage
pattern represents the computed outcome. This stage is execute.

Finally, the new voltage pattern is written back into memory or sent to another part of
the system. Charge is stored again in a stable configuration. This is the store stage.
The cycle then begins again with the next instruction. If one stage fails, the cycle
stops.

The CPU does not “understand” instructions. It reacts to voltage patterns according
to its internal wiring. Its speed depends on how quickly it can switch transistors on
and off. That switching frequency is called the clock frequency. Higher clock
frequency means more switching cycles per second. More cycles mean more
instructions processed.

But higher frequency also increases heat. Heat increases resistance. Too much heat
damages materials. So CPU performance always depends on physical limits.

4. Memory: Where Information Waits

The CPU cannot work without memory. Memory stores voltage states. There are
different types of memory, and each works differently at the physical level.

RAM (Random Access Memory)

RAM stores data using tiny electronic cells that hold charge temporarily. If power
stops, the charge disappears. When charge disappears, data disappears. That is
why RAM is volatile memory. RAM allows fast access because electrical paths
between the CPU and RAM are short and optimized. More RAM does not make the
CPU faster. It allows more data to remain immediately available.

Storage: Long-Term Data Retention

When information must remain available even after power is turned off, it is stored in
long-term storage devices. There are two main technologies used in modern
computers.

Hard Disk Drive (HDD)

A Hard Disk Drive stores data magnetically. Inside the device, thin circular disks
rotate at high speed. These disks are coated with magnetic material. A mechanical
arm moves over the surface and changes the orientation of microscopic magnetic
regions. When the magnetic orientation changes, it represents binary data.

Because the system relies on physical motion - spinning disks and moving arms -
access time depends on mechanical speed. Mechanical movement also causes
wear over time.

3
01. Computer Essentials. Computer Architecture. Computer Hardware. Describing how an item functions

Solid-State Drive (SSD)

A Solid-State Drive stores data electronically. Instead of using magnetic surfaces, it


uses semiconductor memory cells. These cells trap electrical charge inside insulated
regions. When charge is trapped, it represents one binary state. When charge is
removed, it represents another.

Because there are no moving mechanical parts, access time depends only on
electronic switching speed. This makes SSD devices faster and more resistant to
physical damage.

5. Input and Output: Interaction with the Physical World

A computer is useless without interaction. Input devices convert physical actions into
electrical signals. A keyboard press closes a circuit. A mouse movement changes
sensor readings. A microphone converts sound waves into changing voltages. These
signals enter the system as voltage patterns.

Output devices reverse the process. A monitor converts voltage patterns into light. A
speaker converts electrical variation into air vibration. A printer converts digital
patterns into mechanical motion and ink placement. At every stage, the mechanism
is energy transformation.

Physical actions such as pressing a key or speaking into a microphone are first
converted into electrical signals. Inside the computer, these signals are processed as
logical operations. The resulting electrical patterns are then transformed again into
visible images, sound waves, or mechanical movement. At every stage, energy
changes form but the underlying process remains controlled signal transformation.

Energy never disappears. It changes form.

6. The Motherboard: The Communication Network

All components connect through the motherboard. The motherboard is not just a flat
board. It is a structured network of conductive paths. These paths are called traces.
Signals move through traces at high speed. When signals move too fast, timing
becomes critical. If two signals arrive at slightly different times, errors may occur. To
prevent this, engineers design buses - organized communication channels with strict
timing rules.

A bus controls:

- how data moves


- when it moves
- who can send
- who must wait
Without controlled timing, the system would produce random outputs. Computer
architecture is therefore not only about components. It is about synchronization.

You might also like