SlideShare a Scribd company logo
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

Computer memory
Computer memoryComputer memory
Computer memory
nikunjandy
 
Computer Memory
Computer MemoryComputer Memory
Computer Memory
Forrester High School
 
Computer memory
Computer memoryComputer memory
Computer memory
arunavasava
 
The Inside of a Computer
The Inside of a ComputerThe Inside of a Computer
The Inside of a Computer
Roselyn Villanueva
 
Central Processing Unit(CPU)
Central Processing Unit(CPU)Central Processing Unit(CPU)
Central Processing Unit(CPU)
ANSANS8
 
Computer Systems Foundation General
Computer Systems Foundation GeneralComputer Systems Foundation General
Computer Systems Foundation Generalmrcarty
 
My presentation on 'computer hardware component' {hardware}
My presentation on 'computer hardware component' {hardware}My presentation on 'computer hardware component' {hardware}
My presentation on 'computer hardware component' {hardware}
Rahul Kumar
 
Storage devices
Storage devicesStorage devices
Storage devices
Madushan Sandaruwan
 
COMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTSCOMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTS
SHIVALI NEGI
 
Fundamentals Of Computer
Fundamentals Of ComputerFundamentals Of Computer
Fundamentals Of Computer
Jack Frost
 
Computer Hardware
Computer HardwareComputer Hardware
Computer Hardware
Forrester High School
 
Introduction to Basic Computer Concepts Presentation
Introduction to Basic Computer Concepts PresentationIntroduction to Basic Computer Concepts Presentation
Introduction to Basic Computer Concepts Presentation
Ana Tan
 
Pc components
Pc componentsPc components
Pc componentsFrya Lora
 
Central processing unit
Central processing unitCentral processing unit
Central processing unitmariolinov
 
Computer hardware
Computer hardwareComputer hardware
Computer hardware
Muhammad Anees
 
computer memory and memory module
computer memory and memory modulecomputer memory and memory module
computer memory and memory module
thensi
 
computer hardware
computer hardwarecomputer hardware
computer hardware
Rajat Singla
 
Types and components of computers
Types and components of computersTypes and components of computers
Types and components of computersCik Na Shohaili
 
COMPUTER MEMORY : TYPES & FUNCTIONS
COMPUTER MEMORY : TYPES & FUNCTIONSCOMPUTER MEMORY : TYPES & FUNCTIONS
COMPUTER MEMORY : TYPES & FUNCTIONS
Angel Mary George
 
Memory Unit
Memory UnitMemory Unit
Memory Unit
DAVIS THOMAS
 

What's hot (20)

Computer memory
Computer memoryComputer memory
Computer memory
 
Computer Memory
Computer MemoryComputer Memory
Computer Memory
 
Computer memory
Computer memoryComputer memory
Computer memory
 
The Inside of a Computer
The Inside of a ComputerThe Inside of a Computer
The Inside of a Computer
 
Central Processing Unit(CPU)
Central Processing Unit(CPU)Central Processing Unit(CPU)
Central Processing Unit(CPU)
 
Computer Systems Foundation General
Computer Systems Foundation GeneralComputer Systems Foundation General
Computer Systems Foundation General
 
My presentation on 'computer hardware component' {hardware}
My presentation on 'computer hardware component' {hardware}My presentation on 'computer hardware component' {hardware}
My presentation on 'computer hardware component' {hardware}
 
Storage devices
Storage devicesStorage devices
Storage devices
 
COMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTSCOMPUTER SYSTEM AND ITS COMPONENTS
COMPUTER SYSTEM AND ITS COMPONENTS
 
Fundamentals Of Computer
Fundamentals Of ComputerFundamentals Of Computer
Fundamentals Of Computer
 
Computer Hardware
Computer HardwareComputer Hardware
Computer Hardware
 
Introduction to Basic Computer Concepts Presentation
Introduction to Basic Computer Concepts PresentationIntroduction to Basic Computer Concepts Presentation
Introduction to Basic Computer Concepts Presentation
 
Pc components
Pc componentsPc components
Pc components
 
Central processing unit
Central processing unitCentral processing unit
Central processing unit
 
Computer hardware
Computer hardwareComputer hardware
Computer hardware
 
computer memory and memory module
computer memory and memory modulecomputer memory and memory module
computer memory and memory module
 
computer hardware
computer hardwarecomputer hardware
computer hardware
 
Types and components of computers
Types and components of computersTypes and components of computers
Types and components of computers
 
COMPUTER MEMORY : TYPES & FUNCTIONS
COMPUTER MEMORY : TYPES & FUNCTIONSCOMPUTER MEMORY : TYPES & FUNCTIONS
COMPUTER MEMORY : TYPES & FUNCTIONS
 
Memory Unit
Memory UnitMemory Unit
Memory Unit
 

Similar to Basic of computer

Introduction to Computers.ppt
Introduction to Computers.pptIntroduction to Computers.ppt
Introduction to Computers.ppt
EnquiryTITBhiwani
 
Introduction to Computers.ppt
Introduction to Computers.pptIntroduction to Computers.ppt
Introduction to Computers.ppt
KarrarIbrahimAbdAlam
 
Introduction to Computers system ppt.ppt
Introduction to Computers system ppt.pptIntroduction to Computers system ppt.ppt
Introduction to Computers system ppt.ppt
AnkitaDhiman36
 
basics of computer
basics of computerbasics of computer
basics of computer
ddoid9976
 
introtocomputers.pptx
introtocomputers.pptxintrotocomputers.pptx
introtocomputers.pptx
ansariparveen06
 
01 01 Introduction to Computers.ppt
01 01 Introduction to Computers.ppt01 01 Introduction to Computers.ppt
01 01 Introduction to Computers.ppt
BINJAD1
 
what is computer
what is computerwhat is computer
what is computerJelz JZ
 
Chapter 2.pptx
Chapter 2.pptxChapter 2.pptx
Chapter 2.pptx
Wollo UNiversity
 
Introduction to Computer Science and hardware.ppt
Introduction to Computer Science and hardware.pptIntroduction to Computer Science and hardware.ppt
Introduction to Computer Science and hardware.ppt
AntnioMalvarMartinsN1
 
Introduction to Computing not in 2022 - Presentation
Introduction to Computing not in 2022 - PresentationIntroduction to Computing not in 2022 - Presentation
Introduction to Computing not in 2022 - Presentation
AntnioMalvarMartinsN1
 
1 Introduction to Computer .ppt
1 Introduction to Computer .ppt1 Introduction to Computer .ppt
1 Introduction to Computer .ppt
Zebi 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).pptx
AslamRj1
 
Introduction to Computer.pptx
Introduction to Computer.pptxIntroduction to Computer.pptx
Introduction to Computer.pptx
Cara Teresa Nueva
 
Introduction to computer application ppp
Introduction to computer application pppIntroduction to computer application ppp
Introduction to computer application ppp
MohammedBSMakimu1
 
Introtocomputernewpptfornewcomputerintro.ppt
Introtocomputernewpptfornewcomputerintro.pptIntrotocomputernewpptfornewcomputerintro.ppt
Introtocomputernewpptfornewcomputerintro.ppt
SadmanSakib259463
 
Introduction to Computer Sciences .ppt
Introduction to Computer Sciences .pptIntroduction to Computer Sciences .ppt
Introduction to Computer Sciences .ppt
Syedjawad55
 
Computer Organisation
Computer OrganisationComputer Organisation
Computer Organisation
LaxmiDevi38
 
3945319.ppt
3945319.ppt3945319.ppt
3945319.ppt
Areeb Khan
 

Similar to Basic of computer (20)

Introduction to Computers.ppt
Introduction to Computers.pptIntroduction to Computers.ppt
Introduction to Computers.ppt
 
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
 
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
 
Introduction to Computer Science and hardware.ppt
Introduction to Computer Science and hardware.pptIntroduction to Computer Science and hardware.ppt
Introduction to Computer Science and hardware.ppt
 
Introduction to Computing not in 2022 - Presentation
Introduction to Computing not in 2022 - PresentationIntroduction to Computing not in 2022 - Presentation
Introduction to Computing not in 2022 - Presentation
 
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
 

More from Tukaram Gundoor

Memory management
Memory managementMemory management
Memory management
Tukaram Gundoor
 
Scanners
ScannersScanners
Scanners
Tukaram Gundoor
 
Virus
VirusVirus
Hard disk
Hard diskHard disk
Hard disk
Tukaram Gundoor
 
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
Tukaram Gundoor
 
Introduction to computers
Introduction to computersIntroduction to computers
Introduction to computers
Tukaram Gundoor
 
discrete mathematics precedence of logical operators
discrete mathematics precedence of logical operatorsdiscrete mathematics precedence of logical operators
discrete mathematics precedence of logical operators
Tukaram Gundoor
 
Scaling in research methodology
Scaling in research methodologyScaling in research methodology
Scaling in research methodology
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

Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
timhan337
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Po-Chuan Chen
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 

Recently uploaded (20)

Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 

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