SlideShare une entreprise Scribd logo
1  sur  35
http://improvec.blogspot.in/ 1
Fundamentals of Computers
http://improvec.blogspot.in/ 2
Objective
On completion of this period, you would be able
to learn
 Organization of a Digital Computer
 Components of a computer
http://improvec.blogspot.in/ 3
Prerequisites
What is a computer?
Computer is an electronic data processing
machine
http://improvec.blogspot.in/ 4
Computer ? (Cont..)
 An electronic device
 which accepts input, processes it, and gives the
result as output
http://improvec.blogspot.in/ 5
Operations of a Computer ?
Accepts the input data
 Processes the data
Produces the information as output
http://improvec.blogspot.in/ 6
COMPUTER SYSTEM
monitormonitormonitormonitor
KeyboarKeyboar
dd
KeyboarKeyboar
dd
mousmous
ee
mousmous
ee
http://improvec.blogspot.in/ 7
A Complete Computer System consists of:
Hardware - Physical components of a
computer.
Software - Set of programs.
Data - Information.
User - A person who works on a
computer.
http://improvec.blogspot.in/ 8
HARDWARE
http://improvec.blogspot.in/ 9
Software (C – Program):
1 /* Gioe.c
2 Class average program with
3 counter-controlled repetition */
4 #include <stdio.h>
5
6 int main()
7 {
8 int counter, grade, total, average;
9
10 /* initialization phase */
11 total = 0;
12 counter = 1;
13
14 /* processing phase */
15 while ( counter <= 10 ) {
16 printf( "Enter grade: " );
17 scanf( "%d", &grade );
18 total = total + grade;
19 counter = counter + 1;
20 }
21
22 /* termination phase */
23 average = total / 10;
24 printf( "Class average is %dn", average );
25
26 return 0; /* indicate program ended successfully */
27 }
http://improvec.blogspot.in/ 10
Components of computer system
 Input unit
 Memory unit
 ALU (Arithmetic & Logical Unit)
 Control unit
 Output unit
http://improvec.blogspot.in/ 11
Block diagram of aBlock diagram of a digital computer
SECONDARYSECONDARY MEMORY
((BACKING STORAGE))
SECONDARYSECONDARY MEMORY
((BACKING STORAGE))
INPUT UNITINPUT UNIT
OUTPUT UNITUNITOUTPUT UNITUNIT
CPUCPU
CONTROLCONTROL UNITCONTROLCONTROL UNIT
MEMORY UNITMEMORY UNIT
ALUALU
http://improvec.blogspot.in/ 12
COMPONENTS (Cont..)
INPUT UNIT
Device, which accepts the program & data
from user
OUTPUT UNIT
Device, which shows results in desired form.
Input/ Output Unit
http://improvec.blogspot.in/ 13
Input/ Output Unit
• Input unit sends things (data) to the
computer and output unit presents things
(information).
• Input unit: keyboard, mouse, flash drive,
etc.
• Output unit: monitor, printer, speaker, etc.
http://improvec.blogspot.in/ 14
MEMORY UNIT
http://improvec.blogspot.in/ 15
MEMORY UNIT
• The memory unit is what allows a
computer to remember data and
information. Similar to human memory,
there is short term memory (RAM) and
long term memory (Hard Disk Drive
(HDD), Solid-State Drive (SSD) or
Compact Disk Drive (CDD)).
http://improvec.blogspot.in/ 16
MEMORY UNIT
http://improvec.blogspot.in/ 17
http://improvec.blogspot.in/ 18
 MEMORY UNIT
MEMORY UNIT
• The amount of data that can be stored in
the storage unit.
• That in which storage capacity is
expressed in terms of Bytes.
http://improvec.blogspot.in/ 19
Memory Unit
Stores programs (Apps), Data (input,
output) and intermediate results
temporarily.
• Each memory location has an address.
• In general, program commands are stored
in consecutive memory locations.
http://improvec.blogspot.in/ 20
RAM AND CPU
http://improvec.blogspot.in/ 21
CPU (Central Processing Unit)
ALU (ARITHMETIC & LOGICAL UNIT)
CU (CONTROL UNIT)
http://improvec.blogspot.in/ 22
http://improvec.blogspot.in/ 23
CPU (Central Processing Unit)
 CPU is the heart and brain of the computer.
 Combination of ALU & CU.
http://improvec.blogspot.in/ 24
ALU (Arithmetic Logic Unit)
It performs two types of operations
 Arithmetic Operations
 Logical Operations
ALU
http://improvec.blogspot.in/ 25
ALU / RAM Performance
• The data to be processed arrives from
RAM and is held in registers
• a register is one of a small set of data
holding places that are part of a computer
processor . A register may hold a
computer instruction , a storage address,
or any kind of data (such as a bit
sequence or individual characters). Some
instructions specify registers as part of
the instruction.http://improvec.blogspot.in/ 26
ALU / RAM Performance
• A signal from the Control Unit indicates
which arithmetic or logical operation to
perform.
• The ALU performs the operation and
places the result in the accumulator
• An accumulator is a register for short-term, intermediate storage of
arithmetic and logic data in a computer's CPU
• The results are usually sent to RAM so
that they can be output or stored on disk.
http://improvec.blogspot.in/ 27
http://improvec.blogspot.in/ 28
Control Unit
 Responsible for coordination and cooperation
of various parts of a computer system
 Provides timing & control signals
http://improvec.blogspot.in/ 29
Summary
What is a computer?
Organization of a computer
Components of a computer
http://improvec.blogspot.in/ 30
Questions
1. What is a Computer?
2. Explain the block diagram of a digital
Computer with a neat diagram?
3. List the different components of a computer &
explain?
http://improvec.blogspot.in/ 31
Quiz
1. A Computer is called as ?
a) Electronic Machine
b) Mechanical Machine
c) Electromechanical Machine
d) Electrical Machine
Answer: a
http://improvec.blogspot.in/ 32
Quiz (Contd..)
2. Brain of computer.
a. Input Unit
b. Control Unit
c. CPU
d. Output Unit
Answer: c
http://improvec.blogspot.in/ 33
3. The meaningful form of data is called
a. instruction
b. data
c. information
d. all the above
Answer: c
http://improvec.blogspot.in/ 34
Assignment
With the help of your lecturer, try to identity
different parts of a computer system and try to
understand the working of the system
Prepared By
• Rajendra
http://improvec.blogspot.in/ 35

Contenu connexe

Tendances

What is operating system
What is operating systemWhat is operating system
What is operating system
Suvithak
 
Block diagram of a computer
Block diagram of a computerBlock diagram of a computer
Block diagram of a computer
ZTE Nepal
 
Central processing unit
Central processing unitCentral processing unit
Central processing unit
sumairaasghar
 

Tendances (20)

Embedded firmware
Embedded firmwareEmbedded firmware
Embedded firmware
 
Typical Computer Components
Typical Computer Components Typical Computer Components
Typical Computer Components
 
Computer architecture and organization
Computer architecture and organizationComputer architecture and organization
Computer architecture and organization
 
Introduction to computing
Introduction to computingIntroduction to computing
Introduction to computing
 
computer System UNit Every thing
computer System UNit Every thingcomputer System UNit Every thing
computer System UNit Every thing
 
Operating System / System Operasi
Operating System / System Operasi                   Operating System / System Operasi
Operating System / System Operasi
 
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
 
Operating Systems 1 (11/12) - Input / Output
Operating Systems 1 (11/12) - Input / OutputOperating Systems 1 (11/12) - Input / Output
Operating Systems 1 (11/12) - Input / Output
 
Computer System Overview,
Computer System Overview, Computer System Overview,
Computer System Overview,
 
Cpu
CpuCpu
Cpu
 
IO SYSTEM AND CASE STUDY STRUCTURE
IO SYSTEM AND CASE STUDY STRUCTUREIO SYSTEM AND CASE STUDY STRUCTURE
IO SYSTEM AND CASE STUDY STRUCTURE
 
Operating system
Operating systemOperating system
Operating system
 
What is operating system
What is operating systemWhat is operating system
What is operating system
 
Embedded system
Embedded system Embedded system
Embedded system
 
Input output systems ppt - cs2411
Input output systems ppt - cs2411Input output systems ppt - cs2411
Input output systems ppt - cs2411
 
Operating system
Operating systemOperating system
Operating system
 
Block diagram of a computer
Block diagram of a computerBlock diagram of a computer
Block diagram of a computer
 
What's Inside
What's InsideWhat's Inside
What's Inside
 
01 basic computer structure(20070122)
01 basic computer structure(20070122)01 basic computer structure(20070122)
01 basic computer structure(20070122)
 
Central processing unit
Central processing unitCentral processing unit
Central processing unit
 

Similaire à Fundamentals

introduction to computers
 introduction to computers introduction to computers
introduction to computers
Deepak John
 
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
 
COMPONENTS OF COMPUTER SYSTEM.pptx
COMPONENTS OF COMPUTER SYSTEM.pptxCOMPONENTS OF COMPUTER SYSTEM.pptx
COMPONENTS OF COMPUTER SYSTEM.pptx
MagdaLo1
 

Similaire à Fundamentals (20)

introduction to computers
 introduction to computers introduction to computers
introduction to computers
 
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
 
HARDWARE
HARDWAREHARDWARE
HARDWARE
 
Chapter 1 computer hardware and flow of information
Chapter 1 computer hardware and flow of informationChapter 1 computer hardware and flow of information
Chapter 1 computer hardware and flow of information
 
unit-i.pdf
unit-i.pdfunit-i.pdf
unit-i.pdf
 
CSS L04 - Integral Parts of the Computer System
CSS L04 - Integral Parts of the Computer SystemCSS L04 - Integral Parts of the Computer System
CSS L04 - Integral Parts of the Computer System
 
C q 1
C q 1C q 1
C q 1
 
Hardware and software of computer
Hardware and software of computerHardware and software of computer
Hardware and software of computer
 
lec01.pdf
lec01.pdflec01.pdf
lec01.pdf
 
COMPONENTS OF COMPUTER SYSTEM.pptx
COMPONENTS OF COMPUTER SYSTEM.pptxCOMPONENTS OF COMPUTER SYSTEM.pptx
COMPONENTS OF COMPUTER SYSTEM.pptx
 
module 1 computer architecture diploma
 module 1 computer architecture diploma   module 1 computer architecture diploma
module 1 computer architecture diploma
 
COMPUTER ORGNAIZATION NOTES
COMPUTER ORGNAIZATION NOTESCOMPUTER ORGNAIZATION NOTES
COMPUTER ORGNAIZATION NOTES
 
System Unit
System UnitSystem Unit
System Unit
 
Computer organisation Module 1.ppt
Computer organisation Module 1.pptComputer organisation Module 1.ppt
Computer organisation Module 1.ppt
 
Unit-I - Introduction to Computer Fundamentals-AWI-.pptx
Unit-I - Introduction to Computer Fundamentals-AWI-.pptxUnit-I - Introduction to Computer Fundamentals-AWI-.pptx
Unit-I - Introduction to Computer Fundamentals-AWI-.pptx
 
PROGRAMMABLE LOGIC CONTROLLER
PROGRAMMABLE LOGIC CONTROLLERPROGRAMMABLE LOGIC CONTROLLER
PROGRAMMABLE LOGIC CONTROLLER
 
Computer Hardware Complete Guide Easy
Computer Hardware Complete Guide EasyComputer Hardware Complete Guide Easy
Computer Hardware Complete Guide Easy
 
Microcontroller part 1
Microcontroller part 1Microcontroller part 1
Microcontroller part 1
 
Introduction to computer.pptx
Introduction to computer.pptxIntroduction to computer.pptx
Introduction to computer.pptx
 
Tech impact over.pptx
Tech impact over.pptxTech impact over.pptx
Tech impact over.pptx
 

Plus de myrajendra (20)

Data type
Data typeData type
Data type
 
Hibernate example1
Hibernate example1Hibernate example1
Hibernate example1
 
Jdbc workflow
Jdbc workflowJdbc workflow
Jdbc workflow
 
2 jdbc drivers
2 jdbc drivers2 jdbc drivers
2 jdbc drivers
 
3 jdbc api
3 jdbc api3 jdbc api
3 jdbc api
 
4 jdbc step1
4 jdbc step14 jdbc step1
4 jdbc step1
 
Dao example
Dao exampleDao example
Dao example
 
Sessionex1
Sessionex1Sessionex1
Sessionex1
 
Internal
InternalInternal
Internal
 
3. elements
3. elements3. elements
3. elements
 
2. attributes
2. attributes2. attributes
2. attributes
 
1 introduction to html
1 introduction to html1 introduction to html
1 introduction to html
 
Headings
HeadingsHeadings
Headings
 
Forms
FormsForms
Forms
 
Css
CssCss
Css
 
Views
ViewsViews
Views
 
Views
ViewsViews
Views
 
Views
ViewsViews
Views
 
Starting jdbc
Starting jdbcStarting jdbc
Starting jdbc
 
Properties
PropertiesProperties
Properties
 

Dernier

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 

Dernier (20)

Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
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
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 

Fundamentals