SlideShare a Scribd company logo
1 of 8
Download to read offline
1
Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha
Slide 1/16Chapter 2: Basic Computer OrganizationRef. Page
Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha
Slide 2/16Chapter 2: Basic Computer OrganizationRef. Page
In this chapter you will learn about:
§ Basic operations performed by all types of computer
systems
§ Basic organization of a computer system
§ Input unit and its functions
§ Output unit and its functions
§ Storage unit and its functions
§ Types of storage used in a computer system
Learning ObjectivesLearning Objectives
(Continued on next slide)
15
2
Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha
Slide 3/16Chapter 2: Basic Computer OrganizationRef. Page
§ Arithmetic Logic Unit (ALU)
§ Control Unit (CU)
§ Central Processing Unit (CPU)
§ Computer as a system
Learning ObjectivesLearning Objectives
(Continued from previous slide..)
15
Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha
Slide 4/16Chapter 2: Basic Computer OrganizationRef. Page
§ Inputting. The process of entering data and instructions
into the computer system
§ Storing. Saving data and instructions to make them
readily available for initial or additional processing
whenever required
§ Processing. Performing arithmetic operations (add,
subtract, multiply, divide, etc.) or logical operations
(comparisons like equal to, less than, greater than, etc.)
on data to convert them into useful information
The Five Basic Operations of a Computer SystemThe Five Basic Operations of a Computer System
(Continued on next slide)
15
3
Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha
Slide 5/16Chapter 2: Basic Computer OrganizationRef. Page
§ Outputting. The process of producing useful information
or results for the user such as a printed report or visual
display
§ Controlling. Directing the manner and sequence in which
all of the above operations are performed
The Five Basic Operations of a Computer SystemThe Five Basic Operations of a Computer System
15
Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha
Slide 6/16Chapter 2: Basic Computer OrganizationRef. Page
Central Processing Unit (CPU)
Storage Unit
Secondary
Storage
Primary
Storage
Control
Unit
Arithmetic
Logic Unit
Input
Unit
Output
Unit
Program
and
Data
Information
(Results)
Indicates flow of
instructions and data
Indicates the control
exercised by the
control unit
Basic Organization of a Computer SystemBasic Organization of a Computer System
16
4
Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha
Slide 7/16Chapter 2: Basic Computer OrganizationRef. Page
An input unit of a computer system performs the
following functions:
1. It accepts (or reads) instructions and data from outside
world
2. It converts these instructions and data in computer
acceptable form
3. It supplies the converted instructions and data to the
computer system for further processing
Input UnitInput Unit
16
Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha
Slide 8/16Chapter 2: Basic Computer OrganizationRef. Page
An output unit of a computer system performs the
following functions:
1. It accepts the results produced by the computer, which
are in coded form and hence, cannot be easily
understood by us
2. It converts these coded results to human acceptable
(readable) form
3. It supplies the converted results to outside world
Output UnitOutput Unit
16
5
Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha
Slide 9/16Chapter 2: Basic Computer OrganizationRef. Page
The storage unit of a computer system holds (or stores)
the following :
1. Data and instructions required for processing (received
from input devices)
2. Intermediate results of processing
3. Final results of processing, before they are released to
an output device
Storage UnitStorage Unit
17
Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha
Slide 10/16Chapter 2: Basic Computer OrganizationRef. Page
§ Primary storage
§ Used to hold running program instructions
§ Used to hold data, intermediate results, and
results of ongoing processing of job(s)
§ Fast in operation
§ Small Capacity
§ Expensive
§ Volatile (looses data on power dissipation)
Two Types of StorageTwo Types of Storage
(Continued on next slide)
17
6
Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha
Slide 11/16Chapter 2: Basic Computer OrganizationRef. Page
§ Secondary storage
§ Used to hold stored program instructions
§ Used to hold data and information of stored jobs
§ Slower than primary storage
§ Large Capacity
§ Lot cheaper that primary storage
§ Retains data even without power
Two Types of StorageTwo Types of Storage
(Continued from previous slide..)
17
Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha
Slide 12/16Chapter 2: Basic Computer OrganizationRef. Page
Arithmetic Logic Unit of a computer system is the place
where the actual executions of instructions takes place during
processing operation
Arithmetic Logic Unit (ALU)Arithmetic Logic Unit (ALU)
18
7
Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha
Slide 13/16Chapter 2: Basic Computer OrganizationRef. Page
Control Unit of a computer system manages and coordinates
the operations of all other components of the computer
system
Control Unit (CU)Control Unit (CU)
18
Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha
Slide 14/16Chapter 2: Basic Computer OrganizationRef. Page
Arithmetic
Logic Unit
(ALU)
Control Unit
(CU)
=
Central
Processing
Unit (CPU)
§ It is the brain of a computer system
§ It is responsible for controlling the operations of
all other units of a computer system
+
Central Processing Unit (CPU)Central Processing Unit (CPU)
18
8
Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha
Slide 15/16Chapter 2: Basic Computer OrganizationRef. Page
A system has following three characteristics:
1. A system has more than one element
2. All elements of a system are logically related
3. All elements of a system are controlled in a manner to
achieve the system goal
A computer is a system as it comprises of integrated
components (input unit, output unit, storage unit, and CPU)
that work together to perform the steps called for in the
executing program
The System ConceptThe System Concept
18
Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha
Slide 16/16Chapter 2: Basic Computer OrganizationRef. Page
§ Arithmetic Logic Unit (ALU)
§ Auxiliary storage
§ Central Processing Unit (CPU)
§ Computer system
§ Control Unit (CU)
§ Controlling
§ Input interface
§ Input unit
§ Inputting
§ Main memory
§ Output interface
§ Output unit
§ Outputting
§ Primate storage
§ Processing
§ Secondary storage
§ Storage unit
§ Storing
§ System
Key Words/PhrasesKey Words/Phrases
19

More Related Content

What's hot

Computer-Processing-Devices.pdf
Computer-Processing-Devices.pdfComputer-Processing-Devices.pdf
Computer-Processing-Devices.pdfDKGAUTAMgautam
 
Basics of Computer for Students
Basics of Computer for StudentsBasics of Computer for Students
Basics of Computer for Studentsvethics
 
Computer organisation
Computer organisationComputer organisation
Computer organisationASHIMA1993
 
How does data flow around a computer system p3 1
How does data flow around a computer system p3 1How does data flow around a computer system p3 1
How does data flow around a computer system p3 1lukecisco1
 
Components of computer hardware
Components of computer hardwareComponents of computer hardware
Components of computer hardwareA. S. M. Shafi
 
Basic Computer Organization and Design
Basic Computer Organization and DesignBasic Computer Organization and Design
Basic Computer Organization and Designmekind
 
Бие даалт
Бие даалтБие даалт
Бие даалтMuuluu
 
Computer Fundamentals.
Computer Fundamentals.Computer Fundamentals.
Computer Fundamentals.piasspk
 
Computer architecture
Computer architectureComputer architecture
Computer architectureMrsNunn
 
Fundamentals.1
Fundamentals.1Fundamentals.1
Fundamentals.1myrajendra
 

What's hot (18)

Mod3
Mod3Mod3
Mod3
 
computer system organization basics
computer system organization basicscomputer system organization basics
computer system organization basics
 
Computer-Processing-Devices.pdf
Computer-Processing-Devices.pdfComputer-Processing-Devices.pdf
Computer-Processing-Devices.pdf
 
C q 1
C q 1C q 1
C q 1
 
Basics of Computer for Students
Basics of Computer for StudentsBasics of Computer for Students
Basics of Computer for Students
 
Computer organisation
Computer organisationComputer organisation
Computer organisation
 
Cs intro-ca
Cs intro-caCs intro-ca
Cs intro-ca
 
How does data flow around a computer system p3 1
How does data flow around a computer system p3 1How does data flow around a computer system p3 1
How does data flow around a computer system p3 1
 
Components of computer hardware
Components of computer hardwareComponents of computer hardware
Components of computer hardware
 
Computer system
Computer systemComputer system
Computer system
 
Chapter1-Introduction.pdf
Chapter1-Introduction.pdfChapter1-Introduction.pdf
Chapter1-Introduction.pdf
 
Basic Computer Organization and Design
Basic Computer Organization and DesignBasic Computer Organization and Design
Basic Computer Organization and Design
 
Бие даалт
Бие даалтБие даалт
Бие даалт
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 
computer Architecture
computer Architecturecomputer Architecture
computer Architecture
 
Computer Fundamentals.
Computer Fundamentals.Computer Fundamentals.
Computer Fundamentals.
 
Computer architecture
Computer architectureComputer architecture
Computer architecture
 
Fundamentals.1
Fundamentals.1Fundamentals.1
Fundamentals.1
 

Viewers also liked

Trabajoseñalizaciondeseguridad
TrabajoseñalizaciondeseguridadTrabajoseñalizaciondeseguridad
TrabajoseñalizaciondeseguridadGabriel Espindola
 
Faith_WCB Conference Poster
Faith_WCB Conference PosterFaith_WCB Conference Poster
Faith_WCB Conference PosterFaith Bradley
 
Data Expeditions Methodology
Data Expeditions MethodologyData Expeditions Methodology
Data Expeditions MethodologyIrina Radchenko
 
Photo Essay Project
Photo Essay ProjectPhoto Essay Project
Photo Essay ProjectV_Holsambre1
 
Presentacion pp proyecto creatividad
Presentacion pp proyecto creatividadPresentacion pp proyecto creatividad
Presentacion pp proyecto creatividadbplcreatividad
 
MediaPlaza - ‘de media van de toekomst = de toekomst van de media?’
MediaPlaza - ‘de media van de toekomst =de toekomst van de media?’MediaPlaza - ‘de media van de toekomst =de toekomst van de media?’
MediaPlaza - ‘de media van de toekomst = de toekomst van de media?’Peter Luit
 
Copy of zama cv
Copy of zama cvCopy of zama cv
Copy of zama cvzama gwala
 
Производство, потребление и передача электрической энергии.
Производство, потребление и передача электрической энергии.Производство, потребление и передача электрической энергии.
Производство, потребление и передача электрической энергии.vgpl1
 
CV_Ana Panic_english
CV_Ana Panic_englishCV_Ana Panic_english
CV_Ana Panic_englishAna Panic
 

Viewers also liked (14)

Trabajoseñalizaciondeseguridad
TrabajoseñalizaciondeseguridadTrabajoseñalizaciondeseguridad
Trabajoseñalizaciondeseguridad
 
Faith_WCB Conference Poster
Faith_WCB Conference PosterFaith_WCB Conference Poster
Faith_WCB Conference Poster
 
Data Expeditions Methodology
Data Expeditions MethodologyData Expeditions Methodology
Data Expeditions Methodology
 
ESTUDIO GEOLÓGICO Y GEOTÉCNICO DE CARRETERA
ESTUDIO GEOLÓGICO Y GEOTÉCNICO DE CARRETERAESTUDIO GEOLÓGICO Y GEOTÉCNICO DE CARRETERA
ESTUDIO GEOLÓGICO Y GEOTÉCNICO DE CARRETERA
 
Photo Essay Project
Photo Essay ProjectPhoto Essay Project
Photo Essay Project
 
Presentacion pp proyecto creatividad
Presentacion pp proyecto creatividadPresentacion pp proyecto creatividad
Presentacion pp proyecto creatividad
 
MediaPlaza - ‘de media van de toekomst = de toekomst van de media?’
MediaPlaza - ‘de media van de toekomst =de toekomst van de media?’MediaPlaza - ‘de media van de toekomst =de toekomst van de media?’
MediaPlaza - ‘de media van de toekomst = de toekomst van de media?’
 
Europa
EuropaEuropa
Europa
 
Copy of zama cv
Copy of zama cvCopy of zama cv
Copy of zama cv
 
Производство, потребление и передача электрической энергии.
Производство, потребление и передача электрической энергии.Производство, потребление и передача электрической энергии.
Производство, потребление и передача электрической энергии.
 
Hom tlc
Hom tlcHom tlc
Hom tlc
 
T.O.C
T.O.CT.O.C
T.O.C
 
CV_Ana Panic_english
CV_Ana Panic_englishCV_Ana Panic_english
CV_Ana Panic_english
 
la moneda
la moneda la moneda
la moneda
 

Similar to Chapter 02 bco 2o-p

components of computer
components of computercomponents of computer
components of computerswatihans
 
Chapter14 os-121120003310-phpapp02
Chapter14 os-121120003310-phpapp02Chapter14 os-121120003310-phpapp02
Chapter14 os-121120003310-phpapp02Tapas Das
 
Chapter14 os-121120003310-phpapp02
Chapter14 os-121120003310-phpapp02Chapter14 os-121120003310-phpapp02
Chapter14 os-121120003310-phpapp02Tapas Das
 
Computer Fundamentals Chapter 14 os
Computer Fundamentals Chapter 14 osComputer Fundamentals Chapter 14 os
Computer Fundamentals Chapter 14 osSaumya Sahu
 
Chapter04 processor and memory
Chapter04   processor and memoryChapter04   processor and memory
Chapter04 processor and memoryAinuddin Yousufzai
 
Chapter 07 pam
Chapter 07 pamChapter 07 pam
Chapter 07 pamIIUI
 
Chapter 07 pam 3o-p
Chapter 07 pam 3o-pChapter 07 pam 3o-p
Chapter 07 pam 3o-pIIUI
 
Chapter 07 pam 2o-p
Chapter 07 pam 2o-pChapter 07 pam 2o-p
Chapter 07 pam 2o-pIIUI
 
Unit1 four part basic computer organization
Unit1 four part basic computer organizationUnit1 four part basic computer organization
Unit1 four part basic computer organizationNeha Kurale
 
Components of computer, CPU computer funfament ppt
Components of computer, CPU computer funfament pptComponents of computer, CPU computer funfament ppt
Components of computer, CPU computer funfament pptDeepuVishwakarma
 
Digital Computer
Digital ComputerDigital Computer
Digital ComputerBtechlife
 
BASIC COMPUTER ORGANIZATION unit 1.pptx
BASIC COMPUTER ORGANIZATION unit 1.pptxBASIC COMPUTER ORGANIZATION unit 1.pptx
BASIC COMPUTER ORGANIZATION unit 1.pptxkarthikaparthasarath
 
BASIC COMPUTER ORGANIZATION unit 1.pptx
BASIC COMPUTER ORGANIZATION unit 1.pptxBASIC COMPUTER ORGANIZATION unit 1.pptx
BASIC COMPUTER ORGANIZATION unit 1.pptxkarthikaparthasarath
 
Chapter 7-PAM-Slides.pdf
Chapter 7-PAM-Slides.pdfChapter 7-PAM-Slides.pdf
Chapter 7-PAM-Slides.pdfSonuMittal18
 
Chapter 09 io devices 2o-p
Chapter 09 io devices 2o-pChapter 09 io devices 2o-p
Chapter 09 io devices 2o-pIIUI
 
Chapter 09 io devices 3o-p
Chapter 09 io devices 3o-pChapter 09 io devices 3o-p
Chapter 09 io devices 3o-pIIUI
 
Chapter 09 io devices
Chapter 09 io devicesChapter 09 io devices
Chapter 09 io devicesIIUI
 

Similar to Chapter 02 bco 2o-p (20)

components of computer
components of computercomponents of computer
components of computer
 
Chapter14 os-121120003310-phpapp02
Chapter14 os-121120003310-phpapp02Chapter14 os-121120003310-phpapp02
Chapter14 os-121120003310-phpapp02
 
Chapter14 os-121120003310-phpapp02
Chapter14 os-121120003310-phpapp02Chapter14 os-121120003310-phpapp02
Chapter14 os-121120003310-phpapp02
 
Computer Fundamentals Chapter 14 os
Computer Fundamentals Chapter 14 osComputer Fundamentals Chapter 14 os
Computer Fundamentals Chapter 14 os
 
Chapter 07 pam
Chapter 07 pamChapter 07 pam
Chapter 07 pam
 
Chapter04 processor and memory
Chapter04   processor and memoryChapter04   processor and memory
Chapter04 processor and memory
 
Chapter 07 pam
Chapter 07 pamChapter 07 pam
Chapter 07 pam
 
Chapter 07 pam 3o-p
Chapter 07 pam 3o-pChapter 07 pam 3o-p
Chapter 07 pam 3o-p
 
Chapter 07 pam 2o-p
Chapter 07 pam 2o-pChapter 07 pam 2o-p
Chapter 07 pam 2o-p
 
Unit1 four part basic computer organization
Unit1 four part basic computer organizationUnit1 four part basic computer organization
Unit1 four part basic computer organization
 
Chapter 14 os
Chapter 14 osChapter 14 os
Chapter 14 os
 
Components of computer, CPU computer funfament ppt
Components of computer, CPU computer funfament pptComponents of computer, CPU computer funfament ppt
Components of computer, CPU computer funfament ppt
 
Digital Computer
Digital ComputerDigital Computer
Digital Computer
 
BASIC COMPUTER ORGANIZATION unit 1.pptx
BASIC COMPUTER ORGANIZATION unit 1.pptxBASIC COMPUTER ORGANIZATION unit 1.pptx
BASIC COMPUTER ORGANIZATION unit 1.pptx
 
BASIC COMPUTER ORGANIZATION unit 1.pptx
BASIC COMPUTER ORGANIZATION unit 1.pptxBASIC COMPUTER ORGANIZATION unit 1.pptx
BASIC COMPUTER ORGANIZATION unit 1.pptx
 
Chapter 7-PAM-Slides.pdf
Chapter 7-PAM-Slides.pdfChapter 7-PAM-Slides.pdf
Chapter 7-PAM-Slides.pdf
 
Lecture2.pptx
Lecture2.pptxLecture2.pptx
Lecture2.pptx
 
Chapter 09 io devices 2o-p
Chapter 09 io devices 2o-pChapter 09 io devices 2o-p
Chapter 09 io devices 2o-p
 
Chapter 09 io devices 3o-p
Chapter 09 io devices 3o-pChapter 09 io devices 3o-p
Chapter 09 io devices 3o-p
 
Chapter 09 io devices
Chapter 09 io devicesChapter 09 io devices
Chapter 09 io devices
 

More from IIUI

Rank brain
Rank brainRank brain
Rank brainIIUI
 
Chapter 10 cs 2o-p
Chapter 10 cs 2o-pChapter 10 cs 2o-p
Chapter 10 cs 2o-pIIUI
 
Chapter 08 secondary storage 3o-p
Chapter 08 secondary storage 3o-pChapter 08 secondary storage 3o-p
Chapter 08 secondary storage 3o-pIIUI
 
Chapter 08 secondary storage 2o-p
Chapter 08 secondary storage 2o-pChapter 08 secondary storage 2o-p
Chapter 08 secondary storage 2o-pIIUI
 
Chapter 08 secondary storage
Chapter 08 secondary storageChapter 08 secondary storage
Chapter 08 secondary storageIIUI
 
Chapter 06 boolean algebra 3o-p
Chapter 06 boolean algebra 3o-pChapter 06 boolean algebra 3o-p
Chapter 06 boolean algebra 3o-pIIUI
 
Chapter 06 boolean algebra 2o-p
Chapter 06 boolean algebra 2o-pChapter 06 boolean algebra 2o-p
Chapter 06 boolean algebra 2o-pIIUI
 
Chapter 06 boolean algebra
Chapter 06 boolean algebraChapter 06 boolean algebra
Chapter 06 boolean algebraIIUI
 
Chapter 05 computer arithmetic 2o-p
Chapter 05 computer arithmetic 2o-pChapter 05 computer arithmetic 2o-p
Chapter 05 computer arithmetic 2o-pIIUI
 
Chapter 05 computer arithmetic
Chapter 05 computer arithmeticChapter 05 computer arithmetic
Chapter 05 computer arithmeticIIUI
 
Chapter 04 computer codes 3o-p
Chapter 04 computer codes 3o-pChapter 04 computer codes 3o-p
Chapter 04 computer codes 3o-pIIUI
 
Chapter 04 computer codes
Chapter 04 computer codesChapter 04 computer codes
Chapter 04 computer codesIIUI
 
Chapter 03 number system 3o-p
Chapter 03 number system 3o-pChapter 03 number system 3o-p
Chapter 03 number system 3o-pIIUI
 
Chapter 03 number system 2o-p
Chapter 03 number system 2o-pChapter 03 number system 2o-p
Chapter 03 number system 2o-pIIUI
 
Chapter 03 number system
Chapter 03 number systemChapter 03 number system
Chapter 03 number systemIIUI
 
Chapter 02 bco
Chapter 02 bcoChapter 02 bco
Chapter 02 bcoIIUI
 
Chapter 01 introduction
Chapter 01 introductionChapter 01 introduction
Chapter 01 introductionIIUI
 
Introduction to Software Engineering 1
Introduction to Software Engineering 1Introduction to Software Engineering 1
Introduction to Software Engineering 1IIUI
 
Lecture 20 software testing (2)
Lecture 20   software testing (2)Lecture 20   software testing (2)
Lecture 20 software testing (2)IIUI
 
Lecture 19 design concepts
Lecture 19   design conceptsLecture 19   design concepts
Lecture 19 design conceptsIIUI
 

More from IIUI (20)

Rank brain
Rank brainRank brain
Rank brain
 
Chapter 10 cs 2o-p
Chapter 10 cs 2o-pChapter 10 cs 2o-p
Chapter 10 cs 2o-p
 
Chapter 08 secondary storage 3o-p
Chapter 08 secondary storage 3o-pChapter 08 secondary storage 3o-p
Chapter 08 secondary storage 3o-p
 
Chapter 08 secondary storage 2o-p
Chapter 08 secondary storage 2o-pChapter 08 secondary storage 2o-p
Chapter 08 secondary storage 2o-p
 
Chapter 08 secondary storage
Chapter 08 secondary storageChapter 08 secondary storage
Chapter 08 secondary storage
 
Chapter 06 boolean algebra 3o-p
Chapter 06 boolean algebra 3o-pChapter 06 boolean algebra 3o-p
Chapter 06 boolean algebra 3o-p
 
Chapter 06 boolean algebra 2o-p
Chapter 06 boolean algebra 2o-pChapter 06 boolean algebra 2o-p
Chapter 06 boolean algebra 2o-p
 
Chapter 06 boolean algebra
Chapter 06 boolean algebraChapter 06 boolean algebra
Chapter 06 boolean algebra
 
Chapter 05 computer arithmetic 2o-p
Chapter 05 computer arithmetic 2o-pChapter 05 computer arithmetic 2o-p
Chapter 05 computer arithmetic 2o-p
 
Chapter 05 computer arithmetic
Chapter 05 computer arithmeticChapter 05 computer arithmetic
Chapter 05 computer arithmetic
 
Chapter 04 computer codes 3o-p
Chapter 04 computer codes 3o-pChapter 04 computer codes 3o-p
Chapter 04 computer codes 3o-p
 
Chapter 04 computer codes
Chapter 04 computer codesChapter 04 computer codes
Chapter 04 computer codes
 
Chapter 03 number system 3o-p
Chapter 03 number system 3o-pChapter 03 number system 3o-p
Chapter 03 number system 3o-p
 
Chapter 03 number system 2o-p
Chapter 03 number system 2o-pChapter 03 number system 2o-p
Chapter 03 number system 2o-p
 
Chapter 03 number system
Chapter 03 number systemChapter 03 number system
Chapter 03 number system
 
Chapter 02 bco
Chapter 02 bcoChapter 02 bco
Chapter 02 bco
 
Chapter 01 introduction
Chapter 01 introductionChapter 01 introduction
Chapter 01 introduction
 
Introduction to Software Engineering 1
Introduction to Software Engineering 1Introduction to Software Engineering 1
Introduction to Software Engineering 1
 
Lecture 20 software testing (2)
Lecture 20   software testing (2)Lecture 20   software testing (2)
Lecture 20 software testing (2)
 
Lecture 19 design concepts
Lecture 19   design conceptsLecture 19   design concepts
Lecture 19 design concepts
 

Chapter 02 bco 2o-p

  • 1. 1 Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha Slide 1/16Chapter 2: Basic Computer OrganizationRef. Page Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha Slide 2/16Chapter 2: Basic Computer OrganizationRef. Page In this chapter you will learn about: § Basic operations performed by all types of computer systems § Basic organization of a computer system § Input unit and its functions § Output unit and its functions § Storage unit and its functions § Types of storage used in a computer system Learning ObjectivesLearning Objectives (Continued on next slide) 15
  • 2. 2 Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha Slide 3/16Chapter 2: Basic Computer OrganizationRef. Page § Arithmetic Logic Unit (ALU) § Control Unit (CU) § Central Processing Unit (CPU) § Computer as a system Learning ObjectivesLearning Objectives (Continued from previous slide..) 15 Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha Slide 4/16Chapter 2: Basic Computer OrganizationRef. Page § Inputting. The process of entering data and instructions into the computer system § Storing. Saving data and instructions to make them readily available for initial or additional processing whenever required § Processing. Performing arithmetic operations (add, subtract, multiply, divide, etc.) or logical operations (comparisons like equal to, less than, greater than, etc.) on data to convert them into useful information The Five Basic Operations of a Computer SystemThe Five Basic Operations of a Computer System (Continued on next slide) 15
  • 3. 3 Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha Slide 5/16Chapter 2: Basic Computer OrganizationRef. Page § Outputting. The process of producing useful information or results for the user such as a printed report or visual display § Controlling. Directing the manner and sequence in which all of the above operations are performed The Five Basic Operations of a Computer SystemThe Five Basic Operations of a Computer System 15 Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha Slide 6/16Chapter 2: Basic Computer OrganizationRef. Page Central Processing Unit (CPU) Storage Unit Secondary Storage Primary Storage Control Unit Arithmetic Logic Unit Input Unit Output Unit Program and Data Information (Results) Indicates flow of instructions and data Indicates the control exercised by the control unit Basic Organization of a Computer SystemBasic Organization of a Computer System 16
  • 4. 4 Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha Slide 7/16Chapter 2: Basic Computer OrganizationRef. Page An input unit of a computer system performs the following functions: 1. It accepts (or reads) instructions and data from outside world 2. It converts these instructions and data in computer acceptable form 3. It supplies the converted instructions and data to the computer system for further processing Input UnitInput Unit 16 Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha Slide 8/16Chapter 2: Basic Computer OrganizationRef. Page An output unit of a computer system performs the following functions: 1. It accepts the results produced by the computer, which are in coded form and hence, cannot be easily understood by us 2. It converts these coded results to human acceptable (readable) form 3. It supplies the converted results to outside world Output UnitOutput Unit 16
  • 5. 5 Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha Slide 9/16Chapter 2: Basic Computer OrganizationRef. Page The storage unit of a computer system holds (or stores) the following : 1. Data and instructions required for processing (received from input devices) 2. Intermediate results of processing 3. Final results of processing, before they are released to an output device Storage UnitStorage Unit 17 Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha Slide 10/16Chapter 2: Basic Computer OrganizationRef. Page § Primary storage § Used to hold running program instructions § Used to hold data, intermediate results, and results of ongoing processing of job(s) § Fast in operation § Small Capacity § Expensive § Volatile (looses data on power dissipation) Two Types of StorageTwo Types of Storage (Continued on next slide) 17
  • 6. 6 Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha Slide 11/16Chapter 2: Basic Computer OrganizationRef. Page § Secondary storage § Used to hold stored program instructions § Used to hold data and information of stored jobs § Slower than primary storage § Large Capacity § Lot cheaper that primary storage § Retains data even without power Two Types of StorageTwo Types of Storage (Continued from previous slide..) 17 Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha Slide 12/16Chapter 2: Basic Computer OrganizationRef. Page Arithmetic Logic Unit of a computer system is the place where the actual executions of instructions takes place during processing operation Arithmetic Logic Unit (ALU)Arithmetic Logic Unit (ALU) 18
  • 7. 7 Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha Slide 13/16Chapter 2: Basic Computer OrganizationRef. Page Control Unit of a computer system manages and coordinates the operations of all other components of the computer system Control Unit (CU)Control Unit (CU) 18 Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha Slide 14/16Chapter 2: Basic Computer OrganizationRef. Page Arithmetic Logic Unit (ALU) Control Unit (CU) = Central Processing Unit (CPU) § It is the brain of a computer system § It is responsible for controlling the operations of all other units of a computer system + Central Processing Unit (CPU)Central Processing Unit (CPU) 18
  • 8. 8 Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha Slide 15/16Chapter 2: Basic Computer OrganizationRef. Page A system has following three characteristics: 1. A system has more than one element 2. All elements of a system are logically related 3. All elements of a system are controlled in a manner to achieve the system goal A computer is a system as it comprises of integrated components (input unit, output unit, storage unit, and CPU) that work together to perform the steps called for in the executing program The System ConceptThe System Concept 18 Computer Fundamentals: Pradeep K. Sinha & Priti SinhaComputer Fundamentals: Pradeep K. Sinha & Priti Sinha Slide 16/16Chapter 2: Basic Computer OrganizationRef. Page § Arithmetic Logic Unit (ALU) § Auxiliary storage § Central Processing Unit (CPU) § Computer system § Control Unit (CU) § Controlling § Input interface § Input unit § Inputting § Main memory § Output interface § Output unit § Outputting § Primate storage § Processing § Secondary storage § Storage unit § Storing § System Key Words/PhrasesKey Words/Phrases 19