SlideShare a Scribd company logo
1 of 15
Download to read offline
3
COMPONENTS OF COMPUTER
SYSTEM UNIT
Prepared By: Ghayour Abbas
WHAT IS SYSTEM UNIT?
After input and output unit of the system, the main and very important
component is System unit. System unit is a case that contains all components
which are very important for the processing of data.
The main components of system unit are here under:
• Mother Board
• CPU
• Primary Memory
• Ports & connectors
• Expansion slots & Adaptor Cards
• Buses
• Power supply
MOTHER BOARD
The main board of a computer, usually containing the circuitry for the central
processing unit, keyboard, and monitor and often having slots for accepting
additional circuitry. Also called the "system board," "main board" "base board" or
"logic board,"
it is the primary printed circuit board in a computer or other electronic device. In a
modern desktop computer, the motherboard contains the CPU, chipset, sockets for
memory, as well as all the controller circuits for the disks, keyboard, mouse,
network, sound and USB. It may also have a PCI-Express slot for a high-end display
adapter and PCI slots for additional peripherals. Laptop motherboards typically
have all the peripheral controllers built in.
Shortly we can define it as
• Main circuit board in system unit
• Contains chips, integrated circuits, and transistors
• Also called system board
CENTRAL PROCESSING UNIT
The CPU stands for Central Processing Unit, is the part of a computer system that
is commonly referred to as the "brains" of a computer. The CPU is also known as
the “processor” or “microprocessor”.
The CPU is responsible for executing a sequence of stored instructions called a
program. The programs tells a computer what to do and how to do? This program
will take inputs from an input device, process the input in some way and output the
results to an output device.
PROCESS
CPUs aren’t only found in desktop or laptop computers, many electronic devices
now rely on them for their operation. Mobile phones, DVD players and washing
machines are examples of equipment that have a CPU.CPU is located in
motherboard. The speed of processing of CPU is about 500 MHz to 2.5 GHz.
PARTS OF CPU
CPU is subdivided in to three parts defined below:
1. ALU
2. CU
3. Register
CPU
1) ARITHMETIC & LOGICAL UNIT
ALU stands for “Arithmetic and Logical unit”. This unit of the CPU is capable of
performing arithmetic and logical operations. This unit of the CPU gets data from the
computer memory and perform arithmetic and logical operations on it.
Arithmetic&LogicalUnit
Control Unit
ALU is further divided in to two parts, Arithmetic unit & Logical unit.
ARITHMETIC UNIT:
The arithmetic unit of ALU performs arithmetic operations like addition, multiplication,
subtraction and division.
LOGICAL UNIT:
The Logical unit of ALU performs logical operations such as comparison of two numbers.
It tells us which number is greater and which is smaller. The common comparisons such
as less than, equal to, or greater than are performed by the logical unit.
REGISTERS:
A processor has its own memory inside it in the shape of small cells. Each memory
cell is called a "Register". Registers are used to carry data temporarily for
performing operations. There are total 13 registers in a processor. ALU gets data
from registers and stores it in registers to perform arithmetic and logical
operations. And data comes in registers from main memory of the computer.
2) CONTROL UNIT
This unit of the processor controls all the activities of the processor and also
controls the input and output devices of the computer. It acts just like a police
inspector who controls the traffic on a road.
The control unit controls the whole traffic of the computer. It tells the input device
that it is now his turn to feed data in the computer and show result of data after
execution on the output units. This unit also controls the flow of instructions, which
are given to a computer.
It obtains instructions from the program stored in main memory, interprets
(translation of instructions into computer language) the instructions, and issues
signals that cause other units of the computer to execute them
PRIMARY MEMORY
The primary memory or the main memory is part of the main computer system.
The processor or the CPU directly stores and retrieves information from it. This
memory is accessed by CPU, in random fashion. That means any location of this
memory can be accessed by the CPU to either read information from it, or to store
information in it.
There are two types of memory CPU
1. RAM
2. ROM
1) RANDOM ACCESS MEMORY (RAM)
RAM is used to store programs and data that are being used by the computer.
When the computer is turned on the RAM is empty. Data and programs can be put
into RAM from either an input device or backing store.
The data in RAM is lost when the computer is turned off so it is known as Volatile
Memory. To keep data the user must save it to backing store before the computer
is turned off.
RAM is further divided in to two types
• DRAM (Dynamic Random access Memory)
• SRAM (Static Random access Memory)
DRAM
DRAM stands for Dynamic RAM. A type of physical memory used in most personal
computers. The term dynamic indicates that the memory must be constantly
refreshed (reenergized) or it will lose its contents. RAM is sometimes referred to as
DRAM (pronounced dee-ram) to distinguish it from static RAM (SRAM). Static RAM
is faster and less volatile than dynamic RAM, but it requires more power and is
more expensive.
SRAM
SRAM stands for Static RAM. Short for static random access memory, and pronounced ess-
ram.
SRAM is a type of memory that is faster and more reliable than the more common
DRAM
(dynamic RAM). The term static is derived from the fact that it doesn't need to be
refreshed like dynamic RAM
2) READ ONLY MEMORY (ROM)
The contents of ROM are permanent. It cannot be altered by the user. The content
is written onto the ROM when it is first made. ROM keeps its contents even when
the computer is turned off and so is known as Non-Volatile Memory.
On some computers a special piece of software called the operating system is
stored in ROM. ROM is also often used in embedded systems where a small built-
in computer is used to control a device such as a washing machine. The program
that controls the machine is stored on ROM.
TYPES OF ROM
ROM is further divided in to three types
o PROM (Programmable Read-Only Memory)
o EPROM (Erasable Programmable
Read-Only Memory)
o EEPROM (Electronically Erasable Programmable Read-Only Memory)
PROM
PROMs are manufactured as blank chips on which data can be written with a special
device called a PROM programmer.
EPROM
A rewritable memory chip that holds its content without power. EPROM chips are written
on an external programming device before being placed on the mother board.
EEPROM
A rewritable memory chip that holds its content without power. EEPROMs are
typically used on circuit boards to store small amounts of instructions and data.
PORTS & CONNECTORS
A personal computer may have several ports for connecting devices such as a
trackball, expanded keyboard, flatbed scanner, touch screen, and other device
peripherals.
It is wise to check what type of port an adaptive device requires to interface with
the personal computer. Some computers have many ports, and others may only
have a select few of the ports below.
TYPES OF PORTS:
There are two types of ports
• Serial port
• Parallel port
SERIAL PORT:
Serial ports can transfer one bit at a time. A serial communication physical
interface through which information transfers in or out one bit at a time.
Throughout most of the history of personal computers, data transfer
through serial ports connected the computer to devices such as terminals
and various peripherals.
This type of transmission medium is slow as it transmit one bit at a time. It can
connect main peripherals of system unit. Like mouse, keyboard etc.
(Serial port connector and port)
PARALLEL PORT:
Parallel port can transfer more that one bit a time. A parallel port is a type of interface
found on computers for connecting various peripherals.
In computing, a parallel port is a parallel communication physical interface. It is also
known as a
printer port or Centronics port.
The IEEE 1284 standard defines the bi-directional version of the port, which allows
the transmission and reception of data bits at the same time. It is faster then
parallel port as it transfer more than one bit simultaneously
(Note: Bit will be describe in next chapters)
EXPANSTION SLOTES & ADAPTOR CARDS
Expansion slot is an opening, or socket, where circuit board is inserted into
motherboard. Expansion card inserted in expansion slot. Plug and Play was
a much-touted feature of the Windows 95 and Windows 98 operating
systems.
A PC Card slot, usually located on the side of a notebook computer, allows a
PC Card to be changed without having to open the system unit. There are
three types of PC Cards:
• Type I cards add memory capabilities to the computer
• Type II cards contain communications devices
• Type III cards house devices such as hard disks
BUSES
A highway analogy can help clarify how bus width affects the speed of
data transfer. Data moves like cars – the more lanes (greater the bus
width) the faster the traffic (data) flow. Ideally, buses used to transfer
data should be large enough to use the processing power of registers.
Sometimes, however, manufacturers reduce bus size to cut costs.
Word size, which indicates the number of bits processed in each
machine cycle, has been compared to the amount of coffee produced
with each turn of a coffee grinder’s handle. Theoretically, if word size
doubles then processor throughput also could double.
TYPES OF BUSES
• System bus
• Expansion bus
SYSTEM BUS
System bus connects processor and RAM. It is also called internal bus.
it is subdivided in to two types:
1. Address bus
2. Data bus
ADDRESS BUS
The address bus is a unidirectional pathway that carries addresses
generated by the microprocessor to the memory and I/O elements of
the computer. The size of the address bus, determined by the number
of conductors in the bus, determines the number of memory locations
and/or I/O elements the microprocessor can address.
DATA BUS
In contrast to the address bus, the data bus is bi-directional in nature.
Data flows along the data bus from the microprocessor to memory
during a Write operation. Conversely, data moves from memory to the
microprocessor during a Read operation. The direction for data
movement is the same for Read and Write operations between the
microprocessor and Input/Output devices.
EXPANSION BUS
The expansion bus (sometimes called the input/output bus) allows
various motherboard components (USB, serial, and parallel ports, cards
inserted in PCI connectors, hard drives, CD- ROM and CD-RW drives,
etc. to communicate with one another. However, it is mainly used to
add new devices using what are called expansion slots connected to the
input/output bus.

More Related Content

What's hot

computer hardware and its peripherals
computer hardware and its peripheralscomputer hardware and its peripherals
computer hardware and its peripheralslaibamukhtar1
 
COMPUTER HARDWARE ASSEMBLING
COMPUTER HARDWARE ASSEMBLING COMPUTER HARDWARE ASSEMBLING
COMPUTER HARDWARE ASSEMBLING Nikhil Sasikumar
 
Parts Of The Computer
Parts Of The ComputerParts Of The Computer
Parts Of The ComputerAaron Abraham
 
Motherboard and its components
Motherboard and its componentsMotherboard and its components
Motherboard and its componentsJishnu Pradeep
 
Communication devices
Communication devicesCommunication devices
Communication deviceshaider ali
 
CSS L11 - INTRODUCTION TO COMPUTER NETWORKS
CSS L11 - INTRODUCTION TO COMPUTER NETWORKSCSS L11 - INTRODUCTION TO COMPUTER NETWORKS
CSS L11 - INTRODUCTION TO COMPUTER NETWORKSMarvin Bronoso
 
Basic computer concepts
Basic computer conceptsBasic computer concepts
Basic computer conceptsjhayish
 
381091947 introduction-computer-systems-servicing-nc-ii
381091947 introduction-computer-systems-servicing-nc-ii381091947 introduction-computer-systems-servicing-nc-ii
381091947 introduction-computer-systems-servicing-nc-iihantos_cute
 
Parts of motherboard and its function
Parts of motherboard and its functionParts of motherboard and its function
Parts of motherboard and its functionmyebautista01031980
 
Basic computer maintenance
Basic computer maintenanceBasic computer maintenance
Basic computer maintenancegeepatty
 
Lesson 3.0 basic parts and functions of computer
Lesson 3.0   basic parts and functions of computerLesson 3.0   basic parts and functions of computer
Lesson 3.0 basic parts and functions of computerJoshua Hernandez
 
Materials, Tools, Equipment and Testing Devices
Materials, Tools, Equipment and Testing DevicesMaterials, Tools, Equipment and Testing Devices
Materials, Tools, Equipment and Testing DevicesEILLEN IVY PORTUGUEZ
 
Install computer system,devices and peripherals
Install computer system,devices and peripheralsInstall computer system,devices and peripherals
Install computer system,devices and peripheralsRaiza Janelle
 

What's hot (20)

computer hardware and its peripherals
computer hardware and its peripheralscomputer hardware and its peripherals
computer hardware and its peripherals
 
COMPUTER HARDWARE ASSEMBLING
COMPUTER HARDWARE ASSEMBLING COMPUTER HARDWARE ASSEMBLING
COMPUTER HARDWARE ASSEMBLING
 
Parts Of The Computer
Parts Of The ComputerParts Of The Computer
Parts Of The Computer
 
Motherboard and its components
Motherboard and its componentsMotherboard and its components
Motherboard and its components
 
Communication devices
Communication devicesCommunication devices
Communication devices
 
System unit components
System unit componentsSystem unit components
System unit components
 
CSS L11 - INTRODUCTION TO COMPUTER NETWORKS
CSS L11 - INTRODUCTION TO COMPUTER NETWORKSCSS L11 - INTRODUCTION TO COMPUTER NETWORKS
CSS L11 - INTRODUCTION TO COMPUTER NETWORKS
 
Disassembling a PC
Disassembling a PCDisassembling a PC
Disassembling a PC
 
Computer operation
Computer operationComputer operation
Computer operation
 
Basic computer concepts
Basic computer conceptsBasic computer concepts
Basic computer concepts
 
Module3 system unit
Module3 system unitModule3 system unit
Module3 system unit
 
381091947 introduction-computer-systems-servicing-nc-ii
381091947 introduction-computer-systems-servicing-nc-ii381091947 introduction-computer-systems-servicing-nc-ii
381091947 introduction-computer-systems-servicing-nc-ii
 
Parts of a Computer ppt
Parts of a Computer pptParts of a Computer ppt
Parts of a Computer ppt
 
Parts of motherboard and its function
Parts of motherboard and its functionParts of motherboard and its function
Parts of motherboard and its function
 
System unit
System unitSystem unit
System unit
 
Basic computer maintenance
Basic computer maintenanceBasic computer maintenance
Basic computer maintenance
 
Lesson 3.0 basic parts and functions of computer
Lesson 3.0   basic parts and functions of computerLesson 3.0   basic parts and functions of computer
Lesson 3.0 basic parts and functions of computer
 
Motherboard ppt
Motherboard pptMotherboard ppt
Motherboard ppt
 
Materials, Tools, Equipment and Testing Devices
Materials, Tools, Equipment and Testing DevicesMaterials, Tools, Equipment and Testing Devices
Materials, Tools, Equipment and Testing Devices
 
Install computer system,devices and peripherals
Install computer system,devices and peripheralsInstall computer system,devices and peripherals
Install computer system,devices and peripherals
 

Similar to 3. Component of computer - System Unit ( CSI-321)

Similar to 3. Component of computer - System Unit ( CSI-321) (20)

computer System UNit Every thing
computer System UNit Every thingcomputer System UNit Every thing
computer System UNit Every thing
 
The system unit
The system unitThe system unit
The system unit
 
Components of a computer
Components of a computerComponents of a computer
Components of a computer
 
The system unit ch # 4
The system unit ch # 4The system unit ch # 4
The system unit ch # 4
 
Components of a computer-Unit-2
Components of a computer-Unit-2Components of a computer-Unit-2
Components of a computer-Unit-2
 
Lesson three hardware basics
Lesson three hardware basicsLesson three hardware basics
Lesson three hardware basics
 
System Software ( Os )
System Software ( Os )System Software ( Os )
System Software ( Os )
 
Components of a digital computer.ppt
Components of a digital computer.pptComponents of a digital computer.ppt
Components of a digital computer.ppt
 
Computer - Hardware components
Computer -  Hardware componentsComputer -  Hardware components
Computer - Hardware components
 
Computer Organization
Computer OrganizationComputer Organization
Computer Organization
 
Computer Organization
Computer OrganizationComputer Organization
Computer Organization
 
Power Point Lesson 02
Power Point Lesson 02Power Point Lesson 02
Power Point Lesson 02
 
Lecture 2 - Computer Hardware & Operating Systems
Lecture 2 - Computer Hardware & Operating SystemsLecture 2 - Computer Hardware & Operating Systems
Lecture 2 - Computer Hardware & Operating Systems
 
Hardware and softwaretr64hwnmhf
Hardware and softwaretr64hwnmhfHardware and softwaretr64hwnmhf
Hardware and softwaretr64hwnmhf
 
WHAT-ARE-THE-DIFFERENT-HARDWARE-COMPONENT-OF-COMPUTER.pptx
WHAT-ARE-THE-DIFFERENT-HARDWARE-COMPONENT-OF-COMPUTER.pptxWHAT-ARE-THE-DIFFERENT-HARDWARE-COMPONENT-OF-COMPUTER.pptx
WHAT-ARE-THE-DIFFERENT-HARDWARE-COMPONENT-OF-COMPUTER.pptx
 
COMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTSCOMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTS
 
Hardware
HardwareHardware
Hardware
 
Computer Hardware
Computer HardwareComputer Hardware
Computer Hardware
 
Ppt Lesson 04
Ppt Lesson 04Ppt Lesson 04
Ppt Lesson 04
 
COMPUTER COMPONENTS
COMPUTER COMPONENTSCOMPUTER COMPONENTS
COMPUTER COMPONENTS
 

More from ghayour abbas

Web Development 4 (HTML & CSS)
Web Development 4 (HTML & CSS)Web Development 4 (HTML & CSS)
Web Development 4 (HTML & CSS)ghayour abbas
 
Web Development 3 (HTML & CSS)
Web Development 3  (HTML & CSS)Web Development 3  (HTML & CSS)
Web Development 3 (HTML & CSS)ghayour abbas
 
Web Development 2 (HTML & CSS)
Web Development 2 (HTML & CSS)Web Development 2 (HTML & CSS)
Web Development 2 (HTML & CSS)ghayour abbas
 
Web Development 1 (HTML & CSS)
Web Development 1 (HTML & CSS)Web Development 1 (HTML & CSS)
Web Development 1 (HTML & CSS)ghayour abbas
 
CSI-503 - 13. Scheduler and Dispatcher
CSI-503 - 13. Scheduler and Dispatcher CSI-503 - 13. Scheduler and Dispatcher
CSI-503 - 13. Scheduler and Dispatcher ghayour abbas
 
CSI-503 - 11.Distributed Operating System
CSI-503 - 11.Distributed Operating SystemCSI-503 - 11.Distributed Operating System
CSI-503 - 11.Distributed Operating Systemghayour abbas
 
SWE-401 - 10. Software Testing Overview
SWE-401 - 10. Software Testing OverviewSWE-401 - 10. Software Testing Overview
SWE-401 - 10. Software Testing Overviewghayour abbas
 
SWE-401 - 9. Software Implementation
SWE-401 - 9. Software ImplementationSWE-401 - 9. Software Implementation
SWE-401 - 9. Software Implementationghayour abbas
 
SWE-401 - 8. Software User Interface Design
SWE-401 - 8. Software User Interface DesignSWE-401 - 8. Software User Interface Design
SWE-401 - 8. Software User Interface Designghayour abbas
 
SWE-401 - 7. Software Design Strategies
SWE-401 - 7. Software Design StrategiesSWE-401 - 7. Software Design Strategies
SWE-401 - 7. Software Design Strategiesghayour abbas
 
SWE-401 - 5. Software Design Basics
SWE-401 - 5. Software Design BasicsSWE-401 - 5. Software Design Basics
SWE-401 - 5. Software Design Basicsghayour abbas
 
SWE-401 - 6. Software Analysis and Design Tools
SWE-401 - 6. Software Analysis and Design ToolsSWE-401 - 6. Software Analysis and Design Tools
SWE-401 - 6. Software Analysis and Design Toolsghayour abbas
 
SWE-401 - 4. Software Requirement Specifications
SWE-401 - 4. Software Requirement Specifications SWE-401 - 4. Software Requirement Specifications
SWE-401 - 4. Software Requirement Specifications ghayour abbas
 
SWE-401 - 3. Software Project Management
SWE-401 - 3. Software Project ManagementSWE-401 - 3. Software Project Management
SWE-401 - 3. Software Project Managementghayour abbas
 
CSI-503 - 6. Memory Management
CSI-503 - 6. Memory Management CSI-503 - 6. Memory Management
CSI-503 - 6. Memory Management ghayour abbas
 
CSI-503 - 4. Process synchronization
CSI-503 - 4. Process synchronizationCSI-503 - 4. Process synchronization
CSI-503 - 4. Process synchronizationghayour abbas
 

More from ghayour abbas (20)

TCP/IP & UDP
TCP/IP & UDPTCP/IP & UDP
TCP/IP & UDP
 
Web Development 5
Web Development 5 Web Development 5
Web Development 5
 
Web Development 4
Web Development 4Web Development 4
Web Development 4
 
Web Development 4 (HTML & CSS)
Web Development 4 (HTML & CSS)Web Development 4 (HTML & CSS)
Web Development 4 (HTML & CSS)
 
Web Development 3 (HTML & CSS)
Web Development 3  (HTML & CSS)Web Development 3  (HTML & CSS)
Web Development 3 (HTML & CSS)
 
Lab Manual CSI-321
Lab Manual CSI-321Lab Manual CSI-321
Lab Manual CSI-321
 
Web Development 2 (HTML & CSS)
Web Development 2 (HTML & CSS)Web Development 2 (HTML & CSS)
Web Development 2 (HTML & CSS)
 
Web Development 1 (HTML & CSS)
Web Development 1 (HTML & CSS)Web Development 1 (HTML & CSS)
Web Development 1 (HTML & CSS)
 
CSI-503 - 13. Scheduler and Dispatcher
CSI-503 - 13. Scheduler and Dispatcher CSI-503 - 13. Scheduler and Dispatcher
CSI-503 - 13. Scheduler and Dispatcher
 
CSI-503 - 11.Distributed Operating System
CSI-503 - 11.Distributed Operating SystemCSI-503 - 11.Distributed Operating System
CSI-503 - 11.Distributed Operating System
 
SWE-401 - 10. Software Testing Overview
SWE-401 - 10. Software Testing OverviewSWE-401 - 10. Software Testing Overview
SWE-401 - 10. Software Testing Overview
 
SWE-401 - 9. Software Implementation
SWE-401 - 9. Software ImplementationSWE-401 - 9. Software Implementation
SWE-401 - 9. Software Implementation
 
SWE-401 - 8. Software User Interface Design
SWE-401 - 8. Software User Interface DesignSWE-401 - 8. Software User Interface Design
SWE-401 - 8. Software User Interface Design
 
SWE-401 - 7. Software Design Strategies
SWE-401 - 7. Software Design StrategiesSWE-401 - 7. Software Design Strategies
SWE-401 - 7. Software Design Strategies
 
SWE-401 - 5. Software Design Basics
SWE-401 - 5. Software Design BasicsSWE-401 - 5. Software Design Basics
SWE-401 - 5. Software Design Basics
 
SWE-401 - 6. Software Analysis and Design Tools
SWE-401 - 6. Software Analysis and Design ToolsSWE-401 - 6. Software Analysis and Design Tools
SWE-401 - 6. Software Analysis and Design Tools
 
SWE-401 - 4. Software Requirement Specifications
SWE-401 - 4. Software Requirement Specifications SWE-401 - 4. Software Requirement Specifications
SWE-401 - 4. Software Requirement Specifications
 
SWE-401 - 3. Software Project Management
SWE-401 - 3. Software Project ManagementSWE-401 - 3. Software Project Management
SWE-401 - 3. Software Project Management
 
CSI-503 - 6. Memory Management
CSI-503 - 6. Memory Management CSI-503 - 6. Memory Management
CSI-503 - 6. Memory Management
 
CSI-503 - 4. Process synchronization
CSI-503 - 4. Process synchronizationCSI-503 - 4. Process synchronization
CSI-503 - 4. Process synchronization
 

Recently uploaded

microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 

Recently uploaded (20)

microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 

3. Component of computer - System Unit ( CSI-321)

  • 1. 3 COMPONENTS OF COMPUTER SYSTEM UNIT Prepared By: Ghayour Abbas WHAT IS SYSTEM UNIT? After input and output unit of the system, the main and very important component is System unit. System unit is a case that contains all components which are very important for the processing of data. The main components of system unit are here under: • Mother Board • CPU • Primary Memory • Ports & connectors • Expansion slots & Adaptor Cards • Buses • Power supply
  • 2. MOTHER BOARD The main board of a computer, usually containing the circuitry for the central processing unit, keyboard, and monitor and often having slots for accepting additional circuitry. Also called the "system board," "main board" "base board" or "logic board," it is the primary printed circuit board in a computer or other electronic device. In a modern desktop computer, the motherboard contains the CPU, chipset, sockets for memory, as well as all the controller circuits for the disks, keyboard, mouse, network, sound and USB. It may also have a PCI-Express slot for a high-end display adapter and PCI slots for additional peripherals. Laptop motherboards typically have all the peripheral controllers built in. Shortly we can define it as • Main circuit board in system unit • Contains chips, integrated circuits, and transistors • Also called system board
  • 3. CENTRAL PROCESSING UNIT The CPU stands for Central Processing Unit, is the part of a computer system that is commonly referred to as the "brains" of a computer. The CPU is also known as the “processor” or “microprocessor”. The CPU is responsible for executing a sequence of stored instructions called a program. The programs tells a computer what to do and how to do? This program will take inputs from an input device, process the input in some way and output the results to an output device. PROCESS
  • 4. CPUs aren’t only found in desktop or laptop computers, many electronic devices now rely on them for their operation. Mobile phones, DVD players and washing machines are examples of equipment that have a CPU.CPU is located in motherboard. The speed of processing of CPU is about 500 MHz to 2.5 GHz. PARTS OF CPU CPU is subdivided in to three parts defined below: 1. ALU 2. CU 3. Register CPU 1) ARITHMETIC & LOGICAL UNIT ALU stands for “Arithmetic and Logical unit”. This unit of the CPU is capable of performing arithmetic and logical operations. This unit of the CPU gets data from the computer memory and perform arithmetic and logical operations on it. Arithmetic&LogicalUnit Control Unit
  • 5. ALU is further divided in to two parts, Arithmetic unit & Logical unit. ARITHMETIC UNIT: The arithmetic unit of ALU performs arithmetic operations like addition, multiplication, subtraction and division. LOGICAL UNIT: The Logical unit of ALU performs logical operations such as comparison of two numbers. It tells us which number is greater and which is smaller. The common comparisons such as less than, equal to, or greater than are performed by the logical unit. REGISTERS: A processor has its own memory inside it in the shape of small cells. Each memory cell is called a "Register". Registers are used to carry data temporarily for performing operations. There are total 13 registers in a processor. ALU gets data from registers and stores it in registers to perform arithmetic and logical operations. And data comes in registers from main memory of the computer. 2) CONTROL UNIT This unit of the processor controls all the activities of the processor and also controls the input and output devices of the computer. It acts just like a police inspector who controls the traffic on a road. The control unit controls the whole traffic of the computer. It tells the input device that it is now his turn to feed data in the computer and show result of data after execution on the output units. This unit also controls the flow of instructions, which are given to a computer. It obtains instructions from the program stored in main memory, interprets (translation of instructions into computer language) the instructions, and issues signals that cause other units of the computer to execute them
  • 6. PRIMARY MEMORY The primary memory or the main memory is part of the main computer system. The processor or the CPU directly stores and retrieves information from it. This memory is accessed by CPU, in random fashion. That means any location of this memory can be accessed by the CPU to either read information from it, or to store information in it. There are two types of memory CPU 1. RAM 2. ROM 1) RANDOM ACCESS MEMORY (RAM) RAM is used to store programs and data that are being used by the computer. When the computer is turned on the RAM is empty. Data and programs can be put into RAM from either an input device or backing store. The data in RAM is lost when the computer is turned off so it is known as Volatile Memory. To keep data the user must save it to backing store before the computer is turned off. RAM is further divided in to two types
  • 7. • DRAM (Dynamic Random access Memory) • SRAM (Static Random access Memory) DRAM DRAM stands for Dynamic RAM. A type of physical memory used in most personal computers. The term dynamic indicates that the memory must be constantly refreshed (reenergized) or it will lose its contents. RAM is sometimes referred to as DRAM (pronounced dee-ram) to distinguish it from static RAM (SRAM). Static RAM is faster and less volatile than dynamic RAM, but it requires more power and is more expensive. SRAM SRAM stands for Static RAM. Short for static random access memory, and pronounced ess- ram. SRAM is a type of memory that is faster and more reliable than the more common DRAM
  • 8. (dynamic RAM). The term static is derived from the fact that it doesn't need to be refreshed like dynamic RAM 2) READ ONLY MEMORY (ROM) The contents of ROM are permanent. It cannot be altered by the user. The content is written onto the ROM when it is first made. ROM keeps its contents even when the computer is turned off and so is known as Non-Volatile Memory. On some computers a special piece of software called the operating system is stored in ROM. ROM is also often used in embedded systems where a small built- in computer is used to control a device such as a washing machine. The program that controls the machine is stored on ROM. TYPES OF ROM ROM is further divided in to three types o PROM (Programmable Read-Only Memory) o EPROM (Erasable Programmable Read-Only Memory) o EEPROM (Electronically Erasable Programmable Read-Only Memory) PROM PROMs are manufactured as blank chips on which data can be written with a special
  • 9. device called a PROM programmer. EPROM A rewritable memory chip that holds its content without power. EPROM chips are written on an external programming device before being placed on the mother board. EEPROM A rewritable memory chip that holds its content without power. EEPROMs are typically used on circuit boards to store small amounts of instructions and data. PORTS & CONNECTORS A personal computer may have several ports for connecting devices such as a trackball, expanded keyboard, flatbed scanner, touch screen, and other device peripherals. It is wise to check what type of port an adaptive device requires to interface with the personal computer. Some computers have many ports, and others may only have a select few of the ports below.
  • 10. TYPES OF PORTS: There are two types of ports • Serial port • Parallel port SERIAL PORT: Serial ports can transfer one bit at a time. A serial communication physical interface through which information transfers in or out one bit at a time.
  • 11. Throughout most of the history of personal computers, data transfer through serial ports connected the computer to devices such as terminals and various peripherals. This type of transmission medium is slow as it transmit one bit at a time. It can connect main peripherals of system unit. Like mouse, keyboard etc. (Serial port connector and port) PARALLEL PORT: Parallel port can transfer more that one bit a time. A parallel port is a type of interface found on computers for connecting various peripherals. In computing, a parallel port is a parallel communication physical interface. It is also known as a printer port or Centronics port. The IEEE 1284 standard defines the bi-directional version of the port, which allows the transmission and reception of data bits at the same time. It is faster then parallel port as it transfer more than one bit simultaneously (Note: Bit will be describe in next chapters)
  • 12. EXPANSTION SLOTES & ADAPTOR CARDS Expansion slot is an opening, or socket, where circuit board is inserted into motherboard. Expansion card inserted in expansion slot. Plug and Play was a much-touted feature of the Windows 95 and Windows 98 operating systems. A PC Card slot, usually located on the side of a notebook computer, allows a PC Card to be changed without having to open the system unit. There are three types of PC Cards: • Type I cards add memory capabilities to the computer • Type II cards contain communications devices • Type III cards house devices such as hard disks
  • 13. BUSES A highway analogy can help clarify how bus width affects the speed of data transfer. Data moves like cars – the more lanes (greater the bus width) the faster the traffic (data) flow. Ideally, buses used to transfer data should be large enough to use the processing power of registers. Sometimes, however, manufacturers reduce bus size to cut costs. Word size, which indicates the number of bits processed in each machine cycle, has been compared to the amount of coffee produced with each turn of a coffee grinder’s handle. Theoretically, if word size doubles then processor throughput also could double.
  • 14. TYPES OF BUSES • System bus • Expansion bus SYSTEM BUS System bus connects processor and RAM. It is also called internal bus. it is subdivided in to two types: 1. Address bus 2. Data bus ADDRESS BUS The address bus is a unidirectional pathway that carries addresses generated by the microprocessor to the memory and I/O elements of the computer. The size of the address bus, determined by the number of conductors in the bus, determines the number of memory locations and/or I/O elements the microprocessor can address. DATA BUS In contrast to the address bus, the data bus is bi-directional in nature. Data flows along the data bus from the microprocessor to memory during a Write operation. Conversely, data moves from memory to the microprocessor during a Read operation. The direction for data movement is the same for Read and Write operations between the microprocessor and Input/Output devices.
  • 15. EXPANSION BUS The expansion bus (sometimes called the input/output bus) allows various motherboard components (USB, serial, and parallel ports, cards inserted in PCI connectors, hard drives, CD- ROM and CD-RW drives, etc. to communicate with one another. However, it is mainly used to add new devices using what are called expansion slots connected to the input/output bus.