SlideShare a Scribd company logo
Subject   : Computer Fundamentals and
           Programming in C
Topic     : Fundamentals of Computers




                                        1
Objective

On completion of this period, you would be able
 to learn

 Organization of a Digital Computer

 Components of a computer




                                              2
Prerequisites


What is a computer?
  Computer is an electronic data processing
 machine




                                              3
Computer ? (Cont..)

 An electronic device
 which accepts input, processes it, and gives the
  result as output




                                                     4
Operations of a Computer ?

Accepts the input data

 Processes the data

Produces the information as output




                                      5
COMPUTER SYSTEM

           monitor
           monitor




Keyboar
 Keyboar
dd
                     mous
                      mous
                     ee


                             6
A Complete Computer System consists of:


Hardware    -   Physical components of a
                computer.
Software    -   Set of programs.
Data        -   Set of facts.
User        -   A person who works on a
                computer.




                                           7
HARDWARE




           8
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 */   9
27   }
Components of computer system

 Input unit
 Memory unit
 ALU (Arithmetic & Logical Unit)
 Control unit
 Output unit




                                    10
Block diagram of a digital computer


               SECONDARY MEMORY
                SECONDARY MEMORY
                (BACKING STORAGE))
                 (BACKING STORAGE



INPUT UNIT
 INPUT UNIT            MEMORY UNIT
                       MEMORY UNIT          OUTPUT UNIT
                                            OUTPUT UNIT




        CONTROL UNIT
        CONTROL UNIT                 ALU
                                      ALU
                         CPU
                         CPU


                                                      11
COMPONENTS (Cont..)
INPUT UNIT
     Device, which accepts the program & data
     from user

OUTPUT UNIT
    Device, which shows results in desired form.




                                                   12
 MEMORY UNIT


     Stores programs, data (input, output) and
 intermediate results temporarily.

 CPU (Central Processing Unit)

     ALU (ARITHMETIC & LOGICAL UNIT)

     CU (CONTROL UNIT)
                                                 13
CPU (Central Processing Unit)

 CPU is the heart and brain of the computer.

 Combination of ALU & CU.




                                                14
ALU (Arithmetic Logic Unit)

It performs two types of operations
 Arithmetic Operations
 Logical Operations




                                       15
Control Unit

 Responsible for coordination and cooperation
   of various parts of a computer system
 Provides timing & control signals




                                                 16
Summary


What is a computer?


Organization of a computer


Components of a computer




                              17
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?




                                                   18
Quiz

1. A Computer is called as ?

a)   Electronic Machine

b)   Mechanical Machine

c)   Electromechanical Machine

d) Electrical Machine
Answer: a

                                 19
Quiz (Contd..)


2. Brain of computer.
  a. Input Unit
  b. Control Unit
  c. CPU
  d. Output Unit
Answer: c


                                20
3. The meaningful form of data is called
  a. instruction
  b. data
  c. information
  d. all the above
Answer: c




                                           21
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




                    HOME                     22

More Related Content

What's hot

Block diagram of a computer
Block diagram of a computerBlock diagram of a computer
Block diagram of a computer
Qsrealm
 
Chapter 1 basic structure of computers
Chapter 1  basic structure of computersChapter 1  basic structure of computers
Chapter 1 basic structure of computers
Gurpreet Singh
 
Basic computer organisation
Basic computer organisationBasic computer organisation
Basic computer organisation
vito_carleone
 
Basics of Computer for Students
Basics of Computer for StudentsBasics of Computer for Students
Basics of Computer for Students
vethics
 
CPU
CPUCPU
Components of computer hardware
Components of computer hardwareComponents of computer hardware
Components of computer hardware
A. S. M. Shafi
 
Block diagram of a computer
Block diagram of a computerBlock diagram of a computer
Block diagram of a computer
ZTE Nepal
 
Computer fundamentals
Computer fundamentalsComputer fundamentals
Computer fundamentals
HarwinderKaur53
 
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
Frankie Jones
 
Cpu
CpuCpu
Computer Fundamentals
Computer FundamentalsComputer Fundamentals
Computer Fundamentals
maclather
 
Computer Fundamentals_Chapter 02 bco
Computer Fundamentals_Chapter 02 bcoComputer Fundamentals_Chapter 02 bco
Computer Fundamentals_Chapter 02 bco
Saumya Sahu
 
Computer components
Computer componentsComputer components
Computer components
Adnan Malak
 
Stac301
Stac301Stac301
Stac301
doraswamy1234
 
Organizationofacomputer and components
Organizationofacomputer and componentsOrganizationofacomputer and components
Organizationofacomputer and components
Ramakrishna Reddy Bijjam
 
Fundamental units of computer
Fundamental units of computerFundamental units of computer
Fundamental units of computer
Sandeep Menon
 
Block structure
Block structureBlock structure
Block structure
gursharan914
 
Processors (CPU)
Processors (CPU)Processors (CPU)
Processors (CPU)
Owen Funnell
 
CPU (Central Processing Units)
CPU (Central Processing Units)CPU (Central Processing Units)
CPU (Central Processing Units)
Prabin Maharjan
 
Central Processing Unit
Central Processing UnitCentral Processing Unit
Central Processing Unit
Brenda Debra
 

What's hot (20)

Block diagram of a computer
Block diagram of a computerBlock diagram of a computer
Block diagram of a computer
 
Chapter 1 basic structure of computers
Chapter 1  basic structure of computersChapter 1  basic structure of computers
Chapter 1 basic structure of computers
 
Basic computer organisation
Basic computer organisationBasic computer organisation
Basic computer organisation
 
Basics of Computer for Students
Basics of Computer for StudentsBasics of Computer for Students
Basics of Computer for Students
 
CPU
CPUCPU
CPU
 
Components of computer hardware
Components of computer hardwareComponents of computer hardware
Components of computer hardware
 
Block diagram of a computer
Block diagram of a computerBlock diagram of a computer
Block diagram of a computer
 
Computer fundamentals
Computer fundamentalsComputer fundamentals
Computer fundamentals
 
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
 
Cpu
CpuCpu
Cpu
 
Computer Fundamentals
Computer FundamentalsComputer Fundamentals
Computer Fundamentals
 
Computer Fundamentals_Chapter 02 bco
Computer Fundamentals_Chapter 02 bcoComputer Fundamentals_Chapter 02 bco
Computer Fundamentals_Chapter 02 bco
 
Computer components
Computer componentsComputer components
Computer components
 
Stac301
Stac301Stac301
Stac301
 
Organizationofacomputer and components
Organizationofacomputer and componentsOrganizationofacomputer and components
Organizationofacomputer and components
 
Fundamental units of computer
Fundamental units of computerFundamental units of computer
Fundamental units of computer
 
Block structure
Block structureBlock structure
Block structure
 
Processors (CPU)
Processors (CPU)Processors (CPU)
Processors (CPU)
 
CPU (Central Processing Units)
CPU (Central Processing Units)CPU (Central Processing Units)
CPU (Central Processing Units)
 
Central Processing Unit
Central Processing UnitCentral Processing Unit
Central Processing Unit
 

Viewers also liked

9 cm604.12
9 cm604.129 cm604.12
9 cm604.12
myrajendra
 
Math1003 1.8 - Converting from Binary and Hex to Decimal
Math1003 1.8 - Converting from Binary and Hex to DecimalMath1003 1.8 - Converting from Binary and Hex to Decimal
Math1003 1.8 - Converting from Binary and Hex to Decimal
gcmath1003
 
Autoexec32(2)
Autoexec32(2)Autoexec32(2)
Autoexec32(2)
myrajendra
 
Storage devices used in cmp13to14
Storage devices used in cmp13to14Storage devices used in cmp13to14
Storage devices used in cmp13to14
myrajendra
 
Bin to hexa.22to23
Bin to hexa.22to23Bin to hexa.22to23
Bin to hexa.22to23
myrajendra
 
Hexa to binary
Hexa to binaryHexa to binary
Hexa to binary
myrajendra
 
To en alerta preguntas generadoras 18.03.13
To en alerta  preguntas generadoras 18.03.13To en alerta  preguntas generadoras 18.03.13
To en alerta preguntas generadoras 18.03.13
Congreso Terapia Ocupacional
 
Bits intel·ligents expressió uf5 con sonido
Bits intel·ligents expressió uf5 con sonidoBits intel·ligents expressió uf5 con sonido
Bits intel·ligents expressió uf5 con sonido
tessyivan
 
Estándares internacionales en el sector privado: Mejores practicas y leccione...
Estándares internacionales en el sector privado: Mejores practicas y leccione...Estándares internacionales en el sector privado: Mejores practicas y leccione...
Estándares internacionales en el sector privado: Mejores practicas y leccione...
EUROsociAL II
 
Relacion de tablas en Mysql con claves primarias y foraneas
Relacion de tablas en Mysql con claves primarias y foraneasRelacion de tablas en Mysql con claves primarias y foraneas
Relacion de tablas en Mysql con claves primarias y foraneas
INFORGRA
 
La Gran Guerra
La Gran GuerraLa Gran Guerra
La Gran Guerra
Evelyn Perez
 
Word iconos
Word  iconosWord  iconos
Word iconos
Kellis Gonzalez
 
Cv di simone sonia con foto
Cv di simone sonia con fotoCv di simone sonia con foto
Cv di simone sonia con fotoSonia Di Simone
 
Importancion tecnologica
Importancion tecnologicaImportancion tecnologica
Importancion tecnologica
josemarrt
 
Ali Ahmed CV Finance Cell 059 686 22 79
Ali Ahmed CV Finance Cell 059 686 22 79Ali Ahmed CV Finance Cell 059 686 22 79
Ali Ahmed CV Finance Cell 059 686 22 79
Ali Ahmed Qazafi Baloch
 
Поколение Y: методы взаимодействия, коммуникации и привлечения студентов
Поколение Y: методы взаимодействия, коммуникации и привлечения студентовПоколение Y: методы взаимодействия, коммуникации и привлечения студентов
Поколение Y: методы взаимодействия, коммуникации и привлечения студентовForumRosatom
 
TRABAJO DE KONVERGENCIA
TRABAJO DE KONVERGENCIATRABAJO DE KONVERGENCIA
TRABAJO DE KONVERGENCIA
Diana Mendoza
 
U3
U3U3
Formatos para presentación de trabajos usando las tic
Formatos para presentación de trabajos usando las ticFormatos para presentación de trabajos usando las tic
Formatos para presentación de trabajos usando las tic
victorserranov
 
The Economy Goes to College
The Economy Goes to CollegeThe Economy Goes to College
The Economy Goes to College
CEW Georgetown
 

Viewers also liked (20)

9 cm604.12
9 cm604.129 cm604.12
9 cm604.12
 
Math1003 1.8 - Converting from Binary and Hex to Decimal
Math1003 1.8 - Converting from Binary and Hex to DecimalMath1003 1.8 - Converting from Binary and Hex to Decimal
Math1003 1.8 - Converting from Binary and Hex to Decimal
 
Autoexec32(2)
Autoexec32(2)Autoexec32(2)
Autoexec32(2)
 
Storage devices used in cmp13to14
Storage devices used in cmp13to14Storage devices used in cmp13to14
Storage devices used in cmp13to14
 
Bin to hexa.22to23
Bin to hexa.22to23Bin to hexa.22to23
Bin to hexa.22to23
 
Hexa to binary
Hexa to binaryHexa to binary
Hexa to binary
 
To en alerta preguntas generadoras 18.03.13
To en alerta  preguntas generadoras 18.03.13To en alerta  preguntas generadoras 18.03.13
To en alerta preguntas generadoras 18.03.13
 
Bits intel·ligents expressió uf5 con sonido
Bits intel·ligents expressió uf5 con sonidoBits intel·ligents expressió uf5 con sonido
Bits intel·ligents expressió uf5 con sonido
 
Estándares internacionales en el sector privado: Mejores practicas y leccione...
Estándares internacionales en el sector privado: Mejores practicas y leccione...Estándares internacionales en el sector privado: Mejores practicas y leccione...
Estándares internacionales en el sector privado: Mejores practicas y leccione...
 
Relacion de tablas en Mysql con claves primarias y foraneas
Relacion de tablas en Mysql con claves primarias y foraneasRelacion de tablas en Mysql con claves primarias y foraneas
Relacion de tablas en Mysql con claves primarias y foraneas
 
La Gran Guerra
La Gran GuerraLa Gran Guerra
La Gran Guerra
 
Word iconos
Word  iconosWord  iconos
Word iconos
 
Cv di simone sonia con foto
Cv di simone sonia con fotoCv di simone sonia con foto
Cv di simone sonia con foto
 
Importancion tecnologica
Importancion tecnologicaImportancion tecnologica
Importancion tecnologica
 
Ali Ahmed CV Finance Cell 059 686 22 79
Ali Ahmed CV Finance Cell 059 686 22 79Ali Ahmed CV Finance Cell 059 686 22 79
Ali Ahmed CV Finance Cell 059 686 22 79
 
Поколение Y: методы взаимодействия, коммуникации и привлечения студентов
Поколение Y: методы взаимодействия, коммуникации и привлечения студентовПоколение Y: методы взаимодействия, коммуникации и привлечения студентов
Поколение Y: методы взаимодействия, коммуникации и привлечения студентов
 
TRABAJO DE KONVERGENCIA
TRABAJO DE KONVERGENCIATRABAJO DE KONVERGENCIA
TRABAJO DE KONVERGENCIA
 
U3
U3U3
U3
 
Formatos para presentación de trabajos usando las tic
Formatos para presentación de trabajos usando las ticFormatos para presentación de trabajos usando las tic
Formatos para presentación de trabajos usando las tic
 
The Economy Goes to College
The Economy Goes to CollegeThe Economy Goes to College
The Economy Goes to College
 

Similar to Fundamentals.1

C q 1
C q 1C q 1
components of computer
components of computercomponents of computer
components of computer
swatihans
 
Cpu and its functions
Cpu and its functionsCpu and its functions
Cpu and its functions
myrajendra
 
Fundamentals
FundamentalsFundamentals
Fundamentals
myrajendra
 
HARDWARE
HARDWAREHARDWARE
HARDWARE
rubyrose dancil
 
Cpu.9
Cpu.9Cpu.9
Cpu.9
myrajendra
 
Block structure (computer programming & utilization)
Block structure (computer programming & utilization)Block structure (computer programming & utilization)
Block structure (computer programming & utilization)
Digvijaysinh Gohil
 
Computer Architecture – An Introduction
Computer Architecture – An IntroductionComputer Architecture – An Introduction
Computer Architecture – An Introduction
Dilum Bandara
 
Computer fundamentals
Computer fundamentalsComputer fundamentals
Computer fundamentals
Middle East International School
 
Lesson1
Lesson1Lesson1
Lesson1
rosaurajr
 
Organization of a computer
Organization of a computerOrganization of a computer
Organization of a computer
United International University
 
janvichauhan110cs.pptx
janvichauhan110cs.pptxjanvichauhan110cs.pptx
janvichauhan110cs.pptx
SANKETKOTAK5
 
1834902155 aka asgn 313
1834902155 aka asgn 3131834902155 aka asgn 313
1834902155 aka asgn 313
FatemaYesminAka
 
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
MrNikhilMohanShinde
 
block_diagram_of_computer.pptx
block_diagram_of_computer.pptxblock_diagram_of_computer.pptx
block_diagram_of_computer.pptx
SityogInstituteOfTec1
 
Computer Hardware
Computer HardwareComputer Hardware
Computer Hardware
Li Shengshun
 
CS14106-UNIT 2.pptx
CS14106-UNIT 2.pptxCS14106-UNIT 2.pptx
CS14106-UNIT 2.pptx
mdgauharfahad
 
Microcontroller part 1
Microcontroller part 1Microcontroller part 1
Microcontroller part 1
Keroles karam khalil
 
introduction to computers
 introduction to computers introduction to computers
introduction to computers
Deepak John
 
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
DeepuVishwakarma
 

Similar to Fundamentals.1 (20)

C q 1
C q 1C q 1
C q 1
 
components of computer
components of computercomponents of computer
components of computer
 
Cpu and its functions
Cpu and its functionsCpu and its functions
Cpu and its functions
 
Fundamentals
FundamentalsFundamentals
Fundamentals
 
HARDWARE
HARDWAREHARDWARE
HARDWARE
 
Cpu.9
Cpu.9Cpu.9
Cpu.9
 
Block structure (computer programming & utilization)
Block structure (computer programming & utilization)Block structure (computer programming & utilization)
Block structure (computer programming & utilization)
 
Computer Architecture – An Introduction
Computer Architecture – An IntroductionComputer Architecture – An Introduction
Computer Architecture – An Introduction
 
Computer fundamentals
Computer fundamentalsComputer fundamentals
Computer fundamentals
 
Lesson1
Lesson1Lesson1
Lesson1
 
Organization of a computer
Organization of a computerOrganization of a computer
Organization of a computer
 
janvichauhan110cs.pptx
janvichauhan110cs.pptxjanvichauhan110cs.pptx
janvichauhan110cs.pptx
 
1834902155 aka asgn 313
1834902155 aka asgn 3131834902155 aka asgn 313
1834902155 aka asgn 313
 
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
 
block_diagram_of_computer.pptx
block_diagram_of_computer.pptxblock_diagram_of_computer.pptx
block_diagram_of_computer.pptx
 
Computer Hardware
Computer HardwareComputer Hardware
Computer Hardware
 
CS14106-UNIT 2.pptx
CS14106-UNIT 2.pptxCS14106-UNIT 2.pptx
CS14106-UNIT 2.pptx
 
Microcontroller part 1
Microcontroller part 1Microcontroller part 1
Microcontroller part 1
 
introduction to computers
 introduction to computers introduction to computers
introduction to computers
 
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
 

More from myrajendra

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

More from 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
 

Fundamentals.1

  • 1. Subject : Computer Fundamentals and Programming in C Topic : Fundamentals of Computers 1
  • 2. Objective On completion of this period, you would be able to learn  Organization of a Digital Computer  Components of a computer 2
  • 3. Prerequisites What is a computer? Computer is an electronic data processing machine 3
  • 4. Computer ? (Cont..)  An electronic device  which accepts input, processes it, and gives the result as output 4
  • 5. Operations of a Computer ? Accepts the input data  Processes the data Produces the information as output 5
  • 6. COMPUTER SYSTEM monitor monitor Keyboar Keyboar dd mous mous ee 6
  • 7. A Complete Computer System consists of: Hardware - Physical components of a computer. Software - Set of programs. Data - Set of facts. User - A person who works on a computer. 7
  • 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 */ 9 27 }
  • 10. Components of computer system  Input unit  Memory unit  ALU (Arithmetic & Logical Unit)  Control unit  Output unit 10
  • 11. Block diagram of a digital computer SECONDARY MEMORY SECONDARY MEMORY (BACKING STORAGE)) (BACKING STORAGE INPUT UNIT INPUT UNIT MEMORY UNIT MEMORY UNIT OUTPUT UNIT OUTPUT UNIT CONTROL UNIT CONTROL UNIT ALU ALU CPU CPU 11
  • 12. COMPONENTS (Cont..) INPUT UNIT Device, which accepts the program & data from user OUTPUT UNIT Device, which shows results in desired form. 12
  • 13.  MEMORY UNIT Stores programs, data (input, output) and intermediate results temporarily.  CPU (Central Processing Unit) ALU (ARITHMETIC & LOGICAL UNIT) CU (CONTROL UNIT) 13
  • 14. CPU (Central Processing Unit)  CPU is the heart and brain of the computer.  Combination of ALU & CU. 14
  • 15. ALU (Arithmetic Logic Unit) It performs two types of operations  Arithmetic Operations  Logical Operations 15
  • 16. Control Unit  Responsible for coordination and cooperation of various parts of a computer system  Provides timing & control signals 16
  • 17. Summary What is a computer? Organization of a computer Components of a computer 17
  • 18. 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? 18
  • 19. Quiz 1. A Computer is called as ? a) Electronic Machine b) Mechanical Machine c) Electromechanical Machine d) Electrical Machine Answer: a 19
  • 20. Quiz (Contd..) 2. Brain of computer. a. Input Unit b. Control Unit c. CPU d. Output Unit Answer: c 20
  • 21. 3. The meaningful form of data is called a. instruction b. data c. information d. all the above Answer: c 21
  • 22. 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 HOME 22