Chapter 1 Cs Overview Session 1
Chapter 1 Cs Overview Session 1
CHAPTER 1
Computer System
Overview
Unit – 1 : Computer System Overview
hardware:
“Computer hardware
refers to the physical
parts of a computer and
related devices. “
1. Input unit:
➢ Control Unit
Joystick etc.
Input Unit
1. Keyboard is a typewriter like device which is
used to type in the letters, digits and commands.
MONITOR PRINTER
SPEAKER
Also known as “screen” displays
information in a similar way to Printers are the devices that
Speakers receive the sound in THE
that on a television screen. The deliver information by means of
form of electric current from the
picture on a monitor is made of printed characters on paper.
sound card and then converted to
thousands of tiny coloured dots Inkjet, LaserJet, Dot Matrix
sound format audible to user
called pixels printers are the examples
Central Processing Unit(CPU)
■ The CPU or The Central Processing Unit is the main control
center and Processing Unit.
■ It is also called the brain of computer as it guides, directs,
controls and governs the performance of a computer.
■ CPU contains :
1. Arithmetic Logic Unit(ALU)
2. Control Unit (CU)
3. Registers
PUZZLE – TIME
Arithmetic Logic Unit(ALU)
■ ALU performs all the required arithmetic and logical
operations to perform the task.
■ Whenever some data is required the CPU first looks in the cache memory, if it
is there or not.
■ If the data is found in the cache, CPU does not access Memory. Thus the
process becomes fast.
Secondary Storage Unit
■ It is required to store data in computer for the purpose of processing
in future.
■ Because primary memory has its own limitations, secondary storage
or storage unit is very much required.
■ Secondary storage is used to store large amount of data.
■ Various secondary storage devices are available in market now a
days:
■ Hard Disk
■ Pen Drive
■ CD
■ DVD
■ Blue ray Disks
■ Memory Cards
■ Magnetic Tapes
The System Bus
■ The group of wires used to connect main parts of computer system
is called System bus which creates an electronic path for the
transfer of data.
■ System bus is used to transfer data and instructions between the
various components of computer system.
■ The part of system bus that carries data is called Data Bus.
1. OPERATING SYSTEM
2. LANGUAGE PROCESSOR
Operating System
➢ It is an interface between hardware and user.
➢ It is like a manager of whole computer system.
➢ It controls all resources of hardware.
➢ It manages various applications software's.
➢ It develops an environment for the user where user can give
commands and can receive outputs.
➢ Types of OS are – Single user OS, Multi user OS, Time Sharing
OS, Real Time OS, Multiprocessing OS, Distributed OS
Language Processors
➢ A Language Processor is a special type of a computer software that
can translate the Source Code into an Object Code or machine code.
■ Source code refers to the program code written by a programmer
in a high level language such as C, Java, C++, Python etc.
■ Object code refers to a code usually in machine language or
binary code, a language that computer can understand easily.