SlideShare a Scribd company logo
1 of 55
FUNDAMENTALS
OF COMPUTER
Information Processing System
 DATA is a collection of independent and
unorganized facts.
 INFORMATION is the processed and
organized data presented in a meaningful
form.
 DATA PROCESSING is the course of
doing things in a sequence of steps.
Information Processing System
 COMPUTER is an electronic machine that
follows a set of instructions in order that it
may be able to accept and gather data
and transform these into information.
PROCESSING
SYSTEM
DATA INFORMATION
Functions of an Information
Processing System
1. It accepts and gather data. (INPUT)
2. It processes data to become information.
(PROCESSING)
3. It stores data and information. (STORE)
4. It presents information. (OUTPUT)
Three Major Components of an
Information Processing System
 HARDWARE is the tangible part of a
computer system.
 SOFTWARE is the non-tangible part that
tells the computer how to do its job.
 PEOPLEWARE refer to people who use
and operate the computer system, write
computer programs, and analyze and
design the information system.
Basic Units of Measurement
 BIT is a unit of information equivalent to
the result of a choice between only 2
possible alternatives in the binary number
system.
 BYTE is a sequence of 8 bits (enough to
represent one character of alphanumeric
data) processed as a single unit for
information.
Basic Units of Measurement
 A byte can be used to represent a single
character, which can be:
A letter
A number
A special character or symbol, or
A space
Basic Units of Measurement
 1,000 bytes =1 kilobyte (K or KB)
1,000 KB =1 megabyte (MB)
1,000 MB =1 gigabyte (GB)
1,000 GB =1 Terabyte (TB)
BASIC PC HARDWARE
 HARDWARE is the tangible part of a
computer system.
Basic hardware of a PC system
 Central Processing Unit (CPU)
 Memory Unit
 Input Devices
 Output Devices
 Secondary Storage Devices
1. Central Processing Unit
 Brain of the computer.
 It directs and controls the entire computer
system and performs all arithmetic and
logical operations.
2. Memory Unit
 Where the programs and
data are stored .
READ ONLY MEMORY
(ROM) contains the pre-
programmed computer
instructions such as the Basic
Input Output System (BIOS).
RANDOM ACCESS
MEMORY (RAM) is used to
store the programs and data
that you will run. Exists only
when there is power.
3. Input Devices
 Allows data and programs to be sent to
the CPU.
Keyboard
Mouse
Joystick
Microphone
Webcam
Scanner
Monitor
Keyboard
 Traditional keyboards
 Flexible keyboards
 Ergonomic keyboards
 Wireless keyboards
 PDA keyboards
Two Types of Mouse
 Mechanical - a type of
computer mouse that has a
rubber or metal ball on its
underside and it can roll in
every direction.
 Optical: This type uses a
laser for detecting the
mouse's movement.
How a Mouse Hooks Up to a PC
 PS/2 Mouse
 Serial Mouse
 USB/Cordless Mouse
Other Pointing Devices
 Trackball
 Track point
 Touch pad
 Touch Screen
 Joystick – input device for
computer games
 Light Pens – light-
sensitive penlike device
 Stylus – penlike device
commonly used with
tablet PCs and PDAs.
Scanning Devices
 Optical scanners
 Card readers
 Bar code readers
 Character and mark recognition devices
Image Capturing Devices
 Digital Cameras
 Digital Video Cameras
4. Output Devices
 Media used by the computer in displaying
its responses to our requests and
instructions.
 Monitor
 Audio Speakers
 Printer
Types of Monitor
 Cathode Ray Tube (CRT)
 Liquid Crystal Display (LCD)
Printers
 IMPACT PRINTERS uses pressure by
physically striking the paper. Ex. Daisy
wheel printers, line printers, dot matrix
printers & band printers.
 NON-IMPACT PRINTER does not apply
pressure on the paper but instead
produces character by using lasers, ink
spray, photography or heat.
Dot matrix
printer
Inkjet printerLaser
printer
5. Secondary Storage Devices
 Attached to the computer system to allow
you to store programs and data
permanently for the purpose of retrieving
them for future use.
 Floppy disk, Hard disk, CD Rom
Floppy Disk
 The most common secondary storage
device
 3.5” disk – 1.44MB
High-Capacity Floppy Disks
 Floppy disk cartridges
 3 ½ inches in diameter
 Stores more information
 Zip disks
Hard Disk Drive or Hard Disk
 Made of rigid materials unlike floppy disks
 Holds a greater amount of data
Optical Discs
 A standard part of modern desktop
machines, especially used for multimedia
purposes and preferred in loading
applications.
Kinds
 Blue Ray Disk – 40G
 Digital Versatile Disk
DVD-R – write once, 3.95G
DVD RW – rewritable, 3G
Single Layer and Double Layer
 Compact Disk
CD-R – write once, 650MB
CD-RW – rewritable, 700MB
Optical Drives
 CD-ROM read CDs
 CD-Writer read/write CDs
 DVD-Combo read/write CDs, read DVD
 DVD Writer read/write CDs
read/write DVDs
Other Secondary Storage
 Solid-State Storage
No moving parts
Flash memory cards
USB flash drives
Parts that Build Up A System Unit
 Casing or cover
 Power Supply
 Motherboard
 Microprocessor
 Memory
 Video Card
 Sound card
 Floppy disk drive
 Hard disk drive
 CD-ROM drive
 MODEM
Casing or cover
 The box or outer shell
that houses most of the
computer, it is usually
one of the most
overlooked parts of the
PC.
 Protects the computer
circuits, cooling and
system organization.
Power Supply
 Responsible for powering every device in your
computer.
 Parts of a Power supply:
 Disk drive connectors
 Motherboard connector
 Power supply fan
 Power switch
 Input voltage selector
 Cover
 Power plugs receptacle
Motherboard
 The physical arrangement in a computer that
contains the computer’s basic circuitry and
components.
 Components are:
 Microprocessor
 (Optional) Coprocessors
 Memory
 Basic Input/Output System (BIOS)
 Expansion Slot
 Interconnecting circuitry
Expansion Slots
 Graphic cards
 Sound cards
 Modem cards
 Network interface cards/network adapter
Software
 Instructions that tell the computer how to
process data into the form you want.
 Software and programs are
interchangeable.
 Two major types:
System and Applications
2 Kinds of Software
1. System Software enables the application
software to interact with the computer
hardware.
 Operating Systems are programs that coordinate
computer resources, provide an interface between
users and the computer; and run applications.
 Utilities perform specific tasks related to managing
computer resources.
 Device drivers are specialized programs designed
to allow particular input or output devices to
communicate with the rest of the computer system.
Functions of a System Software
 Managing resources (memory, processing,
storage, and devices like printer).
 Providing user interface
 Running applications
2 Kinds of Software
2. Applications Software - provides the real
functionality of a computer. It help you
use your computer to do specific types of
work.
 Basic Applications, widely used in all career
areas.
 Specialized Applications, more
narrowly focused on specific
disciplines and occupations.
DOS and GUI Operating System
Disk Operating System
 DOS was the first widely installed
operating system for personal computers.
 Command-driven
MS-DOS Commands
 A COMMAND is the name of a special
program that makes your computer carry
out a task.
Graphical User Interface (GUI)
 Thru GUI, users can interact directly with
the operating system.
 Microsoft Windows
 Icons, Menus, Dialog boxes
FILES
 FILE is simply a collection of information
that you store on a disk or diskette.
 Must have a unique name
 Two parts: the filename and extension
separated by a period.
RECIPE.DOC
EXTENSIONS
 Use extension to make your filenames
more descriptive.
.DOC – word documents
.XLS – excel documents
.PPT – powerpoint documents
DIRECTORIES
 One way of organizing the files on your
computer Hard Disk
 ROOT – one basic directory
 Subdirectories
JSS IOE ICT

More Related Content

What's hot

Hardware powerpoint Updated..
Hardware powerpoint Updated..Hardware powerpoint Updated..
Hardware powerpoint Updated..patrickantonio
 
introduction about computer hardware and software...
introduction about computer hardware and software...introduction about computer hardware and software...
introduction about computer hardware and software...Muhammad Akram
 
component of computer
component of computercomponent of computer
component of computerPumpim Najaa
 
Power Point Lesson 01
Power Point Lesson 01Power Point Lesson 01
Power Point Lesson 01Nasir Jumani
 
Computer for class 6th
Computer for class 6thComputer for class 6th
Computer for class 6thRuchi Gupta
 
COMPONENTS OF COMPUTER SYSTEM
COMPONENTS OF COMPUTER SYSTEMCOMPONENTS OF COMPUTER SYSTEM
COMPONENTS OF COMPUTER SYSTEMJelly Flores
 
Computer fundamental
Computer fundamentalComputer fundamental
Computer fundamentalrachit jaish
 
Computer Basic Definitions
Computer Basic DefinitionsComputer Basic Definitions
Computer Basic Definitionsnorzaini
 
Basic computer and_intenet_terminologies
Basic computer and_intenet_terminologiesBasic computer and_intenet_terminologies
Basic computer and_intenet_terminologiesaticar
 
Basic computer fundamentals
Basic computer fundamentalsBasic computer fundamentals
Basic computer fundamentalsRahul Sharma
 
Answer guide to uneb sample question paper 2013 print by WAFUBA SJ BUKOYO EC ...
Answer guide to uneb sample question paper 2013 print by WAFUBA SJ BUKOYO EC ...Answer guide to uneb sample question paper 2013 print by WAFUBA SJ BUKOYO EC ...
Answer guide to uneb sample question paper 2013 print by WAFUBA SJ BUKOYO EC ...Joseph Wafuba
 
Introduction to computer
Introduction to computerIntroduction to computer
Introduction to computerlina hajjar
 

What's hot (20)

Computer Basics
Computer BasicsComputer Basics
Computer Basics
 
Hardware powerpoint Updated..
Hardware powerpoint Updated..Hardware powerpoint Updated..
Hardware powerpoint Updated..
 
introduction about computer hardware and software...
introduction about computer hardware and software...introduction about computer hardware and software...
introduction about computer hardware and software...
 
component of computer
component of computercomponent of computer
component of computer
 
Power Point Lesson 01
Power Point Lesson 01Power Point Lesson 01
Power Point Lesson 01
 
Computer for class 6th
Computer for class 6thComputer for class 6th
Computer for class 6th
 
Computer Basics
Computer BasicsComputer Basics
Computer Basics
 
Computer components
Computer componentsComputer components
Computer components
 
Computer Basics
Computer BasicsComputer Basics
Computer Basics
 
COMPONENTS OF COMPUTER SYSTEM
COMPONENTS OF COMPUTER SYSTEMCOMPONENTS OF COMPUTER SYSTEM
COMPONENTS OF COMPUTER SYSTEM
 
Computer fundamental
Computer fundamentalComputer fundamental
Computer fundamental
 
Computer Basic Definitions
Computer Basic DefinitionsComputer Basic Definitions
Computer Basic Definitions
 
Computer fundamentals
Computer fundamentalsComputer fundamentals
Computer fundamentals
 
Computer Essentials
Computer EssentialsComputer Essentials
Computer Essentials
 
Basic computer and_intenet_terminologies
Basic computer and_intenet_terminologiesBasic computer and_intenet_terminologies
Basic computer and_intenet_terminologies
 
Basic computer fundamentals
Basic computer fundamentalsBasic computer fundamentals
Basic computer fundamentals
 
Answer guide to uneb sample question paper 2013 print by WAFUBA SJ BUKOYO EC ...
Answer guide to uneb sample question paper 2013 print by WAFUBA SJ BUKOYO EC ...Answer guide to uneb sample question paper 2013 print by WAFUBA SJ BUKOYO EC ...
Answer guide to uneb sample question paper 2013 print by WAFUBA SJ BUKOYO EC ...
 
Basic computer
Basic computerBasic computer
Basic computer
 
Introduction to computers i
Introduction to computers iIntroduction to computers i
Introduction to computers i
 
Introduction to computer
Introduction to computerIntroduction to computer
Introduction to computer
 

Similar to JSS IOE ICT

Fundamentals Of Computer
Fundamentals Of ComputerFundamentals Of Computer
Fundamentals Of ComputerJack Frost
 
Fundamentals of Computers.ppt
Fundamentals of Computers.pptFundamentals of Computers.ppt
Fundamentals of Computers.pptAnkita Shirke
 
002_Fundamentals of Computer.pdf
002_Fundamentals of Computer.pdf002_Fundamentals of Computer.pdf
002_Fundamentals of Computer.pdfMarioCaday2
 
Fundamentals of computer
Fundamentals of computerFundamentals of computer
Fundamentals of computerImran Nawaz
 
fundamentals of computer.pptx
fundamentals of computer.pptxfundamentals of computer.pptx
fundamentals of computer.pptxJenniferVilla22
 
Essential Knowledge of Computers.pptx
Essential Knowledge of Computers.pptxEssential Knowledge of Computers.pptx
Essential Knowledge of Computers.pptxHODCSE74
 
Ch.01 introduction to_computers
Ch.01 introduction  to_computersCh.01 introduction  to_computers
Ch.01 introduction to_computersSimmisar
 
Ch.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdfCh.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdfsaurabhChandbodhale
 
Ch.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdfCh.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdfMewledMohammed
 
lesson_1_Introduction_to_computers_pptx.pptx
lesson_1_Introduction_to_computers_pptx.pptxlesson_1_Introduction_to_computers_pptx.pptx
lesson_1_Introduction_to_computers_pptx.pptxJunaidRamzan4
 
Ch.01 introduction to_computers
Ch.01 introduction  to_computersCh.01 introduction  to_computers
Ch.01 introduction to_computersejistcaloocan
 
Power Point Lesson 02
Power Point Lesson 02Power Point Lesson 02
Power Point Lesson 02Nasir Jumani
 
lesson_1_Introduction_to_computers_pptx.pptx
lesson_1_Introduction_to_computers_pptx.pptxlesson_1_Introduction_to_computers_pptx.pptx
lesson_1_Introduction_to_computers_pptx.pptxnoveriustelaumbanua
 
Basics of Computer for Students
Basics of Computer for StudentsBasics of Computer for Students
Basics of Computer for Studentsvethics
 
Report-computer hardware,system, and software
Report-computer hardware,system, and softwareReport-computer hardware,system, and software
Report-computer hardware,system, and softwareKarl John Piocos
 
Fundamentalsofcomputer
FundamentalsofcomputerFundamentalsofcomputer
FundamentalsofcomputerRam Pukar
 

Similar to JSS IOE ICT (20)

Fundamentals Of Computer
Fundamentals Of ComputerFundamentals Of Computer
Fundamentals Of Computer
 
Fundamentals of Computers.ppt
Fundamentals of Computers.pptFundamentals of Computers.ppt
Fundamentals of Computers.ppt
 
002_Fundamentals of Computer.pdf
002_Fundamentals of Computer.pdf002_Fundamentals of Computer.pdf
002_Fundamentals of Computer.pdf
 
COMP-FUNDAMENTALS.pptx
COMP-FUNDAMENTALS.pptxCOMP-FUNDAMENTALS.pptx
COMP-FUNDAMENTALS.pptx
 
Fundamentals of computer
Fundamentals of computerFundamentals of computer
Fundamentals of computer
 
fundamentals of computer.pptx
fundamentals of computer.pptxfundamentals of computer.pptx
fundamentals of computer.pptx
 
Essential Knowledge of Computers.pptx
Essential Knowledge of Computers.pptxEssential Knowledge of Computers.pptx
Essential Knowledge of Computers.pptx
 
Introduction to computers
Introduction to computersIntroduction to computers
Introduction to computers
 
Ch.01 introduction to_computers
Ch.01 introduction  to_computersCh.01 introduction  to_computers
Ch.01 introduction to_computers
 
Computer.pptx
Computer.pptxComputer.pptx
Computer.pptx
 
Ch.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdfCh.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdf
 
Ch.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdfCh.01_Introduction_ to_computers.pdf
Ch.01_Introduction_ to_computers.pdf
 
lesson_1_Introduction_to_computers_pptx.pptx
lesson_1_Introduction_to_computers_pptx.pptxlesson_1_Introduction_to_computers_pptx.pptx
lesson_1_Introduction_to_computers_pptx.pptx
 
Ch.01 introduction to_computers
Ch.01 introduction  to_computersCh.01 introduction  to_computers
Ch.01 introduction to_computers
 
Power Point Lesson 02
Power Point Lesson 02Power Point Lesson 02
Power Point Lesson 02
 
lesson_1_Introduction_to_computers_pptx.pptx
lesson_1_Introduction_to_computers_pptx.pptxlesson_1_Introduction_to_computers_pptx.pptx
lesson_1_Introduction_to_computers_pptx.pptx
 
Basics of Computer for Students
Basics of Computer for StudentsBasics of Computer for Students
Basics of Computer for Students
 
Ipc 01
Ipc 01Ipc 01
Ipc 01
 
Report-computer hardware,system, and software
Report-computer hardware,system, and softwareReport-computer hardware,system, and software
Report-computer hardware,system, and software
 
Fundamentalsofcomputer
FundamentalsofcomputerFundamentalsofcomputer
Fundamentalsofcomputer
 

Recently uploaded

Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
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
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
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
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationAadityaSharma884161
 
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
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxsqpmdrvczh
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
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
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
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
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
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
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 

Recently uploaded (20)

Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
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
 
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
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
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
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint Presentation
 
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
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
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
 
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🔝
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
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
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
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
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 

JSS IOE ICT

  • 2. Information Processing System  DATA is a collection of independent and unorganized facts.  INFORMATION is the processed and organized data presented in a meaningful form.  DATA PROCESSING is the course of doing things in a sequence of steps.
  • 3. Information Processing System  COMPUTER is an electronic machine that follows a set of instructions in order that it may be able to accept and gather data and transform these into information.
  • 5. Functions of an Information Processing System 1. It accepts and gather data. (INPUT) 2. It processes data to become information. (PROCESSING) 3. It stores data and information. (STORE) 4. It presents information. (OUTPUT)
  • 6. Three Major Components of an Information Processing System  HARDWARE is the tangible part of a computer system.  SOFTWARE is the non-tangible part that tells the computer how to do its job.  PEOPLEWARE refer to people who use and operate the computer system, write computer programs, and analyze and design the information system.
  • 7. Basic Units of Measurement  BIT is a unit of information equivalent to the result of a choice between only 2 possible alternatives in the binary number system.  BYTE is a sequence of 8 bits (enough to represent one character of alphanumeric data) processed as a single unit for information.
  • 8. Basic Units of Measurement  A byte can be used to represent a single character, which can be: A letter A number A special character or symbol, or A space
  • 9.
  • 10. Basic Units of Measurement  1,000 bytes =1 kilobyte (K or KB) 1,000 KB =1 megabyte (MB) 1,000 MB =1 gigabyte (GB) 1,000 GB =1 Terabyte (TB)
  • 11. BASIC PC HARDWARE  HARDWARE is the tangible part of a computer system.
  • 12.
  • 13. Basic hardware of a PC system  Central Processing Unit (CPU)  Memory Unit  Input Devices  Output Devices  Secondary Storage Devices
  • 14. 1. Central Processing Unit  Brain of the computer.  It directs and controls the entire computer system and performs all arithmetic and logical operations.
  • 15. 2. Memory Unit  Where the programs and data are stored . READ ONLY MEMORY (ROM) contains the pre- programmed computer instructions such as the Basic Input Output System (BIOS). RANDOM ACCESS MEMORY (RAM) is used to store the programs and data that you will run. Exists only when there is power.
  • 16.
  • 17. 3. Input Devices  Allows data and programs to be sent to the CPU. Keyboard Mouse Joystick Microphone Webcam Scanner Monitor
  • 18. Keyboard  Traditional keyboards  Flexible keyboards  Ergonomic keyboards  Wireless keyboards  PDA keyboards
  • 19. Two Types of Mouse  Mechanical - a type of computer mouse that has a rubber or metal ball on its underside and it can roll in every direction.  Optical: This type uses a laser for detecting the mouse's movement.
  • 20. How a Mouse Hooks Up to a PC  PS/2 Mouse  Serial Mouse  USB/Cordless Mouse
  • 21. Other Pointing Devices  Trackball  Track point  Touch pad  Touch Screen
  • 22.  Joystick – input device for computer games  Light Pens – light- sensitive penlike device  Stylus – penlike device commonly used with tablet PCs and PDAs.
  • 23. Scanning Devices  Optical scanners  Card readers  Bar code readers  Character and mark recognition devices
  • 24. Image Capturing Devices  Digital Cameras  Digital Video Cameras
  • 25. 4. Output Devices  Media used by the computer in displaying its responses to our requests and instructions.  Monitor  Audio Speakers  Printer
  • 26. Types of Monitor  Cathode Ray Tube (CRT)  Liquid Crystal Display (LCD)
  • 27. Printers  IMPACT PRINTERS uses pressure by physically striking the paper. Ex. Daisy wheel printers, line printers, dot matrix printers & band printers.  NON-IMPACT PRINTER does not apply pressure on the paper but instead produces character by using lasers, ink spray, photography or heat.
  • 29. 5. Secondary Storage Devices  Attached to the computer system to allow you to store programs and data permanently for the purpose of retrieving them for future use.  Floppy disk, Hard disk, CD Rom
  • 30. Floppy Disk  The most common secondary storage device  3.5” disk – 1.44MB
  • 31. High-Capacity Floppy Disks  Floppy disk cartridges  3 ½ inches in diameter  Stores more information  Zip disks
  • 32. Hard Disk Drive or Hard Disk  Made of rigid materials unlike floppy disks  Holds a greater amount of data
  • 33. Optical Discs  A standard part of modern desktop machines, especially used for multimedia purposes and preferred in loading applications.
  • 34. Kinds  Blue Ray Disk – 40G  Digital Versatile Disk DVD-R – write once, 3.95G DVD RW – rewritable, 3G Single Layer and Double Layer  Compact Disk CD-R – write once, 650MB CD-RW – rewritable, 700MB
  • 35. Optical Drives  CD-ROM read CDs  CD-Writer read/write CDs  DVD-Combo read/write CDs, read DVD  DVD Writer read/write CDs read/write DVDs
  • 36. Other Secondary Storage  Solid-State Storage No moving parts Flash memory cards USB flash drives
  • 37. Parts that Build Up A System Unit  Casing or cover  Power Supply  Motherboard  Microprocessor  Memory  Video Card  Sound card  Floppy disk drive  Hard disk drive  CD-ROM drive  MODEM
  • 38. Casing or cover  The box or outer shell that houses most of the computer, it is usually one of the most overlooked parts of the PC.  Protects the computer circuits, cooling and system organization.
  • 39. Power Supply  Responsible for powering every device in your computer.  Parts of a Power supply:  Disk drive connectors  Motherboard connector  Power supply fan  Power switch  Input voltage selector  Cover  Power plugs receptacle
  • 40. Motherboard  The physical arrangement in a computer that contains the computer’s basic circuitry and components.  Components are:  Microprocessor  (Optional) Coprocessors  Memory  Basic Input/Output System (BIOS)  Expansion Slot  Interconnecting circuitry
  • 41.
  • 42. Expansion Slots  Graphic cards  Sound cards  Modem cards  Network interface cards/network adapter
  • 43. Software  Instructions that tell the computer how to process data into the form you want.  Software and programs are interchangeable.  Two major types: System and Applications
  • 44. 2 Kinds of Software 1. System Software enables the application software to interact with the computer hardware.  Operating Systems are programs that coordinate computer resources, provide an interface between users and the computer; and run applications.  Utilities perform specific tasks related to managing computer resources.  Device drivers are specialized programs designed to allow particular input or output devices to communicate with the rest of the computer system.
  • 45. Functions of a System Software  Managing resources (memory, processing, storage, and devices like printer).  Providing user interface  Running applications
  • 46. 2 Kinds of Software 2. Applications Software - provides the real functionality of a computer. It help you use your computer to do specific types of work.  Basic Applications, widely used in all career areas.  Specialized Applications, more narrowly focused on specific disciplines and occupations.
  • 47. DOS and GUI Operating System
  • 48. Disk Operating System  DOS was the first widely installed operating system for personal computers.  Command-driven
  • 49. MS-DOS Commands  A COMMAND is the name of a special program that makes your computer carry out a task.
  • 50. Graphical User Interface (GUI)  Thru GUI, users can interact directly with the operating system.  Microsoft Windows  Icons, Menus, Dialog boxes
  • 51.
  • 52. FILES  FILE is simply a collection of information that you store on a disk or diskette.  Must have a unique name  Two parts: the filename and extension separated by a period. RECIPE.DOC
  • 53. EXTENSIONS  Use extension to make your filenames more descriptive. .DOC – word documents .XLS – excel documents .PPT – powerpoint documents
  • 54. DIRECTORIES  One way of organizing the files on your computer Hard Disk  ROOT – one basic directory  Subdirectories