Chapter 1
Chapter 1
Chapter 1
Introduction to Computer
What is a computer?
parts of a computer
Whether it's a gaming system or a home PC, the five main components that
make up a typical, present-day computer include:
• A motherboard
• A Central Processing Unit (CPU)
• A Graphics Processing Unit (GPU), also known as a video card
• Random Access Memory (RAM), also known as volatile memory
• Storage: Solid State Drive (SSD) or Hard Disk Drive (HDD)
1
In terms of construction, each of these main components is attached to the
motherboard and then put into a protective case—resembling the clean,
polished look most of us are accustomed to seeing.
1. Motherboard
What it does: Think of the motherboard as the glue that holds everything else
together.
(The motherboard’s video card and Central Processing Unit are contained in
an integrated (built-in) chipset, shown in the picture below:
What it is: The CPU is often called the "brain" of a computer, thanks to its
direct plug connection to the motherboard, and communication with all of the
computer’s other components.
2
What it does: Whenever you write a line of code (in Python, Java, C++, or any
other programming language), it's broken down into assembly language—
which is a language that the processor can understand. It fetches, decodes, and
executes these instructions.
And that’s where the CPU comes in—all the processes a computer handles are
taken care of by the CPU.
What it is: It's not uncommon to hear gamers obsess over the next new
graphics card, as these graphic cards make it possible for computers to
generate high-end visuals like those found in the many different types of video
games.
In addition to video games, though, good graphics cards also come in handy
for those who rely on images in order to execute their craft, like 3D modelers
using resource-intensive software.
What it does: Graphics cards often communicate directly with the display
monitor, meaning a graphics card won't be of much use if there isn't a high -
end monitor connected to it.
3
4. Random Access Memory (RAM)
What it is: RAM, also known as volatile memory, stores data regarding
frequently accessed programs and processes. (It's called volatile memory
because it gets erased every time the computer restarts.)
What it does: RAM helps programs and games start up and close quickly.
5. Storage
What it is: All computers need somewhere to store their data. Modern
computers either use a Hard Disk Drive (HDD) or Solid-State Drive (SSD).
What it does: HDDs are made of an actual disk onto which data is stored. The
disk is read by a mechanical arm. (HDDs are cheaper than SSDs, but are
slowly becoming more and more obsolete.)
4
SSDs have no moving parts and are faster than a hard drive, because no time
is spent waiting for a mechanical arm to find data on a physical location on
the disk.
Computer Components
Any kind of computer consists of
❖ HARDWARE
❖ SOFTWARE.
Hardware:
Computer hardware is the collection of physical elements that constitutes a
computer system. Computer hardware refers to the physical parts or
components of a computer such as a monitor, mouse, keyboard, computer data
storage, hard drive disk (HDD), system unit (graphic cards, sound cards,
memory, motherboard, and chips), etc. all of which are physical objects that
can be touched.
Input Devices
5
Example of Input Devices: -
Note: The most common use of the keyboard is the QWERTY keyboard.
Generally, a standard Keyboard has 104 keys.
Output devices
6
Example on Output Devices:
Software
Software is a generic term for organized collections of computer data and
instructions, often broken into two major categories: system software that
provides the basic non-task-specific functions of the computer, and application
software that is used by users to accomplish specific tasks.
Software Types
7
and the users of the system see it as a functional unit without having to be
concerned with the low-level details such as transferring data from memory to
disk, or rendering text onto a display. Generally, system software consists of an
operating system and some fundamental utilities such as disk formatters, file
managers, display managers, text editors, user authentication (login) and
management tools, and networking and device control software.
B. Application software is used to accomplish specific tasks other than just
running the computer system. Application software may consist of a single
program, such as an image viewer; a small collection of programs (often called
a software package) that work closely together to accomplish a task, such as a
spreadsheet or text processing system; a larger collection (often called a
software suite) of related but independent programs and packages that have a
common user interface or shared data format, such as Microsoft Office, which
consists of closely integrated word processor, spreadsheet, database, etc.; or a
software system, such as a database management system, which is a collection
of fundamental programs that may provide some service to a variety of other
independent applications.
8
Unit of Measurements
Storage measurements: The basic unit used in computer data storage is called a
bit (binary digit). Computers use these little bits, which are composed of ones and
zeros, to do things and talk to other computers. All your files, for instance, are
kept in the computer as binary files and translated into words and pictures by the
software (which is also ones and zeros). This two-number system is called a
“binary number system” since it has only two numbers in it. The decimal number
system in contrast has ten unique digits, zero through nine.
Bit BIT 0 or 1
Kilobyte KB 1024 bytes
Megabyte MB 1024 kilobytes
Gigabyte GB 1024 megabytes
Terabyte TB 1024 gigabytes
Speed measurement:
The speed of the Central Processing Unit (CPU) is measured by Hertz (Hz),
Which represents a CPU cycle. The speed of the CPU is known as Computer
Speed.
9
TYPES OF COMPUTERS
When talking about a computer or a "PC," you are usually referring to a desktop
computer found in a home or office. Today, however, the lines of what makes a
computer are blurring. Below are all the different examples of what is considered
a computer today.
10