SlideShare a Scribd company logo
Chapter No 4: Components of Computer-System Unit
Chapter No 4
COMPONENTS OF COMPUTER
SYSTEM UNIT
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
31
REVISION:
Components of computer: Input, Output, CPU
Output: An output is the data that has been processed in that form which is useful by user.
Output Devices: The Hardware components to view results after processing.
Monitor printer, plotter, speakers/headphone, projectors.
Chapter No 4: Components of Computer-System Unit
32
Chapter No 4: Components of Computer-System Unit
4.1) 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
33
Chapter No 4: Components of Computer-System Unit
4.2) 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 tell 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.
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 are located in motherboard. The speed of processing of CPU is
about 500 MHz to 2.5 GHz.
34
INPUT OUTPUTPROCESS
CPU/Processor
Chapter No 4: Components of Computer-System Unit
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
performs arithmetic and logical operations on it.
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.
35
ALU
CU
Arithmetic & Logical Unit
Control Unit
Chapter No 4: Components of Computer-System 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
WORKING COLLECTING
36
INPUT OUTPUT
ALU
CU
Registers
Chapter No 4: Components of Computer-System Unit
4.3) 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
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
37
Chapter No 4: Components of Computer-System Unit
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
• PROM (Programmable Read-Only Memory)
• EPROM (Erasable Programmable Read-Only Memory)
• EEPROM (Electronically Erasable Programmable Read-Only Memory)
PROM
38
Chapter No 4: Components of Computer-System Unit
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.
39
Chapter No 4: Components of Computer-System Unit
4.4) 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.
40
Chapter No 4: Components of Computer-System Unit
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)
41
Chapter No 4: Components of Computer-System Unit
4.5) 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
42
Chapter No 4: Components of Computer-System Unit
4.6) 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.
43
Chapter No 4: Components of Computer-System Unit
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.
44
Chapter No 4: Components of Computer-System Unit
4.7) POWER SUPPLY
It supplies electric supply to all components of system unit. It Converts alternating current (AC)
to direct current (DC). It is responsible for supply of power to all components according to its
voltage. Min voltage which power supplied is 3V and converts to 24 V. Some peripheral
devices have AC adapter like printers and scanners.
45
Ad

More Related Content

What's hot (20)

Basic Computer Concepts
Basic Computer ConceptsBasic Computer Concepts
Basic Computer Concepts
JOANA MARIE DIESTA
 
Interrupts
Interrupts Interrupts
Interrupts
Zara Tariq
 
Basic Computer Operation.pptx
Basic Computer Operation.pptxBasic Computer Operation.pptx
Basic Computer Operation.pptx
MariaFilipina
 
Parts Of The Computer
Parts Of The ComputerParts Of The Computer
Parts Of The Computer
Aaron Abraham
 
Memory modules
Memory modulesMemory modules
Memory modules
Sana Sini
 
Computer repair and maintenance
Computer repair and maintenanceComputer repair and maintenance
Computer repair and maintenance
Cornelius Micah
 
Chapter 02 instructions language of the computer
Chapter 02   instructions language of the computerChapter 02   instructions language of the computer
Chapter 02 instructions language of the computer
Bảo Hoang
 
Basic computer maintenance
Basic computer maintenanceBasic computer maintenance
Basic computer maintenance
geepatty
 
COMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTSCOMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTS
SHIVALI NEGI
 
Motherboard components
Motherboard componentsMotherboard components
Motherboard components
Jins Mathew
 
Types of computers grade1
Types of computers  grade1Types of computers  grade1
Types of computers grade1
LinaHamwi93
 
Computer maintenance 1 lesson 1
Computer maintenance 1 lesson 1Computer maintenance 1 lesson 1
Computer maintenance 1 lesson 1
abbas mohd
 
computer hardware and its peripherals
computer hardware and its peripheralscomputer hardware and its peripherals
computer hardware and its peripherals
laibamukhtar1
 
Motherboard, It's Functions and It's Components
Motherboard, It's Functions and It's ComponentsMotherboard, It's Functions and It's Components
Motherboard, It's Functions and It's Components
PreSolutions Softwares
 
Inside a computer case
Inside a computer caseInside a computer case
Inside a computer case
OwenBugni
 
Data flow in a computer
Data flow in a computerData flow in a computer
Data flow in a computer
OriginalGSM
 
Computer maintenance-and-repair
Computer maintenance-and-repairComputer maintenance-and-repair
Computer maintenance-and-repair
MBARUSHIMANA anaclet
 
Computer storage & type of storage.
Computer storage & type of storage.Computer storage & type of storage.
Computer storage & type of storage.
Niloy Biswas
 
Lesson plan storage devices(latest)
Lesson plan storage devices(latest)Lesson plan storage devices(latest)
Lesson plan storage devices(latest)
fizahPhd
 
Basic Computer Troubleshooting
Basic Computer TroubleshootingBasic Computer Troubleshooting
Basic Computer Troubleshooting
Meredith Martin
 
Basic Computer Operation.pptx
Basic Computer Operation.pptxBasic Computer Operation.pptx
Basic Computer Operation.pptx
MariaFilipina
 
Parts Of The Computer
Parts Of The ComputerParts Of The Computer
Parts Of The Computer
Aaron Abraham
 
Memory modules
Memory modulesMemory modules
Memory modules
Sana Sini
 
Computer repair and maintenance
Computer repair and maintenanceComputer repair and maintenance
Computer repair and maintenance
Cornelius Micah
 
Chapter 02 instructions language of the computer
Chapter 02   instructions language of the computerChapter 02   instructions language of the computer
Chapter 02 instructions language of the computer
Bảo Hoang
 
Basic computer maintenance
Basic computer maintenanceBasic computer maintenance
Basic computer maintenance
geepatty
 
COMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTSCOMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTS
SHIVALI NEGI
 
Motherboard components
Motherboard componentsMotherboard components
Motherboard components
Jins Mathew
 
Types of computers grade1
Types of computers  grade1Types of computers  grade1
Types of computers grade1
LinaHamwi93
 
Computer maintenance 1 lesson 1
Computer maintenance 1 lesson 1Computer maintenance 1 lesson 1
Computer maintenance 1 lesson 1
abbas mohd
 
computer hardware and its peripherals
computer hardware and its peripheralscomputer hardware and its peripherals
computer hardware and its peripherals
laibamukhtar1
 
Motherboard, It's Functions and It's Components
Motherboard, It's Functions and It's ComponentsMotherboard, It's Functions and It's Components
Motherboard, It's Functions and It's Components
PreSolutions Softwares
 
Inside a computer case
Inside a computer caseInside a computer case
Inside a computer case
OwenBugni
 
Data flow in a computer
Data flow in a computerData flow in a computer
Data flow in a computer
OriginalGSM
 
Computer storage & type of storage.
Computer storage & type of storage.Computer storage & type of storage.
Computer storage & type of storage.
Niloy Biswas
 
Lesson plan storage devices(latest)
Lesson plan storage devices(latest)Lesson plan storage devices(latest)
Lesson plan storage devices(latest)
fizahPhd
 
Basic Computer Troubleshooting
Basic Computer TroubleshootingBasic Computer Troubleshooting
Basic Computer Troubleshooting
Meredith Martin
 

Similar to computer System UNit Every thing (20)

3. Component of computer - System Unit ( CSI-321)
3. Component of computer - System Unit  ( CSI-321) 3. Component of computer - System Unit  ( CSI-321)
3. Component of computer - System Unit ( CSI-321)
ghayour abbas
 
Components of a computer
Components of a computerComponents of a computer
Components of a computer
DibyenduBiswas31
 
The system unit
The system unitThe system unit
The system unit
University Institute of Management sciences
 
Components of a digital computer.ppt
Components of a digital computer.pptComponents of a digital computer.ppt
Components of a digital computer.ppt
DibyenduBiswas31
 
Microcontroller part 1
Microcontroller part 1Microcontroller part 1
Microcontroller part 1
Keroles karam khalil
 
Pankaj kumar
Pankaj kumar Pankaj kumar
Pankaj kumar
Online Assignment Help
 
Ise iv-computer organization [10 cs46]-notes new
Ise iv-computer  organization [10 cs46]-notes newIse iv-computer  organization [10 cs46]-notes new
Ise iv-computer organization [10 cs46]-notes new
dilshad begum
 
Multimedia Technology
Multimedia TechnologyMultimedia Technology
Multimedia Technology
mandalina landy
 
System Software ( Os )
System Software ( Os )System Software ( Os )
System Software ( Os )
Paula Smith
 
The system unit ch # 4
The system unit ch # 4The system unit ch # 4
The system unit ch # 4
Rana Usman Sattar
 
Basic of operating system
Basic of operating systemBasic of operating system
Basic of operating system
priyanka jain
 
COMPUTER ORGANIZATION for beginner and a
COMPUTER ORGANIZATION for beginner and aCOMPUTER ORGANIZATION for beginner and a
COMPUTER ORGANIZATION for beginner and a
souviksaha568212
 
Components of a computer-Unit-2
Components of a computer-Unit-2Components of a computer-Unit-2
Components of a computer-Unit-2
H.H Prince Aga Khan Higher Secondary School, Amynabad, Hyderabad
 
Lecture 2 - Computer Hardware & Operating Systems
Lecture 2 - Computer Hardware & Operating SystemsLecture 2 - Computer Hardware & Operating Systems
Lecture 2 - Computer Hardware & Operating Systems
Jack Hyman
 
Unit 1 COMPUTER_ORGANIZATION.ppt ........
Unit 1 COMPUTER_ORGANIZATION.ppt ........Unit 1 COMPUTER_ORGANIZATION.ppt ........
Unit 1 COMPUTER_ORGANIZATION.ppt ........
rameshpath3
 
Unit 1 COMPUTER_ORGANIZATION.ppt whenekeuen
Unit 1 COMPUTER_ORGANIZATION.ppt whenekeuenUnit 1 COMPUTER_ORGANIZATION.ppt whenekeuen
Unit 1 COMPUTER_ORGANIZATION.ppt whenekeuen
rameshpath3
 
Basic Organisation and fundamental Of Computer.pptx
Basic Organisation and fundamental Of Computer.pptxBasic Organisation and fundamental Of Computer.pptx
Basic Organisation and fundamental Of Computer.pptx
hasanbashar400
 
Cpu
CpuCpu
Cpu
Muhammad Ramzan
 
11th-CS system overview ppt chapter-01.pdf
11th-CS system overview ppt chapter-01.pdf11th-CS system overview ppt chapter-01.pdf
11th-CS system overview ppt chapter-01.pdf
ravimeera74
 
Computer Structures
Computer StructuresComputer Structures
Computer Structures
guestfc2f62
 
3. Component of computer - System Unit ( CSI-321)
3. Component of computer - System Unit  ( CSI-321) 3. Component of computer - System Unit  ( CSI-321)
3. Component of computer - System Unit ( CSI-321)
ghayour abbas
 
Components of a digital computer.ppt
Components of a digital computer.pptComponents of a digital computer.ppt
Components of a digital computer.ppt
DibyenduBiswas31
 
Ise iv-computer organization [10 cs46]-notes new
Ise iv-computer  organization [10 cs46]-notes newIse iv-computer  organization [10 cs46]-notes new
Ise iv-computer organization [10 cs46]-notes new
dilshad begum
 
System Software ( Os )
System Software ( Os )System Software ( Os )
System Software ( Os )
Paula Smith
 
Basic of operating system
Basic of operating systemBasic of operating system
Basic of operating system
priyanka jain
 
COMPUTER ORGANIZATION for beginner and a
COMPUTER ORGANIZATION for beginner and aCOMPUTER ORGANIZATION for beginner and a
COMPUTER ORGANIZATION for beginner and a
souviksaha568212
 
Lecture 2 - Computer Hardware & Operating Systems
Lecture 2 - Computer Hardware & Operating SystemsLecture 2 - Computer Hardware & Operating Systems
Lecture 2 - Computer Hardware & Operating Systems
Jack Hyman
 
Unit 1 COMPUTER_ORGANIZATION.ppt ........
Unit 1 COMPUTER_ORGANIZATION.ppt ........Unit 1 COMPUTER_ORGANIZATION.ppt ........
Unit 1 COMPUTER_ORGANIZATION.ppt ........
rameshpath3
 
Unit 1 COMPUTER_ORGANIZATION.ppt whenekeuen
Unit 1 COMPUTER_ORGANIZATION.ppt whenekeuenUnit 1 COMPUTER_ORGANIZATION.ppt whenekeuen
Unit 1 COMPUTER_ORGANIZATION.ppt whenekeuen
rameshpath3
 
Basic Organisation and fundamental Of Computer.pptx
Basic Organisation and fundamental Of Computer.pptxBasic Organisation and fundamental Of Computer.pptx
Basic Organisation and fundamental Of Computer.pptx
hasanbashar400
 
11th-CS system overview ppt chapter-01.pdf
11th-CS system overview ppt chapter-01.pdf11th-CS system overview ppt chapter-01.pdf
11th-CS system overview ppt chapter-01.pdf
ravimeera74
 
Computer Structures
Computer StructuresComputer Structures
Computer Structures
guestfc2f62
 
Ad

More from Abdul Rehman (8)

Introduction Relational Marketing
Introduction Relational Marketing Introduction Relational Marketing
Introduction Relational Marketing
Abdul Rehman
 
Software Engineering
Software Engineering Software Engineering
Software Engineering
Abdul Rehman
 
Introduction To Autumata Theory
 Introduction To Autumata Theory Introduction To Autumata Theory
Introduction To Autumata Theory
Abdul Rehman
 
Query optimization in SQL
Query optimization in SQLQuery optimization in SQL
Query optimization in SQL
Abdul Rehman
 
Education system in Pakistan
Education system in PakistanEducation system in Pakistan
Education system in Pakistan
Abdul Rehman
 
How to write a letter
How to write a letterHow to write a letter
How to write a letter
Abdul Rehman
 
Writing good paragraphs ppt
Writing good paragraphs pptWriting good paragraphs ppt
Writing good paragraphs ppt
Abdul Rehman
 
programming c language.
programming c language. programming c language.
programming c language.
Abdul Rehman
 
Introduction Relational Marketing
Introduction Relational Marketing Introduction Relational Marketing
Introduction Relational Marketing
Abdul Rehman
 
Software Engineering
Software Engineering Software Engineering
Software Engineering
Abdul Rehman
 
Introduction To Autumata Theory
 Introduction To Autumata Theory Introduction To Autumata Theory
Introduction To Autumata Theory
Abdul Rehman
 
Query optimization in SQL
Query optimization in SQLQuery optimization in SQL
Query optimization in SQL
Abdul Rehman
 
Education system in Pakistan
Education system in PakistanEducation system in Pakistan
Education system in Pakistan
Abdul Rehman
 
How to write a letter
How to write a letterHow to write a letter
How to write a letter
Abdul Rehman
 
Writing good paragraphs ppt
Writing good paragraphs pptWriting good paragraphs ppt
Writing good paragraphs ppt
Abdul Rehman
 
programming c language.
programming c language. programming c language.
programming c language.
Abdul Rehman
 
Ad

Recently uploaded (20)

Lecture - 7 Canals of the topic of the civil engineering
Lecture - 7  Canals of the topic of the civil engineeringLecture - 7  Canals of the topic of the civil engineering
Lecture - 7 Canals of the topic of the civil engineering
MJawadkhan1
 
Machine foundation notes for civil engineering students
Machine foundation notes for civil engineering studentsMachine foundation notes for civil engineering students
Machine foundation notes for civil engineering students
DYPCET
 
Slide share PPT of NOx control technologies.pptx
Slide share PPT of  NOx control technologies.pptxSlide share PPT of  NOx control technologies.pptx
Slide share PPT of NOx control technologies.pptx
vvsasane
 
Automatic Quality Assessment for Speech and Beyond
Automatic Quality Assessment for Speech and BeyondAutomatic Quality Assessment for Speech and Beyond
Automatic Quality Assessment for Speech and Beyond
NU_I_TODALAB
 
Applications of Centroid in Structural Engineering
Applications of Centroid in Structural EngineeringApplications of Centroid in Structural Engineering
Applications of Centroid in Structural Engineering
suvrojyotihalder2006
 
Mode-Wise Corridor Level Travel-Time Estimation Using Machine Learning Models
Mode-Wise Corridor Level Travel-Time Estimation Using Machine Learning ModelsMode-Wise Corridor Level Travel-Time Estimation Using Machine Learning Models
Mode-Wise Corridor Level Travel-Time Estimation Using Machine Learning Models
Journal of Soft Computing in Civil Engineering
 
2.3 Genetically Modified Organisms (1).ppt
2.3 Genetically Modified Organisms (1).ppt2.3 Genetically Modified Organisms (1).ppt
2.3 Genetically Modified Organisms (1).ppt
rakshaiya16
 
Water Industry Process Automation & Control Monthly May 2025
Water Industry Process Automation & Control Monthly May 2025Water Industry Process Automation & Control Monthly May 2025
Water Industry Process Automation & Control Monthly May 2025
Water Industry Process Automation & Control
 
Uses of drones in civil construction.pdf
Uses of drones in civil construction.pdfUses of drones in civil construction.pdf
Uses of drones in civil construction.pdf
surajsen1729
 
Agents chapter of Artificial intelligence
Agents chapter of Artificial intelligenceAgents chapter of Artificial intelligence
Agents chapter of Artificial intelligence
DebdeepMukherjee9
 
Empowering Electric Vehicle Charging Infrastructure with Renewable Energy Int...
Empowering Electric Vehicle Charging Infrastructure with Renewable Energy Int...Empowering Electric Vehicle Charging Infrastructure with Renewable Energy Int...
Empowering Electric Vehicle Charging Infrastructure with Renewable Energy Int...
AI Publications
 
DED KOMINFO detail engginering design gedung
DED KOMINFO detail engginering design gedungDED KOMINFO detail engginering design gedung
DED KOMINFO detail engginering design gedung
nabilarizqifadhilah1
 
01.คุณลักษณะเฉพาะของอุปกรณ์_pagenumber.pdf
01.คุณลักษณะเฉพาะของอุปกรณ์_pagenumber.pdf01.คุณลักษณะเฉพาะของอุปกรณ์_pagenumber.pdf
01.คุณลักษณะเฉพาะของอุปกรณ์_pagenumber.pdf
PawachMetharattanara
 
Smart City is the Future EN - 2024 Thailand Modify V1.0.pdf
Smart City is the Future EN - 2024 Thailand Modify V1.0.pdfSmart City is the Future EN - 2024 Thailand Modify V1.0.pdf
Smart City is the Future EN - 2024 Thailand Modify V1.0.pdf
PawachMetharattanara
 
hypermedia_system_revisit_roy_fielding .
hypermedia_system_revisit_roy_fielding .hypermedia_system_revisit_roy_fielding .
hypermedia_system_revisit_roy_fielding .
NABLAS株式会社
 
22PCOAM16 ML Unit 3 Full notes PDF & QB.pdf
22PCOAM16 ML Unit 3 Full notes PDF & QB.pdf22PCOAM16 ML Unit 3 Full notes PDF & QB.pdf
22PCOAM16 ML Unit 3 Full notes PDF & QB.pdf
Guru Nanak Technical Institutions
 
Frontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend EngineersFrontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend Engineers
Michael Hertzberg
 
twin tower attack 2001 new york city
twin  tower  attack  2001 new  york citytwin  tower  attack  2001 new  york city
twin tower attack 2001 new york city
harishreemavs
 
Machine Learning basics POWERPOINT PRESENETATION
Machine Learning basics POWERPOINT PRESENETATIONMachine Learning basics POWERPOINT PRESENETATION
Machine Learning basics POWERPOINT PRESENETATION
DarrinBright1
 
Design Optimization of Reinforced Concrete Waffle Slab Using Genetic Algorithm
Design Optimization of Reinforced Concrete Waffle Slab Using Genetic AlgorithmDesign Optimization of Reinforced Concrete Waffle Slab Using Genetic Algorithm
Design Optimization of Reinforced Concrete Waffle Slab Using Genetic Algorithm
Journal of Soft Computing in Civil Engineering
 
Lecture - 7 Canals of the topic of the civil engineering
Lecture - 7  Canals of the topic of the civil engineeringLecture - 7  Canals of the topic of the civil engineering
Lecture - 7 Canals of the topic of the civil engineering
MJawadkhan1
 
Machine foundation notes for civil engineering students
Machine foundation notes for civil engineering studentsMachine foundation notes for civil engineering students
Machine foundation notes for civil engineering students
DYPCET
 
Slide share PPT of NOx control technologies.pptx
Slide share PPT of  NOx control technologies.pptxSlide share PPT of  NOx control technologies.pptx
Slide share PPT of NOx control technologies.pptx
vvsasane
 
Automatic Quality Assessment for Speech and Beyond
Automatic Quality Assessment for Speech and BeyondAutomatic Quality Assessment for Speech and Beyond
Automatic Quality Assessment for Speech and Beyond
NU_I_TODALAB
 
Applications of Centroid in Structural Engineering
Applications of Centroid in Structural EngineeringApplications of Centroid in Structural Engineering
Applications of Centroid in Structural Engineering
suvrojyotihalder2006
 
2.3 Genetically Modified Organisms (1).ppt
2.3 Genetically Modified Organisms (1).ppt2.3 Genetically Modified Organisms (1).ppt
2.3 Genetically Modified Organisms (1).ppt
rakshaiya16
 
Uses of drones in civil construction.pdf
Uses of drones in civil construction.pdfUses of drones in civil construction.pdf
Uses of drones in civil construction.pdf
surajsen1729
 
Agents chapter of Artificial intelligence
Agents chapter of Artificial intelligenceAgents chapter of Artificial intelligence
Agents chapter of Artificial intelligence
DebdeepMukherjee9
 
Empowering Electric Vehicle Charging Infrastructure with Renewable Energy Int...
Empowering Electric Vehicle Charging Infrastructure with Renewable Energy Int...Empowering Electric Vehicle Charging Infrastructure with Renewable Energy Int...
Empowering Electric Vehicle Charging Infrastructure with Renewable Energy Int...
AI Publications
 
DED KOMINFO detail engginering design gedung
DED KOMINFO detail engginering design gedungDED KOMINFO detail engginering design gedung
DED KOMINFO detail engginering design gedung
nabilarizqifadhilah1
 
01.คุณลักษณะเฉพาะของอุปกรณ์_pagenumber.pdf
01.คุณลักษณะเฉพาะของอุปกรณ์_pagenumber.pdf01.คุณลักษณะเฉพาะของอุปกรณ์_pagenumber.pdf
01.คุณลักษณะเฉพาะของอุปกรณ์_pagenumber.pdf
PawachMetharattanara
 
Smart City is the Future EN - 2024 Thailand Modify V1.0.pdf
Smart City is the Future EN - 2024 Thailand Modify V1.0.pdfSmart City is the Future EN - 2024 Thailand Modify V1.0.pdf
Smart City is the Future EN - 2024 Thailand Modify V1.0.pdf
PawachMetharattanara
 
hypermedia_system_revisit_roy_fielding .
hypermedia_system_revisit_roy_fielding .hypermedia_system_revisit_roy_fielding .
hypermedia_system_revisit_roy_fielding .
NABLAS株式会社
 
Frontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend EngineersFrontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend Engineers
Michael Hertzberg
 
twin tower attack 2001 new york city
twin  tower  attack  2001 new  york citytwin  tower  attack  2001 new  york city
twin tower attack 2001 new york city
harishreemavs
 
Machine Learning basics POWERPOINT PRESENETATION
Machine Learning basics POWERPOINT PRESENETATIONMachine Learning basics POWERPOINT PRESENETATION
Machine Learning basics POWERPOINT PRESENETATION
DarrinBright1
 

computer System UNit Every thing

  • 1. Chapter No 4: Components of Computer-System Unit Chapter No 4 COMPONENTS OF COMPUTER SYSTEM UNIT 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 31 REVISION: Components of computer: Input, Output, CPU Output: An output is the data that has been processed in that form which is useful by user. Output Devices: The Hardware components to view results after processing. Monitor printer, plotter, speakers/headphone, projectors.
  • 2. Chapter No 4: Components of Computer-System Unit 32
  • 3. Chapter No 4: Components of Computer-System Unit 4.1) 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 33
  • 4. Chapter No 4: Components of Computer-System Unit 4.2) 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 tell 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. 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 are located in motherboard. The speed of processing of CPU is about 500 MHz to 2.5 GHz. 34 INPUT OUTPUTPROCESS CPU/Processor
  • 5. Chapter No 4: Components of Computer-System Unit 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 performs arithmetic and logical operations on it. 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. 35 ALU CU Arithmetic & Logical Unit Control Unit
  • 6. Chapter No 4: Components of Computer-System 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 WORKING COLLECTING 36 INPUT OUTPUT ALU CU Registers
  • 7. Chapter No 4: Components of Computer-System Unit 4.3) 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 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 37
  • 8. Chapter No 4: Components of Computer-System Unit 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 • PROM (Programmable Read-Only Memory) • EPROM (Erasable Programmable Read-Only Memory) • EEPROM (Electronically Erasable Programmable Read-Only Memory) PROM 38
  • 9. Chapter No 4: Components of Computer-System Unit 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. 39
  • 10. Chapter No 4: Components of Computer-System Unit 4.4) 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. 40
  • 11. Chapter No 4: Components of Computer-System Unit 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) 41
  • 12. Chapter No 4: Components of Computer-System Unit 4.5) 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 42
  • 13. Chapter No 4: Components of Computer-System Unit 4.6) 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. 43
  • 14. Chapter No 4: Components of Computer-System Unit 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. 44
  • 15. Chapter No 4: Components of Computer-System Unit 4.7) POWER SUPPLY It supplies electric supply to all components of system unit. It Converts alternating current (AC) to direct current (DC). It is responsible for supply of power to all components according to its voltage. Min voltage which power supplied is 3V and converts to 24 V. Some peripheral devices have AC adapter like printers and scanners. 45
  翻译: