SlideShare a Scribd company logo
1 of 31
1
Introduction to Computers
2
What Is A Computer?
A computer is an electronic device,
operating under the control of instructions
(software) stored in its own memory unit,
that can accept data (input), manipulate
data (process), and produce information
(output) from the processing. Generally,
the term is used to describe a collection of
devices that function together as a system.
3
Devices that comprise a
computer system
Printer
(output)
Monitor
(output)
Speaker
(output)
Scanner
(input)
Mouse
(input)
Keyboard
(input)
System unit
(processor, memory…)
Storage devices
(CD-RW, Floppy,
Hard disk, zip,…)
4
Data and Information
 All computer processing requires data, which is a collection of raw
facts, figures and symbols, such as numbers, words, images, video and
sound, given to the computer during the input phase.
 Computers manipulate data to create information. Information is data
that is organized, meaningful, and useful.
 During the output Phase, the information that has been created is put
into some form, such as a printed report.
 The information can also be put in computer storage for future use.
5
Why Is A Computer So
Powerful?
 The ability to perform the information
processing cycle with amazing speed.
 Reliability (low failure rate).
 Accuracy.
 Ability to store huge amounts of data and
information.
 Ability to communicate with other computers.
6
How Does a Computer Know
what to do?
 It must be given a detailed list of instructions,
called a compute program or software, that tells
it exactly what to do.
 Before processing a specific job, the computer
program corresponding to that job must be stored
in memory.
 Once the program is stored in memory the
compute can start the operation by executing the
program instructions one after the other.
7
What Does A Computer Do?
Computers can perform four general operations,
which comprise the information processing cycle.
 Input
 Process
 Output
 Storage
8
Typical Computer
Input Device
Data is entered into the computer
through input devices.
Examples include a keyboard,
Scanner, pen, and speech
Output Device
Several devices take computer output
and present it in various formats to users.
Examples include information shown
on a monitor screen or printed from a
printing device and Speaker
Storage Device
Data and programs may be
permanently stored on various storage
media.
Examples include a floppy disk, hard
disk, and CD-ROM/RW.
9
What Are The Primary
Components Of A Computer ?
 Input devices.
 Central Processing Unit
(containing the control
unit and the
arithmetic/logic unit).
 Memory.
 Output devices.
 Storage devices.
10
 This model of the typical digital computer is
often called the von Neumann computer.
CPU
(Central Processing Unit)
Input
Units
Output
Units
Primary Memory
11
Input Devices
Keyboard.
Mouse.
12
The Keyboard
The most commonly used input device is the
keyboard on which data is entered by manually
keying in or typing certain keys. A keyboard
typically has 101 or 105 keys.
13
The Mouse
Is a pointing device which is used to control the
movement of a mouse pointer on the screen to
make selections from the screen. A mouse has one
to five buttons. The bottom of the mouse is flat and
contains a mechanism that detects movement of the
mouse.
14
The Central processing Unit
The central processing unit (CPU) contains
electronic circuits that cause processing to occur.
The CPU interprets instructions to the computer,
performs the logical and arithmetic processing
operations, and causes the input and output
operations to occur. It is considered the “brain” of
the computer.
15
The Central Processing Unit
 Central processing unit (CPU) performs the actual
computation or “number crunching” inside any computer.
 Microprocessor made up of millions of microscopic
transistors embedded in a circuit on a silicon chip.
 Control unit sequentially accesses program instructions,
decodes them and controls the flow of data to and from the
ALU, the registers, the caches, primary storage, secondary
storage and various output devices.
16
CPU
 Arithmetic-logic unit (ALU) performs the mathematic
calculations and makes logical comparisons.
 Registers are high-speed storage areas that store very
small amounts of data and instructions for short periods of
time.
Instruction Register (Instruction placed here for
analysis)
Program Counter (Which instruction will be
performed next?)
. Instruction Decoding Unit (Decodes the instruction)
17
How the CPU Works
18
BUSES
CPU
PRIMARY
STORAGE
DATA BUS
ADDRESS BUS
CONTROL BUS
INPUT
DEVICES
OUTPUT
DEVICES
SECONDARY
STORAGE
19
Memory
Two basic categories of computer memory:
Primary storage and secondary storage.
Primary stores small amounts of data and information
that will be immediately used by the CPU.
Secondary stores much larger amounts of data and
information (an entire software program, for example)
for extended periods of time.
20
Primary Storage
 Primary storage or main memory stores three types of
information for very brief periods of time:
– Data to be processed by the CPU;
– Instructions for the CPU as to how to process the data;
– Operating system programs that manage various aspects of the
computer’s operation.
 Primary storage takes place in chips mounted on the
computer’s main circuit board, called the motherboard.
 Four main types of primary storage: register, random
access memory (RAM), cache memory and read-only
memory (ROM).
21
Main Types of Primary
Storage
 Registers: registers are part of the CPU with the
least capacity, storing extremely limited amounts
of instructions and data only immediately before
and after processing.
 Random access memory (RAM): The part of
primary storage that holds a software program and
small amounts of data when they are brought from
secondary storage.
 Cache memory: A type of primary storage where
the computer can temporarily store blocks of data
used more often.
22
Primary Storage
 Read-only memory (ROM): Type of primary
storage where certain critical instructions are
safeguarded; the storage is nonvolatile and retains
the instructions when the power to the computer is
turned off.
 Flash memory: A form of rewritable read-only
memory that is compact, portable, and requires
little energy.
23
Secondary Storage
Memory capacity that can store very large
amounts of data for extended periods of
time.
– It is nonvolatile.
– It takes much more time to retrieve data
because of the electromechanical nature.
– It is cheaper than primary storage.
– It can take place on a variety of media
24
Secondary Storage
 Magnetic tape: A secondary storage medium on a
large open reel or in a smaller cartridge or
cassette.
 Sequential access: Data access in which the
computer system must run through data in
sequence in order to locate a particular piece.
 Magnetic disks: A form of secondary storage on a
magnetized disk divided into tracks and sectors
that provide addresses for various pieces of data;
also called hard disks.
25
Secondary Storage
 Hard drives: A form of secondary storage that
stores data on platters divided into concentric
tracks and sectors, which can be read by a
read/write head that pivots across the rotating
disks.
 Direct access: Data access in which any piece of
data be retrieved in a nonsequential manner by
locating it using the data’s address.
 Magnetic diskettes: A form of easily portable
secondary storage on flexible Mylar disks; also
called floppy disks.
26
Optical Storage Devices
 Optical storage devices: A form of secondary storage in
which a laser reads the surface of a reflective plastic
platter.
 Compact disk, read-only memory (CD-ROM): A form
of secondary storage that can be only read and not written
on.
 Digital video disk (DVD): An optical storage device used
to store digital video or computer data.
 Fluorescent multilayer disk (FMD-ROM): An optical
storage device with much greater storage capacity than
DVDs.
27
Output Devices
Output devices make the information
resulting from the processing available for
use. The two output devices more
commonly used are the printer and the
computer screen.
The printer produces a hard copy of your
output, and the computer screen produces a
soft copy of your output.
28
Software is a set of programs through which user can
perform required task.
Software can be classified in to two types
Application Software
Programming language
Application Package
System Software
Operating System
Device Driver Programming
Computer software
29
Operating System Software
Operating system software tells the computer
how to perform the functions of loading,
storing and executing an application and how
to transfer data.
Today, many computers use an operating
system that has a graphical user interface
(GUI) that provides visual clues such as icon
symbols to help the user. Microsoft Windows
98 is a widely used graphical operating
system. DOS (Disk Operating System) is an
older but still widely used operating system
that is text-based.
30
Operating Systems
 Operating System is set of program which enables user
software to interface with the computer hardware and it
also manages all the hardware resources
 Some of the functions of the Operating System includes
Process control
File control
Secondary Storage Control
I/O Device Control
User Control
31
Operating System Layers

More Related Content

What's hot

Pc components
Pc componentsPc components
Pc componentsFrya Lora
 
The different components of a computer system
The different components of a computer system The different components of a computer system
The different components of a computer system Subagini Manivannan
 
Computer memory presentation
Computer memory presentationComputer memory presentation
Computer memory presentationRitu Jhalani
 
Computer Hardware Basics
Computer Hardware BasicsComputer Hardware Basics
Computer Hardware BasicsMark Rotondella
 
Computer Hardware
Computer HardwareComputer Hardware
Computer Hardwarenitinmote
 
Memory in computer
Memory in computerMemory in computer
Memory in computerahmed51236
 
Main memory of computer .ppt
Main memory of computer .pptMain memory of computer .ppt
Main memory of computer .pptBasraJaswinder
 
hardware software basics
hardware software basicshardware software basics
hardware software basicsDeepa Rani
 
08. Central Processing Unit (CPU)
08. Central Processing Unit (CPU)08. Central Processing Unit (CPU)
08. Central Processing Unit (CPU)Akhila Dakshina
 
Components of a computer system
Components of a computer systemComponents of a computer system
Components of a computer systemlistergc
 
Primary Storage Devices
Primary Storage DevicesPrimary Storage Devices
Primary Storage DevicesRaul Correa
 
Software and hardware
Software and hardwareSoftware and hardware
Software and hardwaremeryy21
 
Storage devices and features
Storage devices and featuresStorage devices and features
Storage devices and featuresShubham Nahar
 

What's hot (20)

Pc components
Pc componentsPc components
Pc components
 
The different components of a computer system
The different components of a computer system The different components of a computer system
The different components of a computer system
 
Computer memory presentation
Computer memory presentationComputer memory presentation
Computer memory presentation
 
Computer Memory
 Computer Memory Computer Memory
Computer Memory
 
Computer Hardware Basics
Computer Hardware BasicsComputer Hardware Basics
Computer Hardware Basics
 
Basic computer system
Basic computer systemBasic computer system
Basic computer system
 
Computer hardware and its components
Computer hardware and its componentsComputer hardware and its components
Computer hardware and its components
 
Computer Hardware
Computer HardwareComputer Hardware
Computer Hardware
 
Memory in computer
Memory in computerMemory in computer
Memory in computer
 
The Inside of a Computer
The Inside of a ComputerThe Inside of a Computer
The Inside of a Computer
 
System Unit
System UnitSystem Unit
System Unit
 
Main memory of computer .ppt
Main memory of computer .pptMain memory of computer .ppt
Main memory of computer .ppt
 
hardware software basics
hardware software basicshardware software basics
hardware software basics
 
08. Central Processing Unit (CPU)
08. Central Processing Unit (CPU)08. Central Processing Unit (CPU)
08. Central Processing Unit (CPU)
 
Computer hardware
Computer hardwareComputer hardware
Computer hardware
 
Components of a computer system
Components of a computer systemComponents of a computer system
Components of a computer system
 
Primary Storage Devices
Primary Storage DevicesPrimary Storage Devices
Primary Storage Devices
 
Secondary memory
Secondary memorySecondary memory
Secondary memory
 
Software and hardware
Software and hardwareSoftware and hardware
Software and hardware
 
Storage devices and features
Storage devices and featuresStorage devices and features
Storage devices and features
 

Similar to Basic of computer

Introduction to Computers system ppt.ppt
Introduction to Computers system ppt.pptIntroduction to Computers system ppt.ppt
Introduction to Computers system ppt.pptAnkitaDhiman36
 
Introduction to Computers.ppt
Introduction to Computers.pptIntroduction to Computers.ppt
Introduction to Computers.pptEnquiryTITBhiwani
 
basics of computer
basics of computerbasics of computer
basics of computerddoid9976
 
01 01 Introduction to Computers.ppt
01 01 Introduction to Computers.ppt01 01 Introduction to Computers.ppt
01 01 Introduction to Computers.pptBINJAD1
 
what is computer
what is computerwhat is computer
what is computerJelz JZ
 
1 Introduction to Computer .ppt
1 Introduction to Computer .ppt1 Introduction to Computer .ppt
1 Introduction to Computer .pptZebi Khan
 
ICT, Basic of Computer, Hardware, Various parts of computer hardware, What is...
ICT, Basic of Computer, Hardware, Various parts of computer hardware, What is...ICT, Basic of Computer, Hardware, Various parts of computer hardware, What is...
ICT, Basic of Computer, Hardware, Various parts of computer hardware, What is...Kaushal Mehta
 
CIS99_Ch_01 (1).pptx
CIS99_Ch_01 (1).pptxCIS99_Ch_01 (1).pptx
CIS99_Ch_01 (1).pptxAslamRj1
 
Introduction to Computer.pptx
Introduction to Computer.pptxIntroduction to Computer.pptx
Introduction to Computer.pptxCara Teresa Nueva
 
Introduction to computer application ppp
Introduction to computer application pppIntroduction to computer application ppp
Introduction to computer application pppMohammedBSMakimu1
 
Introtocomputernewpptfornewcomputerintro.ppt
Introtocomputernewpptfornewcomputerintro.pptIntrotocomputernewpptfornewcomputerintro.ppt
Introtocomputernewpptfornewcomputerintro.pptSadmanSakib259463
 
Introduction to Computer Sciences .ppt
Introduction to Computer Sciences .pptIntroduction to Computer Sciences .ppt
Introduction to Computer Sciences .pptSyedjawad55
 
Computer Organisation
Computer OrganisationComputer Organisation
Computer OrganisationLaxmiDevi38
 

Similar to Basic of computer (20)

Introduction to Computers.ppt
Introduction to Computers.pptIntroduction to Computers.ppt
Introduction to Computers.ppt
 
Introduction to Computers system ppt.ppt
Introduction to Computers system ppt.pptIntroduction to Computers system ppt.ppt
Introduction to Computers system ppt.ppt
 
Introduction to Computers.ppt
Introduction to Computers.pptIntroduction to Computers.ppt
Introduction to Computers.ppt
 
basics of computer
basics of computerbasics of computer
basics of computer
 
introtocomputers.pptx
introtocomputers.pptxintrotocomputers.pptx
introtocomputers.pptx
 
01 01 Introduction to Computers.ppt
01 01 Introduction to Computers.ppt01 01 Introduction to Computers.ppt
01 01 Introduction to Computers.ppt
 
what is computer
what is computerwhat is computer
what is computer
 
Chapter 2.pptx
Chapter 2.pptxChapter 2.pptx
Chapter 2.pptx
 
1 Introduction to Computer .ppt
1 Introduction to Computer .ppt1 Introduction to Computer .ppt
1 Introduction to Computer .ppt
 
ICT, Basic of Computer, Hardware, Various parts of computer hardware, What is...
ICT, Basic of Computer, Hardware, Various parts of computer hardware, What is...ICT, Basic of Computer, Hardware, Various parts of computer hardware, What is...
ICT, Basic of Computer, Hardware, Various parts of computer hardware, What is...
 
CIS99_Ch_01 (1).pptx
CIS99_Ch_01 (1).pptxCIS99_Ch_01 (1).pptx
CIS99_Ch_01 (1).pptx
 
Introduction to Computer.pptx
Introduction to Computer.pptxIntroduction to Computer.pptx
Introduction to Computer.pptx
 
Introduction to computer application ppp
Introduction to computer application pppIntroduction to computer application ppp
Introduction to computer application ppp
 
Introtocomputernewpptfornewcomputerintro.ppt
Introtocomputernewpptfornewcomputerintro.pptIntrotocomputernewpptfornewcomputerintro.ppt
Introtocomputernewpptfornewcomputerintro.ppt
 
Introduction to Computer Sciences .ppt
Introduction to Computer Sciences .pptIntroduction to Computer Sciences .ppt
Introduction to Computer Sciences .ppt
 
Introdusing of computer
Introdusing of computerIntrodusing of computer
Introdusing of computer
 
Computer Organisation
Computer OrganisationComputer Organisation
Computer Organisation
 
3945319.ppt
3945319.ppt3945319.ppt
3945319.ppt
 
computer components
computer componentscomputer components
computer components
 
3945319.ppt
3945319.ppt3945319.ppt
3945319.ppt
 

More from Tukaram Gundoor

More from Tukaram Gundoor (8)

Memory management
Memory managementMemory management
Memory management
 
Scanners
ScannersScanners
Scanners
 
Virus
VirusVirus
Virus
 
Hard disk
Hard diskHard disk
Hard disk
 
Creating a virtual machine for ms dos
Creating a virtual machine for ms dosCreating a virtual machine for ms dos
Creating a virtual machine for ms dos
 
Introduction to computers
Introduction to computersIntroduction to computers
Introduction to computers
 
discrete mathematics precedence of logical operators
discrete mathematics precedence of logical operatorsdiscrete mathematics precedence of logical operators
discrete mathematics precedence of logical operators
 
Scaling in research methodology
Scaling in research methodologyScaling in research methodology
Scaling in research methodology
 

Recently uploaded

Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationAadityaSharma884161
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxLigayaBacuel1
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 

Recently uploaded (20)

9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint Presentation
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 

Basic of computer

  • 2. 2 What Is A Computer? A computer is an electronic device, operating under the control of instructions (software) stored in its own memory unit, that can accept data (input), manipulate data (process), and produce information (output) from the processing. Generally, the term is used to describe a collection of devices that function together as a system.
  • 3. 3 Devices that comprise a computer system Printer (output) Monitor (output) Speaker (output) Scanner (input) Mouse (input) Keyboard (input) System unit (processor, memory…) Storage devices (CD-RW, Floppy, Hard disk, zip,…)
  • 4. 4 Data and Information  All computer processing requires data, which is a collection of raw facts, figures and symbols, such as numbers, words, images, video and sound, given to the computer during the input phase.  Computers manipulate data to create information. Information is data that is organized, meaningful, and useful.  During the output Phase, the information that has been created is put into some form, such as a printed report.  The information can also be put in computer storage for future use.
  • 5. 5 Why Is A Computer So Powerful?  The ability to perform the information processing cycle with amazing speed.  Reliability (low failure rate).  Accuracy.  Ability to store huge amounts of data and information.  Ability to communicate with other computers.
  • 6. 6 How Does a Computer Know what to do?  It must be given a detailed list of instructions, called a compute program or software, that tells it exactly what to do.  Before processing a specific job, the computer program corresponding to that job must be stored in memory.  Once the program is stored in memory the compute can start the operation by executing the program instructions one after the other.
  • 7. 7 What Does A Computer Do? Computers can perform four general operations, which comprise the information processing cycle.  Input  Process  Output  Storage
  • 8. 8 Typical Computer Input Device Data is entered into the computer through input devices. Examples include a keyboard, Scanner, pen, and speech Output Device Several devices take computer output and present it in various formats to users. Examples include information shown on a monitor screen or printed from a printing device and Speaker Storage Device Data and programs may be permanently stored on various storage media. Examples include a floppy disk, hard disk, and CD-ROM/RW.
  • 9. 9 What Are The Primary Components Of A Computer ?  Input devices.  Central Processing Unit (containing the control unit and the arithmetic/logic unit).  Memory.  Output devices.  Storage devices.
  • 10. 10  This model of the typical digital computer is often called the von Neumann computer. CPU (Central Processing Unit) Input Units Output Units Primary Memory
  • 12. 12 The Keyboard The most commonly used input device is the keyboard on which data is entered by manually keying in or typing certain keys. A keyboard typically has 101 or 105 keys.
  • 13. 13 The Mouse Is a pointing device which is used to control the movement of a mouse pointer on the screen to make selections from the screen. A mouse has one to five buttons. The bottom of the mouse is flat and contains a mechanism that detects movement of the mouse.
  • 14. 14 The Central processing Unit The central processing unit (CPU) contains electronic circuits that cause processing to occur. The CPU interprets instructions to the computer, performs the logical and arithmetic processing operations, and causes the input and output operations to occur. It is considered the “brain” of the computer.
  • 15. 15 The Central Processing Unit  Central processing unit (CPU) performs the actual computation or “number crunching” inside any computer.  Microprocessor made up of millions of microscopic transistors embedded in a circuit on a silicon chip.  Control unit sequentially accesses program instructions, decodes them and controls the flow of data to and from the ALU, the registers, the caches, primary storage, secondary storage and various output devices.
  • 16. 16 CPU  Arithmetic-logic unit (ALU) performs the mathematic calculations and makes logical comparisons.  Registers are high-speed storage areas that store very small amounts of data and instructions for short periods of time. Instruction Register (Instruction placed here for analysis) Program Counter (Which instruction will be performed next?) . Instruction Decoding Unit (Decodes the instruction)
  • 17. 17 How the CPU Works
  • 18. 18 BUSES CPU PRIMARY STORAGE DATA BUS ADDRESS BUS CONTROL BUS INPUT DEVICES OUTPUT DEVICES SECONDARY STORAGE
  • 19. 19 Memory Two basic categories of computer memory: Primary storage and secondary storage. Primary stores small amounts of data and information that will be immediately used by the CPU. Secondary stores much larger amounts of data and information (an entire software program, for example) for extended periods of time.
  • 20. 20 Primary Storage  Primary storage or main memory stores three types of information for very brief periods of time: – Data to be processed by the CPU; – Instructions for the CPU as to how to process the data; – Operating system programs that manage various aspects of the computer’s operation.  Primary storage takes place in chips mounted on the computer’s main circuit board, called the motherboard.  Four main types of primary storage: register, random access memory (RAM), cache memory and read-only memory (ROM).
  • 21. 21 Main Types of Primary Storage  Registers: registers are part of the CPU with the least capacity, storing extremely limited amounts of instructions and data only immediately before and after processing.  Random access memory (RAM): The part of primary storage that holds a software program and small amounts of data when they are brought from secondary storage.  Cache memory: A type of primary storage where the computer can temporarily store blocks of data used more often.
  • 22. 22 Primary Storage  Read-only memory (ROM): Type of primary storage where certain critical instructions are safeguarded; the storage is nonvolatile and retains the instructions when the power to the computer is turned off.  Flash memory: A form of rewritable read-only memory that is compact, portable, and requires little energy.
  • 23. 23 Secondary Storage Memory capacity that can store very large amounts of data for extended periods of time. – It is nonvolatile. – It takes much more time to retrieve data because of the electromechanical nature. – It is cheaper than primary storage. – It can take place on a variety of media
  • 24. 24 Secondary Storage  Magnetic tape: A secondary storage medium on a large open reel or in a smaller cartridge or cassette.  Sequential access: Data access in which the computer system must run through data in sequence in order to locate a particular piece.  Magnetic disks: A form of secondary storage on a magnetized disk divided into tracks and sectors that provide addresses for various pieces of data; also called hard disks.
  • 25. 25 Secondary Storage  Hard drives: A form of secondary storage that stores data on platters divided into concentric tracks and sectors, which can be read by a read/write head that pivots across the rotating disks.  Direct access: Data access in which any piece of data be retrieved in a nonsequential manner by locating it using the data’s address.  Magnetic diskettes: A form of easily portable secondary storage on flexible Mylar disks; also called floppy disks.
  • 26. 26 Optical Storage Devices  Optical storage devices: A form of secondary storage in which a laser reads the surface of a reflective plastic platter.  Compact disk, read-only memory (CD-ROM): A form of secondary storage that can be only read and not written on.  Digital video disk (DVD): An optical storage device used to store digital video or computer data.  Fluorescent multilayer disk (FMD-ROM): An optical storage device with much greater storage capacity than DVDs.
  • 27. 27 Output Devices Output devices make the information resulting from the processing available for use. The two output devices more commonly used are the printer and the computer screen. The printer produces a hard copy of your output, and the computer screen produces a soft copy of your output.
  • 28. 28 Software is a set of programs through which user can perform required task. Software can be classified in to two types Application Software Programming language Application Package System Software Operating System Device Driver Programming Computer software
  • 29. 29 Operating System Software Operating system software tells the computer how to perform the functions of loading, storing and executing an application and how to transfer data. Today, many computers use an operating system that has a graphical user interface (GUI) that provides visual clues such as icon symbols to help the user. Microsoft Windows 98 is a widely used graphical operating system. DOS (Disk Operating System) is an older but still widely used operating system that is text-based.
  • 30. 30 Operating Systems  Operating System is set of program which enables user software to interface with the computer hardware and it also manages all the hardware resources  Some of the functions of the Operating System includes Process control File control Secondary Storage Control I/O Device Control User Control