Chapter 1 Notes
Chapter 1 Notes
Hardware
Hardware is the general term for the physical components that make up a
typical computer system.
Hardware is of 2 types: Internal and External
Internal Hardware device: Motherboard, CPU (Central processing unit), RAM
(Random Access memory), ROM (Read only memory), graphics card, sound
card, Network Interface card (NIC), internal storage devices: hard disk drive
and Solid-state drive (SSD)
Software
Software is the general term used for the programs that control the computer
system and process data.
Software are of 2 types: System Software and Application software.
Applications software provides the services that the user requires to solve a
given task. For example, Microsoft apps, other applications, database etc
System software is the software designed to provide a platform on which all
other software can run. For example, compilers, operating system (OS),
device drivers, utility software etc.
CPU
part of the computer that interprets and executes the commands from the
computer hardware and software.
Normally a part of the computer motherboard.
CPU in nowadays referred to as a microprocessor
This is a single integrated circuit made up of many small circuits.
This is made up of a control unit, which controls the input and output devices;
an arithmetic and logic unit (ALU), which carries out calculations and makes
logical decisions, and small memory locations called registers.
Internal Memory
Random Access Memory (RAM): internal chip where data is temporarily
stored when running applications. It is referred to as temporary/ volatile
memory as its contents are lost as soon as the computer is powered off.
Read- Only memory (ROM): Memory used to store data that is permanent.
The chip used cannot be altered, rather can only be read. The are known as
non-volatile memory. Example: Configuration data on computer.
ROM contains coding known as boot file. This tells the computer what to do
when it first starts up. It is often referred as BIOS (Basic Input Output
System). When the computer turns on, BIOS checks whether all the devices
are running properly and then it loads the OS into the RAM. The BIOS stores
the date, time and system configuration in a non-volatile chip called a CMOS
(complementary metal oxide semiconductor) – this is usually battery powered.
Input-Output devices
Input devices are hardware that allows data to be entered into a computer
They use either manual or direct data entry.
These basically turn the input into a form that the computer can understand.
For example, the mouse turns the hand movements into cursor movements
that the computer understands.
The computer may have to go through an ADC (Analogue to Digital
Converter)
before the computer reads it.
When the human operator wants to see the processed data by the computer,
we use output devices.
An output device shows the computer’s output in a form that is understood by
a human – for example, as text on a printer or moving images on a monitor.
Some devices can also act as both input and output devices such as
touchscreen.
Backing Storage