SlideShare ist ein Scribd-Unternehmen logo
1 von 11
Downloaden Sie, um offline zu lesen
Overview of Computer
1 | P a g e
Overview of Computer System:
 What is a Computer?
o Computer is a device that transforms data into meaningful
information. Data can be anything like marks obtained by you in
various subjects. It can also be name, age, sex, weight, height, etc.
of all the students in a class. Computer can also be defined in
terms of functions it can perform. A computer can i) accept data, ii)
store data, iii) process data as desired, and iv) retrieve the stored
data as and when required and v) print the result in desired
format. The major characteristics of a computer are high speed,
accuracy, diligence, versatility and storage.
Figure: Why we need computer?
Type your text
www.onlinejobstudy.com
Overview of Computer
2 | P a g e
Figure: Use of Computer
 What does computer do?
o Computer collect data and does processing on the data. After the
processing data is concerted to processing. Information is
meaningful output of processed data.
Figure: Basic task of Computer
Computer
Data
Process
 It is an electronic device used to:
 Store
 Retrieve and process data
 Unprocessed data, figures and stats
 Conversion of raw data into useful information
www.onlinejobstudy.com
Overview of Computer
3 | P a g e
 Data processing:
Figure: Data processing
 How does computer work?
o A Computer is a machine which solves problems for people written
as programs.
o A Program is a sequence of statements/steps stating how to
perform a task. For each step an arithmetic and logical operation is
done. For each operation a different set of control signals is
needed – i.e. an instruction. An instruction can be machine
language instructions
o Or assembly language instructions or even high level language
instructions.
o A hardware is something that is tangible. For e.g. CPU, Memory,
I/O devices, Bus etc.
Input (data) Processing Output (Information)
www.onlinejobstudy.com
Overview of Computer
4 | P a g e
 Main components of a computer system
Figure: main components of computer system
www.onlinejobstudy.com
Overview of Computer
5 | P a g e
Hardware Components :
Figure: hardware components
Computer main components:
o Central Processing Unit (CPU)
o Main Memory
o Input / Output devices
o Bus
www.onlinejobstudy.com
Overview of Computer
6 | P a g e
Block diagram of computer is below:
Here we will study about CPU and memory. In the second part we will learn about
I/O system.
o CPU: CPU is the part of the computer that performs the bulk of
the data processing operations. Its main function is to execute
programs stored in the main memory by fetching the instructions,
examining them and executing them. The ALU and the CU of a
computer system are jointly known as the central processing unit
(CPU). You may call CPU as the brain of any computer system.
www.onlinejobstudy.com
Overview of Computer
7 | P a g e
 Parts of CPU
o Control Unit ( CU )
o Arithmetic and Logical Unit (ALU)
o Registers
o Control Unit: The process of input, output, processing and storage
is performed under the supervision of a unit called 'Control Unit'. It
decides when to start receiving data, when to stop it, where to
store data, etc. It takes care of step -by-step processing of all
operations inside the computer.
o The control unit fetches program instructions from main memory,
decodes these instructions and sends control signals to other units
of a computer system. The execution of a machine instruction
consists of a sequence of steps by accessing the main memory as
and when necessary to read data.
ALU
o The major operations performed by the ALU are addition,
subtraction, multiplication, division, logic and comparison.
REGISTERS
o The registers store intermediate data used during the execution of
the instructions. We know that memory locations are needed for
storing pointers, counters, return addresses, temporary results,
partial products etc. But having to refer to memory locations for
o Applications is time consuming as memory access is very time
consuming. It is more convenient and more efficient to store these
intermediate values in registers inside the processor. When a large
no. of registers are included in the CPU, it is efficient to connect
them through a common bus system.
Von Neumann architecture - characteristics
o One processor
o Use of stored programs
o Sequential processing of instructions
o Single Instruction, Single Data stream (SISD) mode
www.onlinejobstudy.com
Overview of Computer
8 | P a g e
Fetch-decode-execute cycle
o Fetch Phase
o Decode Phase
o Execute Phase
Measures of CPU performance
o MIPS (Million instructions par second)
o Clock Speed(How fast does clock move of processor)
o FLOPS (Floating point operations execution par second)
 Memory
o Place to store programs and data
o Stored as bits/bytes/words.
o A bit is binary digit taking a value of either 0 or 1.
o A byte is collection of 8 bits.
o A word is collection of 16, 32 or 64 bits.
www.onlinejobstudy.com
Overview of Computer
9 | P a g e
Categories
o Primary Memory
o Secondary Memory
o Internal Memory
Figure: Memory Types
Primary Memory:
o Implemented in high speed devices located outside CPU
o Costly and volatile
o Holds program contents currently being executed & small amount
of data
Example: RAM
Secondary Memory:
o Low speed
o Non-volatile
o Holds program not currently being executed
o Holds large data
Memory
Seconday
memory
Main
memory
RAM ROM
Cache
memory
Internal External
Registes
www.onlinejobstudy.com
Overview of Computer
10 | P a g e
Examples: Disk, Tape
Internal Memory:
o Implemented in very high-speed devices located within CPU
o Holds currently execution instructions and few data related items
o Very expensive
o Examples: Registers
 Bus
o Parallel wires that carry several bits at a time Carries instructions,
data, addresses or commands unidirectional or bi-directional. It is a
ribbon like set of parallel wires that can carry several bits at the
same time.
www.onlinejobstudy.com
Overview of Computer
11 | P a g e
Major Categories
o – Data bus
o – Address bus
o – Control bus
www.onlinejobstudy.com

Weitere ähnliche Inhalte

Was ist angesagt?

Chapter 01 - Introduction
Chapter 01 - IntroductionChapter 01 - Introduction
Chapter 01 - Introduction
César de Souza
 
Int 2 computer structure 2010
Int 2 computer structure 2010Int 2 computer structure 2010
Int 2 computer structure 2010
iarthur
 

Was ist angesagt? (20)

L 2 basic computer organization
L 2 basic computer organizationL 2 basic computer organization
L 2 basic computer organization
 
Functional units of computer
Functional units of computerFunctional units of computer
Functional units of computer
 
In the heart of computers
In the heart of computersIn the heart of computers
In the heart of computers
 
Computer processing
Computer processingComputer processing
Computer processing
 
Basic computer organization
Basic computer organizationBasic computer organization
Basic computer organization
 
introduction to microprocessor and microcomputer
introduction to microprocessor and microcomputerintroduction to microprocessor and microcomputer
introduction to microprocessor and microcomputer
 
Computer Fundamentals.
Computer Fundamentals.Computer Fundamentals.
Computer Fundamentals.
 
Unit 1
Unit 1Unit 1
Unit 1
 
Chapter 01 - Introduction
Chapter 01 - IntroductionChapter 01 - Introduction
Chapter 01 - Introduction
 
Von Neumann Architecture
Von Neumann ArchitectureVon Neumann Architecture
Von Neumann Architecture
 
CPU
CPUCPU
CPU
 
3. basic organization of a computer
3. basic organization of a computer3. basic organization of a computer
3. basic organization of a computer
 
Hypothetical machine and instruction flow scenarios
Hypothetical machine and instruction flow scenariosHypothetical machine and instruction flow scenarios
Hypothetical machine and instruction flow scenarios
 
CS4109 Computer System Architecture
CS4109 Computer System ArchitectureCS4109 Computer System Architecture
CS4109 Computer System Architecture
 
Computer architecture and organization
Computer architecture and organizationComputer architecture and organization
Computer architecture and organization
 
Central Processing Unit
Central Processing UnitCentral Processing Unit
Central Processing Unit
 
Von Neumann Architecture
Von Neumann Architecture   Von Neumann Architecture
Von Neumann Architecture
 
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
 
Int 2 computer structure 2010
Int 2 computer structure 2010Int 2 computer structure 2010
Int 2 computer structure 2010
 
The CPU and Memory and Major Components
The CPU and Memory and  Major ComponentsThe CPU and Memory and  Major Components
The CPU and Memory and Major Components
 

Ähnlich wie Ia syllabus Topic computer Related

Data processing
Data processingData processing
Data processing
Dr. Shalini Pandey
 
Introduction to computers
Introduction to computersIntroduction to computers
Introduction to computers
Sid1256
 
COA-Unit-1-Basics.ppt
COA-Unit-1-Basics.pptCOA-Unit-1-Basics.ppt
COA-Unit-1-Basics.ppt
Ruhul Amin
 
Saminshakya21powerpoint of computer and its components .pptx
Saminshakya21powerpoint of computer and its components .pptxSaminshakya21powerpoint of computer and its components .pptx
Saminshakya21powerpoint of computer and its components .pptx
SaminShakya1
 

Ähnlich wie Ia syllabus Topic computer Related (20)

COMPUTER ORGNAIZATION NOTES
COMPUTER ORGNAIZATION NOTESCOMPUTER ORGNAIZATION NOTES
COMPUTER ORGNAIZATION NOTES
 
Computer Organisation unit 1 basics of computer Organisation
Computer Organisation unit 1 basics of computer OrganisationComputer Organisation unit 1 basics of computer Organisation
Computer Organisation unit 1 basics of computer Organisation
 
Introduction to Computer UNIT 1 notes.pdf
Introduction to Computer UNIT 1 notes.pdfIntroduction to Computer UNIT 1 notes.pdf
Introduction to Computer UNIT 1 notes.pdf
 
unit-i.pdf
unit-i.pdfunit-i.pdf
unit-i.pdf
 
INSTRUCTION TYPES
INSTRUCTION TYPESINSTRUCTION TYPES
INSTRUCTION TYPES
 
Basics Of Computers | The Computer System
Basics Of Computers | The Computer SystemBasics Of Computers | The Computer System
Basics Of Computers | The Computer System
 
Computer architecture pptx
Computer architecture pptxComputer architecture pptx
Computer architecture pptx
 
Computer application in business
Computer application in businessComputer application in business
Computer application in business
 
abdelwahab alsammak_lecture-1-Introduction.ppt
abdelwahab alsammak_lecture-1-Introduction.pptabdelwahab alsammak_lecture-1-Introduction.ppt
abdelwahab alsammak_lecture-1-Introduction.ppt
 
Intro to computer
Intro to computerIntro to computer
Intro to computer
 
Data processing
Data processingData processing
Data processing
 
IT130 - U1L1.pptx
IT130 - U1L1.pptxIT130 - U1L1.pptx
IT130 - U1L1.pptx
 
Tìm hiểu về Công nghệ thông tin (IT) toàn tập
Tìm hiểu về Công nghệ thông tin (IT) toàn tậpTìm hiểu về Công nghệ thông tin (IT) toàn tập
Tìm hiểu về Công nghệ thông tin (IT) toàn tập
 
Introduction to computers
Introduction to computersIntroduction to computers
Introduction to computers
 
COMPUTERS IN EDUCATION - UNIT 1 - INTRODUCTION TO COMPUTER - B.ED - 8620 - AIOU
COMPUTERS IN EDUCATION - UNIT 1 - INTRODUCTION TO COMPUTER - B.ED - 8620 - AIOUCOMPUTERS IN EDUCATION - UNIT 1 - INTRODUCTION TO COMPUTER - B.ED - 8620 - AIOU
COMPUTERS IN EDUCATION - UNIT 1 - INTRODUCTION TO COMPUTER - B.ED - 8620 - AIOU
 
Computer data processing
Computer data processingComputer data processing
Computer data processing
 
COA-Unit-1-Basics.ppt
COA-Unit-1-Basics.pptCOA-Unit-1-Basics.ppt
COA-Unit-1-Basics.ppt
 
Unit2fit
Unit2fitUnit2fit
Unit2fit
 
Zimsec Computer Science Notes
Zimsec Computer Science NotesZimsec Computer Science Notes
Zimsec Computer Science Notes
 
Saminshakya21powerpoint of computer and its components .pptx
Saminshakya21powerpoint of computer and its components .pptxSaminshakya21powerpoint of computer and its components .pptx
Saminshakya21powerpoint of computer and its components .pptx
 

Kürzlich hochgeladen

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Kürzlich hochgeladen (20)

Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.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
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 

Ia syllabus Topic computer Related

  • 1. Overview of Computer 1 | P a g e Overview of Computer System:  What is a Computer? o Computer is a device that transforms data into meaningful information. Data can be anything like marks obtained by you in various subjects. It can also be name, age, sex, weight, height, etc. of all the students in a class. Computer can also be defined in terms of functions it can perform. A computer can i) accept data, ii) store data, iii) process data as desired, and iv) retrieve the stored data as and when required and v) print the result in desired format. The major characteristics of a computer are high speed, accuracy, diligence, versatility and storage. Figure: Why we need computer? Type your text www.onlinejobstudy.com
  • 2. Overview of Computer 2 | P a g e Figure: Use of Computer  What does computer do? o Computer collect data and does processing on the data. After the processing data is concerted to processing. Information is meaningful output of processed data. Figure: Basic task of Computer Computer Data Process  It is an electronic device used to:  Store  Retrieve and process data  Unprocessed data, figures and stats  Conversion of raw data into useful information www.onlinejobstudy.com
  • 3. Overview of Computer 3 | P a g e  Data processing: Figure: Data processing  How does computer work? o A Computer is a machine which solves problems for people written as programs. o A Program is a sequence of statements/steps stating how to perform a task. For each step an arithmetic and logical operation is done. For each operation a different set of control signals is needed – i.e. an instruction. An instruction can be machine language instructions o Or assembly language instructions or even high level language instructions. o A hardware is something that is tangible. For e.g. CPU, Memory, I/O devices, Bus etc. Input (data) Processing Output (Information) www.onlinejobstudy.com
  • 4. Overview of Computer 4 | P a g e  Main components of a computer system Figure: main components of computer system www.onlinejobstudy.com
  • 5. Overview of Computer 5 | P a g e Hardware Components : Figure: hardware components Computer main components: o Central Processing Unit (CPU) o Main Memory o Input / Output devices o Bus www.onlinejobstudy.com
  • 6. Overview of Computer 6 | P a g e Block diagram of computer is below: Here we will study about CPU and memory. In the second part we will learn about I/O system. o CPU: CPU is the part of the computer that performs the bulk of the data processing operations. Its main function is to execute programs stored in the main memory by fetching the instructions, examining them and executing them. The ALU and the CU of a computer system are jointly known as the central processing unit (CPU). You may call CPU as the brain of any computer system. www.onlinejobstudy.com
  • 7. Overview of Computer 7 | P a g e  Parts of CPU o Control Unit ( CU ) o Arithmetic and Logical Unit (ALU) o Registers o Control Unit: The process of input, output, processing and storage is performed under the supervision of a unit called 'Control Unit'. It decides when to start receiving data, when to stop it, where to store data, etc. It takes care of step -by-step processing of all operations inside the computer. o The control unit fetches program instructions from main memory, decodes these instructions and sends control signals to other units of a computer system. The execution of a machine instruction consists of a sequence of steps by accessing the main memory as and when necessary to read data. ALU o The major operations performed by the ALU are addition, subtraction, multiplication, division, logic and comparison. REGISTERS o The registers store intermediate data used during the execution of the instructions. We know that memory locations are needed for storing pointers, counters, return addresses, temporary results, partial products etc. But having to refer to memory locations for o Applications is time consuming as memory access is very time consuming. It is more convenient and more efficient to store these intermediate values in registers inside the processor. When a large no. of registers are included in the CPU, it is efficient to connect them through a common bus system. Von Neumann architecture - characteristics o One processor o Use of stored programs o Sequential processing of instructions o Single Instruction, Single Data stream (SISD) mode www.onlinejobstudy.com
  • 8. Overview of Computer 8 | P a g e Fetch-decode-execute cycle o Fetch Phase o Decode Phase o Execute Phase Measures of CPU performance o MIPS (Million instructions par second) o Clock Speed(How fast does clock move of processor) o FLOPS (Floating point operations execution par second)  Memory o Place to store programs and data o Stored as bits/bytes/words. o A bit is binary digit taking a value of either 0 or 1. o A byte is collection of 8 bits. o A word is collection of 16, 32 or 64 bits. www.onlinejobstudy.com
  • 9. Overview of Computer 9 | P a g e Categories o Primary Memory o Secondary Memory o Internal Memory Figure: Memory Types Primary Memory: o Implemented in high speed devices located outside CPU o Costly and volatile o Holds program contents currently being executed & small amount of data Example: RAM Secondary Memory: o Low speed o Non-volatile o Holds program not currently being executed o Holds large data Memory Seconday memory Main memory RAM ROM Cache memory Internal External Registes www.onlinejobstudy.com
  • 10. Overview of Computer 10 | P a g e Examples: Disk, Tape Internal Memory: o Implemented in very high-speed devices located within CPU o Holds currently execution instructions and few data related items o Very expensive o Examples: Registers  Bus o Parallel wires that carry several bits at a time Carries instructions, data, addresses or commands unidirectional or bi-directional. It is a ribbon like set of parallel wires that can carry several bits at the same time. www.onlinejobstudy.com
  • 11. Overview of Computer 11 | P a g e Major Categories o – Data bus o – Address bus o – Control bus www.onlinejobstudy.com