SlideShare ist ein Scribd-Unternehmen logo
1 von 22
Fundamentals of Computers




                     http://improvec.blogspot.in/   1
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/   2
Prerequisites


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




                   http://improvec.blogspot.in/   3
Computer ? (Cont..)

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




                  http://improvec.blogspot.in/       4
Operations of a Computer ?

Accepts the input data

 Processes the data

Produces the information as output




                http://improvec.blogspot.in/   5
COMPUTER SYSTEM

                         monitor
                         monitor




Keyboar
 Keyboar
dd
                                          mous
                                           mous
                                          ee


           http://improvec.blogspot.in/           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.




                http://improvec.blogspot.in/     7
HARDWARE




  http://improvec.blogspot.in/   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;   /* http://improvec.blogspot.in/ successfully */
                        indicate program ended                         9
27   }
Components of computer system

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




                  http://improvec.blogspot.in/   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


                 http://improvec.blogspot.in/                    11
COMPONENTS (Cont..)
INPUT UNIT
     Device, which accepts the program & data
     from user

OUTPUT UNIT
    Device, which shows results in desired form.




                   http://improvec.blogspot.in/    12
 MEMORY UNIT


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

 CPU (Central Processing Unit)

     ALU (ARITHMETIC & LOGICAL UNIT)

     CU (CONTROL UNIT)
                  http://improvec.blogspot.in/   13
CPU (Central Processing Unit)

 CPU is the heart and brain of the computer.

 Combination of ALU & CU.




                 http://improvec.blogspot.in/   14
ALU (Arithmetic Logic Unit)

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




                  http://improvec.blogspot.in/   15
Control Unit

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




                 http://improvec.blogspot.in/    16
Summary


What is a computer?


Organization of a computer


Components of a computer




         http://improvec.blogspot.in/   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?




                  http://improvec.blogspot.in/     18
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/   19
Quiz (Contd..)


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


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




                   http://improvec.blogspot.in/   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




               http://improvec.blogspot.in/   22

Weitere ähnliche Inhalte

Was ist angesagt?

CPU (Central Processing Units)
CPU (Central Processing Units)CPU (Central Processing Units)
CPU (Central Processing Units)Prabin Maharjan
 
The central processing unit by group 5 2015
The central processing unit by group 5 2015The central processing unit by group 5 2015
The central processing unit by group 5 2015Tendai Karuma
 
Central processing unit (CPU)
Central processing unit (CPU)Central processing unit (CPU)
Central processing unit (CPU)Asad Sheikh
 
Central processing unit
Central processing unitCentral processing unit
Central processing unitsumairaasghar
 
Computer fundamental mba
Computer fundamental mbaComputer fundamental mba
Computer fundamental mbaNilesh Mishra
 
2nd puc computer science chapter 1 backdrop of computers
2nd puc computer science chapter 1  backdrop of computers 2nd puc computer science chapter 1  backdrop of computers
2nd puc computer science chapter 1 backdrop of computers Aahwini Esware gowda
 
computer System UNit Every thing
computer System UNit Every thingcomputer System UNit Every thing
computer System UNit Every thingAbdul Rehman
 
Computer Organization: Introduction to Microprocessor and Microcontroller
Computer Organization: Introduction to Microprocessor and MicrocontrollerComputer Organization: Introduction to Microprocessor and Microcontroller
Computer Organization: Introduction to Microprocessor and MicrocontrollerAmrutaMehata
 
Computer Architecture – An Introduction
Computer Architecture – An IntroductionComputer Architecture – An Introduction
Computer Architecture – An IntroductionDilum Bandara
 
08. Central Processing Unit (CPU)
08. Central Processing Unit (CPU)08. Central Processing Unit (CPU)
08. Central Processing Unit (CPU)Akhila Dakshina
 
Basics of Computer for Students
Basics of Computer for StudentsBasics of Computer for Students
Basics of Computer for Studentsvethics
 
Unit 1 basic structure of computers
Unit 1   basic structure of computersUnit 1   basic structure of computers
Unit 1 basic structure of computerschidabdu
 
Basic CPU (Central Processing Unit)
Basic CPU (Central Processing Unit)Basic CPU (Central Processing Unit)
Basic CPU (Central Processing Unit)Faraz Ahmed
 
Central Processing Unit User View
Central Processing Unit User ViewCentral Processing Unit User View
Central Processing Unit User ViewAnuj Modi
 
Computer programming1
Computer programming1Computer programming1
Computer programming1A A
 

Was ist angesagt? (20)

CPU (Central Processing Units)
CPU (Central Processing Units)CPU (Central Processing Units)
CPU (Central Processing Units)
 
The central processing unit by group 5 2015
The central processing unit by group 5 2015The central processing unit by group 5 2015
The central processing unit by group 5 2015
 
Computer architecture
Computer architectureComputer architecture
Computer architecture
 
Central processing unit (CPU)
Central processing unit (CPU)Central processing unit (CPU)
Central processing unit (CPU)
 
What is microprocessor
What is microprocessorWhat is microprocessor
What is microprocessor
 
Central processing unit
Central processing unitCentral processing unit
Central processing unit
 
Computer fundamental mba
Computer fundamental mbaComputer fundamental mba
Computer fundamental mba
 
2nd puc computer science chapter 1 backdrop of computers
2nd puc computer science chapter 1  backdrop of computers 2nd puc computer science chapter 1  backdrop of computers
2nd puc computer science chapter 1 backdrop of computers
 
computer System UNit Every thing
computer System UNit Every thingcomputer System UNit Every thing
computer System UNit Every thing
 
Computer Organization: Introduction to Microprocessor and Microcontroller
Computer Organization: Introduction to Microprocessor and MicrocontrollerComputer Organization: Introduction to Microprocessor and Microcontroller
Computer Organization: Introduction to Microprocessor and Microcontroller
 
Computer Architecture – An Introduction
Computer Architecture – An IntroductionComputer Architecture – An Introduction
Computer Architecture – An Introduction
 
Cpu
CpuCpu
Cpu
 
08. Central Processing Unit (CPU)
08. Central Processing Unit (CPU)08. Central Processing Unit (CPU)
08. Central Processing Unit (CPU)
 
Basics of Computer for Students
Basics of Computer for StudentsBasics of Computer for Students
Basics of Computer for Students
 
Cpu
CpuCpu
Cpu
 
HARDWARE
HARDWAREHARDWARE
HARDWARE
 
Unit 1 basic structure of computers
Unit 1   basic structure of computersUnit 1   basic structure of computers
Unit 1 basic structure of computers
 
Basic CPU (Central Processing Unit)
Basic CPU (Central Processing Unit)Basic CPU (Central Processing Unit)
Basic CPU (Central Processing Unit)
 
Central Processing Unit User View
Central Processing Unit User ViewCentral Processing Unit User View
Central Processing Unit User View
 
Computer programming1
Computer programming1Computer programming1
Computer programming1
 

Andere mochten auch

Sense títol 1 (1)
Sense títol 1 (1)Sense títol 1 (1)
Sense títol 1 (1)neus_17_24
 
Wielkanoc
WielkanocWielkanoc
Wielkanocoranka
 
ผลงานประจำสัปดาห์ กก.๗ บก.กฝ.(16 ม.ค. 56)
ผลงานประจำสัปดาห์ กก.๗ บก.กฝ.(16 ม.ค. 56)ผลงานประจำสัปดาห์ กก.๗ บก.กฝ.(16 ม.ค. 56)
ผลงานประจำสัปดาห์ กก.๗ บก.กฝ.(16 ม.ค. 56)Chalerm Pon
 
Diapositivas induccion metodologica 3
Diapositivas induccion metodologica 3Diapositivas induccion metodologica 3
Diapositivas induccion metodologica 3ComunaVI
 
El síntoma se llama calentamiento climático. Lecturas recomendadas. Jorge Rie...
El síntoma se llama calentamiento climático. Lecturas recomendadas. Jorge Rie...El síntoma se llama calentamiento climático. Lecturas recomendadas. Jorge Rie...
El síntoma se llama calentamiento climático. Lecturas recomendadas. Jorge Rie...Ecologistas en Accion
 
Diapositiva web2.0
Diapositiva web2.0Diapositiva web2.0
Diapositiva web2.0ROSA PEREZ
 
FRMS Implementation Guide for Operators
FRMS Implementation Guide for OperatorsFRMS Implementation Guide for Operators
FRMS Implementation Guide for OperatorsAvitacs
 
SSRP Self Learning Guide Science - In Odia
SSRP Self Learning Guide Science - In OdiaSSRP Self Learning Guide Science - In Odia
SSRP Self Learning Guide Science - In Odiakusumafoundation
 
World bank climate change energy financing report. Lecturas recomendadas. Lu...
World bank climate  change energy financing report. Lecturas recomendadas. Lu...World bank climate  change energy financing report. Lecturas recomendadas. Lu...
World bank climate change energy financing report. Lecturas recomendadas. Lu...Ecologistas en Accion
 
Gracia presentation1
Gracia presentation1Gracia presentation1
Gracia presentation1sahulalatendu
 
Input output devices.6 to7
Input output devices.6 to7Input output devices.6 to7
Input output devices.6 to7myrajendra
 
In what ways does your media product use
In what ways does your media product useIn what ways does your media product use
In what ways does your media product useCurtis_Price
 
Preparing to teach online
Preparing to teach onlinePreparing to teach online
Preparing to teach onlineJim Wentworth
 
Social media management - ادارة الاعلام الاجتماعي
Social media management - ادارة الاعلام الاجتماعيSocial media management - ادارة الاعلام الاجتماعي
Social media management - ادارة الاعلام الاجتماعيMohamed Elsherif
 
Venezuela (1908-1945)
Venezuela (1908-1945)Venezuela (1908-1945)
Venezuela (1908-1945)Manuel Acosta
 

Andere mochten auch (20)

Sense títol 1 (1)
Sense títol 1 (1)Sense títol 1 (1)
Sense títol 1 (1)
 
Wielkanoc
WielkanocWielkanoc
Wielkanoc
 
Franklin dcosta resume
Franklin dcosta resumeFranklin dcosta resume
Franklin dcosta resume
 
ผลงานประจำสัปดาห์ กก.๗ บก.กฝ.(16 ม.ค. 56)
ผลงานประจำสัปดาห์ กก.๗ บก.กฝ.(16 ม.ค. 56)ผลงานประจำสัปดาห์ กก.๗ บก.กฝ.(16 ม.ค. 56)
ผลงานประจำสัปดาห์ กก.๗ บก.กฝ.(16 ม.ค. 56)
 
Diapositivas induccion metodologica 3
Diapositivas induccion metodologica 3Diapositivas induccion metodologica 3
Diapositivas induccion metodologica 3
 
El síntoma se llama calentamiento climático. Lecturas recomendadas. Jorge Rie...
El síntoma se llama calentamiento climático. Lecturas recomendadas. Jorge Rie...El síntoma se llama calentamiento climático. Lecturas recomendadas. Jorge Rie...
El síntoma se llama calentamiento climático. Lecturas recomendadas. Jorge Rie...
 
LAXinB'ham
LAXinB'hamLAXinB'ham
LAXinB'ham
 
Diapositiva web2.0
Diapositiva web2.0Diapositiva web2.0
Diapositiva web2.0
 
FRMS Implementation Guide for Operators
FRMS Implementation Guide for OperatorsFRMS Implementation Guide for Operators
FRMS Implementation Guide for Operators
 
SSRP Self Learning Guide Science - In Odia
SSRP Self Learning Guide Science - In OdiaSSRP Self Learning Guide Science - In Odia
SSRP Self Learning Guide Science - In Odia
 
World bank climate change energy financing report. Lecturas recomendadas. Lu...
World bank climate  change energy financing report. Lecturas recomendadas. Lu...World bank climate  change energy financing report. Lecturas recomendadas. Lu...
World bank climate change energy financing report. Lecturas recomendadas. Lu...
 
Gracia presentation1
Gracia presentation1Gracia presentation1
Gracia presentation1
 
Percobaan fisika
Percobaan fisikaPercobaan fisika
Percobaan fisika
 
Input output devices.6 to7
Input output devices.6 to7Input output devices.6 to7
Input output devices.6 to7
 
Franklin cuñas
Franklin cuñasFranklin cuñas
Franklin cuñas
 
In what ways does your media product use
In what ways does your media product useIn what ways does your media product use
In what ways does your media product use
 
Preparing to teach online
Preparing to teach onlinePreparing to teach online
Preparing to teach online
 
Social media management - ادارة الاعلام الاجتماعي
Social media management - ادارة الاعلام الاجتماعيSocial media management - ادارة الاعلام الاجتماعي
Social media management - ادارة الاعلام الاجتماعي
 
3vhoekenin3d
3vhoekenin3d3vhoekenin3d
3vhoekenin3d
 
Venezuela (1908-1945)
Venezuela (1908-1945)Venezuela (1908-1945)
Venezuela (1908-1945)
 

Ähnlich wie Fundamentals.1

Cpu and its functions
Cpu and its functionsCpu and its functions
Cpu and its functionsmyrajendra
 
components of computer
components of computercomponents of computer
components of computerswatihans
 
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
 
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 informationFrankie Jones
 
Chapter 2: Computer Hardware (Revision)
Chapter 2: Computer Hardware (Revision)Chapter 2: Computer Hardware (Revision)
Chapter 2: Computer Hardware (Revision)李 舜生
 
Block diagram of a computer
Block diagram of a computerBlock diagram of a computer
Block diagram of a computerZTE Nepal
 
COMPUTER ENGINEERING WORKSHOP MATERIALS UNIT-1
COMPUTER ENGINEERING WORKSHOP MATERIALS UNIT-1COMPUTER ENGINEERING WORKSHOP MATERIALS UNIT-1
COMPUTER ENGINEERING WORKSHOP MATERIALS UNIT-1Sri Latha
 
CHAPTER 2_INTRO TO COMPUTER SYSTEM.pptx
CHAPTER 2_INTRO TO COMPUTER SYSTEM.pptxCHAPTER 2_INTRO TO COMPUTER SYSTEM.pptx
CHAPTER 2_INTRO TO COMPUTER SYSTEM.pptxssuser2f3ce7
 
introduction to computers
 introduction to computers introduction to computers
introduction to computersDeepak John
 
Block Diagram of Computer
Block Diagram of ComputerBlock Diagram of Computer
Block Diagram of ComputerAnshuDubey19
 
Unit1 four part basic computer organization
Unit1 four part basic computer organizationUnit1 four part basic computer organization
Unit1 four part basic computer organizationNeha Kurale
 
Input Output - Computer Architecture
Input Output - Computer ArchitectureInput Output - Computer Architecture
Input Output - Computer ArchitectureMaruf Abdullah (Rion)
 
Computer organisation Module 1.ppt
Computer organisation Module 1.pptComputer organisation Module 1.ppt
Computer organisation Module 1.pptSoulReaper21
 

Ähnlich wie Fundamentals.1 (20)

Cpu and its functions
Cpu and its functionsCpu and its functions
Cpu and its functions
 
components of computer
components of computercomponents of computer
components of computer
 
C q 1
C q 1C q 1
C q 1
 
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
 
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
 
block_diagram_of_computer.pptx
block_diagram_of_computer.pptxblock_diagram_of_computer.pptx
block_diagram_of_computer.pptx
 
Chapter 2: Computer Hardware (Revision)
Chapter 2: Computer Hardware (Revision)Chapter 2: Computer Hardware (Revision)
Chapter 2: Computer Hardware (Revision)
 
Block diagram of a computer
Block diagram of a computerBlock diagram of a computer
Block diagram of a computer
 
COMPUTER ENGINEERING WORKSHOP MATERIALS UNIT-1
COMPUTER ENGINEERING WORKSHOP MATERIALS UNIT-1COMPUTER ENGINEERING WORKSHOP MATERIALS UNIT-1
COMPUTER ENGINEERING WORKSHOP MATERIALS UNIT-1
 
CHAPTER 2_INTRO TO COMPUTER SYSTEM.pptx
CHAPTER 2_INTRO TO COMPUTER SYSTEM.pptxCHAPTER 2_INTRO TO COMPUTER SYSTEM.pptx
CHAPTER 2_INTRO TO COMPUTER SYSTEM.pptx
 
introduction to computers
 introduction to computers introduction to computers
introduction to computers
 
BLOCK DIAGRAM OF COMPUTER
BLOCK DIAGRAM OF COMPUTERBLOCK DIAGRAM OF COMPUTER
BLOCK DIAGRAM OF COMPUTER
 
Block Diagram of Computer
Block Diagram of ComputerBlock Diagram of Computer
Block Diagram of Computer
 
Unit1 four part basic computer organization
Unit1 four part basic computer organizationUnit1 four part basic computer organization
Unit1 four part basic computer organization
 
Input Output - Computer Architecture
Input Output - Computer ArchitectureInput Output - Computer Architecture
Input Output - Computer Architecture
 
Block structure
Block structureBlock structure
Block structure
 
Computer organisation Module 1.ppt
Computer organisation Module 1.pptComputer organisation Module 1.ppt
Computer organisation Module 1.ppt
 
Computer Hardware
Computer HardwareComputer Hardware
Computer Hardware
 
1834902155 aka asgn 313
1834902155 aka asgn 3131834902155 aka asgn 313
1834902155 aka asgn 313
 
IT Week 3
IT Week 3IT Week 3
IT Week 3
 

Mehr von 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. Fundamentals of Computers http://improvec.blogspot.in/ 1
  • 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/ 2
  • 3. Prerequisites What is a computer? Computer is an electronic data processing machine http://improvec.blogspot.in/ 3
  • 4. Computer ? (Cont..)  An electronic device  which accepts input, processes it, and gives the result as output http://improvec.blogspot.in/ 4
  • 5. Operations of a Computer ? Accepts the input data  Processes the data Produces the information as output http://improvec.blogspot.in/ 5
  • 6. COMPUTER SYSTEM monitor monitor Keyboar Keyboar dd mous mous ee http://improvec.blogspot.in/ 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. http://improvec.blogspot.in/ 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; /* http://improvec.blogspot.in/ successfully */ indicate program ended 9 27 }
  • 10. Components of computer system  Input unit  Memory unit  ALU (Arithmetic & Logical Unit)  Control unit  Output unit http://improvec.blogspot.in/ 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 http://improvec.blogspot.in/ 11
  • 12. COMPONENTS (Cont..) INPUT UNIT Device, which accepts the program & data from user OUTPUT UNIT Device, which shows results in desired form. http://improvec.blogspot.in/ 12
  • 13.  MEMORY UNIT Stores programs, data (input, output) and intermediate results temporarily.  CPU (Central Processing Unit) ALU (ARITHMETIC & LOGICAL UNIT) CU (CONTROL UNIT) http://improvec.blogspot.in/ 13
  • 14. CPU (Central Processing Unit)  CPU is the heart and brain of the computer.  Combination of ALU & CU. http://improvec.blogspot.in/ 14
  • 15. ALU (Arithmetic Logic Unit) It performs two types of operations  Arithmetic Operations  Logical Operations http://improvec.blogspot.in/ 15
  • 16. Control Unit  Responsible for coordination and cooperation of various parts of a computer system  Provides timing & control signals http://improvec.blogspot.in/ 16
  • 17. Summary What is a computer? Organization of a computer Components of a computer http://improvec.blogspot.in/ 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? http://improvec.blogspot.in/ 18
  • 19. 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/ 19
  • 20. Quiz (Contd..) 2. Brain of computer. a. Input Unit b. Control Unit c. CPU d. Output Unit Answer: c http://improvec.blogspot.in/ 20
  • 21. 3. The meaningful form of data is called a. instruction b. data c. information d. all the above Answer: c http://improvec.blogspot.in/ 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 http://improvec.blogspot.in/ 22