SlideShare une entreprise Scribd logo
1  sur  32
Télécharger pour lire hors ligne
Chapter 1:
Computers: A First Look


How do computers affect us in our daily lives?
Computers: A First Look

• In this chapter:
•   How do computers pervade our every day lives?
•   What is considered a computer and what is not?
•   Why do computers use the binary system?
•   What are some characteristics of different types of computers?
•   How are computers commonly used today?
Beyond the Computer Invasion

  •   6:15 AM - Timer in coffee maker turns on
  •   6:30 AM - Computerized alarm clock rings
  •   7:30 AM - Drive car/airbag,brakes,radio
  •   8:00 AM - Check email at work
  •   9:00 AM - Check in-coming voice mail
  •   10:00 AM - Receive in-coming fax
  •   12:00 PM - Buy gift. Electronic Kiosk
  •   1:15 PM - Reserve airline ticket over Internet
  •   3:00 PM - Pick up paycheck
  •   5:15 PM - Stop off at ATM
  •   6:30 PM - Grocery store /Checkout
  •   11:30 PM - Microwave dinner
Beyond the Computer Invasion

  • The reason why computers are pervasive is that they
    help us…
  • perform tasks that are repetitive.
  • perform tasks that involve calculation or manipulation of numbers.
  • perform tasks that involve storage of large quantities of
    information.
What Is (and Isn’t) a Computer

  • Definition:
  • A computer is a device that takes data in one form, uses it, and
    produces a different form of information which is related to (but
    not the same as) the original data.
What Is (and Isn’t) a Computer

  • The Abacus is not a computer by our definition.
  • It is an early calculation device that only holds numbers for the
    person using it.
What Is (and Isn’t) a Computer

  • Stonehenge is a computer by our definition.
  • It takes the movement of the planets, sun and other heavenly
    bodies and provides information concerning eclipses and other
    astronomical events.
What Is (and Isn’t) a Computer

  • The bathroom scale is a
    computer by our
    definition.
  • It takes in the amount of
    gravitational pull between a
    human body and the earth and
    provides us with the amount of
    pounds or kilograms.
What Is (and Isn’t) a Computer

  • A calculator is a computer
    by our definition.
  • They range from doing simple
    arithmetic to powerful models
    that produce graphic output.
What Is (and Isn’t) a Computer

  • Digital pagers and cell phones are also computers.
     o These wireless communication devices provide instant
       access to voice-mail, e-mail, and fax transmission.
     o Some provide built-in Internet access.
The Many Kinds of Computers

  • Computers can be classified by three sets of
    characteristics:

          Electronic         General-purpose
            versus               versus
          Mechanical         Special-purpose


                       Digital
                       versus
                       Analog
The Many Kinds of Computers

  • Electronic Computer
    o   Constructed from transistors and electrical circuits.
    o   Needs an electrical source to function.
  • Mechanical Computer
    o   Constructed of a combination of gears, levers and/or springs.
    o   Produces its own intrinsic energy. (Does not need electricity to
        function.)
The Many Kinds of Computers

  • General-purpose Computer
    o   Was not manufactured to do any one thing.
    o   Changeable to do any task.

  • Special-purpose Computer
    o   Manufactured to perform a predetermined task or set of tasks.
The Many Kinds of Computers

  • Digital Computer
    o   One that functions in discretely varying quantities.
    o   Produces or gives results that are also discretely varying.


  • Analog Computer
    o   One that functions in continuously varying quantities.
    o   Produces or gives results that are also continuously varying.
The General-Purpose
Electronic Digital Computer
• The General-purpose electronic digital computer
• General Purpose: Can be used in many different fields of work.
• Electronic: Requires a source of electricity to function.
• Digital: Made up of binary circuitry. (Each can be set to one of one
  two possible conditions.)
• Controlled by humans; Presents results in a way usable by humans.
The General-Purpose
Electronic Digital Computer
• Digital computers are made up of four major
  components:
• Input units - Humans interface with the computer through devices
  like the mouse and keyboard.
• Memory - Stores programs and other data.
• Central Processing Unit - “Brain” controls all computer
  operations, processes information, computes results.
• Output Units - The computer displays results to the human
  through devices like the printer and monitor.
The General-Purpose
Electronic Digital Computer
• Computer Hardware
  o   The electronics and associated mechanical parts of the
      computer.
• Computer Software
  o   Consists of instructions that control the hardware and cause the
      desired process to happen
  o   A Disk is considered hardware. A program ON the disk is
      considered software!
The General-Purpose
Electronic Digital Computer
• Why do computers work in binary?
• Simply, because using the binary system is cheap and reliable.
• Building computers using any other system would be too
  expensive and become less reliable.




           0                                   8 90 1
                                                      2
                                               7
           1                                    6 5 43
Applications: Making the
 Computer Work for You
• Applications (Application Programs)
   o   Sets of computer instructions designed to perform a particular
       application or task.

• Examples of popular application programs:
   o   Word or WordPerfect for word processing.
   o   Excel for keeping a ledger.
   o   Norton’s Utilities for checking disks for damage.
Applications: Making the
 Computer Work for You
• Productivity Tools
   o   First designed for the business setting.
   o   Targeted increased speed and accuracy for office workers.
   o   Now used in homes, schools, and in offices.
• Four types are included in this category:
   o   Word Processing; Electronic Spreadsheets; Database
       Management Systems; Presentation Graphics.
Applications: Making the
 Computer Work for You
• Word Processors
  o Most commonly used computer application programs on the
    market today.
  o Have replaced the typewriter in the creation of text documents.
  o Can be used to create: (to name a few)
      Letters
      Reports
      Essays
      Brochures
      Advertising copy
      Books
Applications: Making the
 Computer Work for You
• Electronic Spreadsheets
   o Allows you to enter numeric information and formulas into the
     computer in rows and columns.
   o Performs calculations and recalculations immediately.
   o Can be used for forecasting and what-if projections.
   o Most have graphing capabilities.
Applications: Making the
 Computer Work for You
• Database Management Systems (DBMS)
  o DBMS are the computer programs that are used to organize
    small to large amounts of information in a meaningful way.
  o Allows entry, updating, and retrieval of information in a
    meaningful format.
      Can add information.
      Modify information.
      Delete information.
      Print information in a variety of formats.
Applications: Making the
 Computer Work for You
• Presentation Graphics
   o A tool that combines the computer and a display system to
     present multiple types of visual and audible information.
       Text
       Images and animation clips
       Charts
       Hyperlinks (text that can access pages on the WWW)
   o Can be viewed one-by-one or as a continuous slide show.
   o Animation can be added for affect (fade, dissolve, flash).
Applications: Making the
 Computer Work for You
• Computer Control
   o   Tools used to make the computer run efficiently.
   o   Used to make the computer perform certain tasks.
• Three types are listed in this category:
   o   Programming Languages, Operating Systems, and Utilities.
Applications: Making the
 Computer Work for You
• Programming Languages
  o Each programming language has its own vocabulary and
    structural rules.
  o Programmers use these languages to construct programs
    containing lists of instructions for the computer to perform.
  o Popular languages include:
       Ada
       Java
       Visual Basic
       C++
Applications: Making the
 Computer Work for You
• Operating Systems
  o A collection of programs that manage and control all operations
    and coordinate all hardware components of the computer.
  o Some functions include:
      Controlling the mouse pointer.
      Sending data to the printer and screen.
      Managing files.
      Formatting disks.
  o Popular Operating Systems include Windows, Unix, MacOS,
    VMS, Linux, OS/2.
Applications: Making the
 Computer Work for You
• Utilities
   o   Help to keep the computer running properly by:
         Making adjustments in efficiency.
             Faster operation.
             More efficient memory and hard disk use.
             Better communication connections.
         Making repairs to damaged disks and files.
         Identifying and eliminating viruses.
Applications: Making the
 Computer Work for You
• Internet and Web Tools
   o   Tools used to make easy access of the Internet possible.
   o   Tools used to create a web presence.
• Three tools are listed in this category:
   o   Web Browsers, Search Services, Web Page Builders.
Applications: Making the
 Computer Work for You
• Web Browsers
  o Most commonly used tool to access the World Wide Web.
  o These programs allow web pages to be displayed on the
    computer screen that may include:
      Text
      Graphic images, animation and streamed video
      Sound
      Three-dimensional virtual reality environments
  o The two most widely used web browsers today include
    Microsoft Explorer and Netscape Navigator.
Applications: Making the
 Computer Work for You
• Search Services
   o Tools used to help search for specific information on the
     WWW.
   o Many free search services exist on the WWW.
       Type in a search criteria (key words to look for).
       The search service will then locate pages on the web that
        contain that search criteria.
   o A few popular web search services include HotBot, Alta Vista,
     Excite, and DogPile.
Applications: Making the
 Computer Work for You
• Web Page Builders
  o Tools used to create web pages.
  o Some word processors and presentation programs include web
    page design capability.
      Type in the document as you wish it to look on the WWW.
      Have the word processing program save it in the HTML
       (special web document) format.
  o Stand-alone web page builders allow you to design more
    complex and sophisticated web sites.

Contenu connexe

Tendances

Ppt computer by ajaj
Ppt computer by ajajPpt computer by ajaj
Ppt computer by ajajAjajMujawar
 
Basic Computer ! Batra Computer Centre
Basic Computer ! Batra Computer CentreBasic Computer ! Batra Computer Centre
Basic Computer ! Batra Computer Centrejatin batra
 
BAIT1003 Chapter 1
BAIT1003 Chapter 1BAIT1003 Chapter 1
BAIT1003 Chapter 1limsh
 
Introduction to Computers Lecture # 1
Introduction to Computers Lecture # 1Introduction to Computers Lecture # 1
Introduction to Computers Lecture # 1Sehrish Rafiq
 
Powerpoint infotech
Powerpoint infotechPowerpoint infotech
Powerpoint infotechjasper_nuqui
 
Introduction of computer networks
Introduction of computer networksIntroduction of computer networks
Introduction of computer networksAlidHasan4
 
Basic computer for_small_business by rajesh valangaiman
Basic computer for_small_business by rajesh valangaimanBasic computer for_small_business by rajesh valangaiman
Basic computer for_small_business by rajesh valangaimansakkara123
 
DCA- Basic Fundamental, My computer, Desktop, History of computer
DCA- Basic Fundamental, My computer, Desktop, History of computerDCA- Basic Fundamental, My computer, Desktop, History of computer
DCA- Basic Fundamental, My computer, Desktop, History of computerKiet Raipur
 
Lecture-1: Introduction to Computer - Basic Definitions & Concepts- Computer ...
Lecture-1: Introduction to Computer - Basic Definitions & Concepts- Computer ...Lecture-1: Introduction to Computer - Basic Definitions & Concepts- Computer ...
Lecture-1: Introduction to Computer - Basic Definitions & Concepts- Computer ...Mubashir Ali
 
Computer application appreciation unit i
Computer application appreciation  unit iComputer application appreciation  unit i
Computer application appreciation unit iAndreaTugwell
 
Introduction to computers new 2010
Introduction to computers new 2010Introduction to computers new 2010
Introduction to computers new 2010Cyrus Kyle
 
Computer System Hardware Arabelle Capito
Computer System Hardware Arabelle CapitoComputer System Hardware Arabelle Capito
Computer System Hardware Arabelle Capitobelle07
 
DEFINE COMPUTER SYSTEM
DEFINE COMPUTER SYSTEMDEFINE COMPUTER SYSTEM
DEFINE COMPUTER SYSTEMM Kimi
 
Introduction to computer science ch1
Introduction to computer science ch1Introduction to computer science ch1
Introduction to computer science ch1Mohamed Essam
 
Introduction to Computers Lecture # 5
Introduction to Computers Lecture # 5Introduction to Computers Lecture # 5
Introduction to Computers Lecture # 5Sehrish Rafiq
 

Tendances (20)

Ppt computer by ajaj
Ppt computer by ajajPpt computer by ajaj
Ppt computer by ajaj
 
Basic Computer
Basic ComputerBasic Computer
Basic Computer
 
Basic Computer ! Batra Computer Centre
Basic Computer ! Batra Computer CentreBasic Computer ! Batra Computer Centre
Basic Computer ! Batra Computer Centre
 
BAIT1003 Chapter 1
BAIT1003 Chapter 1BAIT1003 Chapter 1
BAIT1003 Chapter 1
 
Introduction to Computers Lecture # 1
Introduction to Computers Lecture # 1Introduction to Computers Lecture # 1
Introduction to Computers Lecture # 1
 
Powerpoint infotech
Powerpoint infotechPowerpoint infotech
Powerpoint infotech
 
Introduction of computer networks
Introduction of computer networksIntroduction of computer networks
Introduction of computer networks
 
Basic computer for_small_business by rajesh valangaiman
Basic computer for_small_business by rajesh valangaimanBasic computer for_small_business by rajesh valangaiman
Basic computer for_small_business by rajesh valangaiman
 
DCA- Basic Fundamental, My computer, Desktop, History of computer
DCA- Basic Fundamental, My computer, Desktop, History of computerDCA- Basic Fundamental, My computer, Desktop, History of computer
DCA- Basic Fundamental, My computer, Desktop, History of computer
 
I/O devices & CPU
I/O devices & CPUI/O devices & CPU
I/O devices & CPU
 
Lecture-1: Introduction to Computer - Basic Definitions & Concepts- Computer ...
Lecture-1: Introduction to Computer - Basic Definitions & Concepts- Computer ...Lecture-1: Introduction to Computer - Basic Definitions & Concepts- Computer ...
Lecture-1: Introduction to Computer - Basic Definitions & Concepts- Computer ...
 
Computer application appreciation unit i
Computer application appreciation  unit iComputer application appreciation  unit i
Computer application appreciation unit i
 
Fundamental note New
Fundamental note NewFundamental note New
Fundamental note New
 
Introduction to computers new 2010
Introduction to computers new 2010Introduction to computers new 2010
Introduction to computers new 2010
 
Computer System Hardware Arabelle Capito
Computer System Hardware Arabelle CapitoComputer System Hardware Arabelle Capito
Computer System Hardware Arabelle Capito
 
DEFINE COMPUTER SYSTEM
DEFINE COMPUTER SYSTEMDEFINE COMPUTER SYSTEM
DEFINE COMPUTER SYSTEM
 
Introduction to computer science ch1
Introduction to computer science ch1Introduction to computer science ch1
Introduction to computer science ch1
 
Computer
ComputerComputer
Computer
 
Introduction to Computers Lecture # 5
Introduction to Computers Lecture # 5Introduction to Computers Lecture # 5
Introduction to Computers Lecture # 5
 
Computer Overview
Computer OverviewComputer Overview
Computer Overview
 

En vedette

על עיצוב ובניית למידה רספונסיבית ורב מכשירית
 על עיצוב ובניית למידה רספונסיבית ורב מכשירית על עיצוב ובניית למידה רספונסיבית ורב מכשירית
על עיצוב ובניית למידה רספונסיבית ורב מכשיריתKineo Israel
 
Best Learning Strategies For Pharma and Healthcare Marketers in 2010
Best Learning Strategies For Pharma and Healthcare Marketers in 2010Best Learning Strategies For Pharma and Healthcare Marketers in 2010
Best Learning Strategies For Pharma and Healthcare Marketers in 2010Wendy Blackburn
 
Google apps cloud computing
Google apps cloud computingGoogle apps cloud computing
Google apps cloud computingAditya Sharat
 
Introduction to Erasmus Open Data
Introduction to Erasmus Open DataIntroduction to Erasmus Open Data
Introduction to Erasmus Open DataliberTIC
 
Epsiplatform and Erasmus - Building the PSI community
Epsiplatform and Erasmus - Building the PSI communityEpsiplatform and Erasmus - Building the PSI community
Epsiplatform and Erasmus - Building the PSI communityliberTIC
 
The Road from Selestat to Frankfurt
The Road from Selestat to FrankfurtThe Road from Selestat to Frankfurt
The Road from Selestat to FrankfurtThe Diesel Driver
 
Cheshire Staging Brochure
Cheshire Staging BrochureCheshire Staging Brochure
Cheshire Staging BrochureJustin Cheshire
 
Final Present Product Laminine Jpeg
Final Present Product Laminine JpegFinal Present Product Laminine Jpeg
Final Present Product Laminine Jpegkorn kri
 
Funny rau :))
Funny rau :))Funny rau :))
Funny rau :))Robert
 
第4章 存储器管理实验
第4章  存储器管理实验第4章  存储器管理实验
第4章 存储器管理实验guest332a57
 
Optimax: state-of-the-art performance improvement system
Optimax:  state-of-the-art performance improvement systemOptimax:  state-of-the-art performance improvement system
Optimax: state-of-the-art performance improvement systemThe Fox Group, LLC
 
Buy A Dog
Buy A DogBuy A Dog
Buy A DogRobert
 
BISB Drapery Master
BISB Drapery MasterBISB Drapery Master
BISB Drapery MasterKennethC
 
WSH2011 presentation (tony machin)
WSH2011 presentation (tony machin)WSH2011 presentation (tony machin)
WSH2011 presentation (tony machin)Tony Machin
 
Triển vọng XK sang thị trường Anh quốc của Việt Nam
Triển vọng XK sang thị trường Anh quốc của Việt NamTriển vọng XK sang thị trường Anh quốc của Việt Nam
Triển vọng XK sang thị trường Anh quốc của Việt Namguest3c41775
 

En vedette (20)

על עיצוב ובניית למידה רספונסיבית ורב מכשירית
 על עיצוב ובניית למידה רספונסיבית ורב מכשירית על עיצוב ובניית למידה רספונסיבית ורב מכשירית
על עיצוב ובניית למידה רספונסיבית ורב מכשירית
 
Best Learning Strategies For Pharma and Healthcare Marketers in 2010
Best Learning Strategies For Pharma and Healthcare Marketers in 2010Best Learning Strategies For Pharma and Healthcare Marketers in 2010
Best Learning Strategies For Pharma and Healthcare Marketers in 2010
 
Google apps cloud computing
Google apps cloud computingGoogle apps cloud computing
Google apps cloud computing
 
Bookachino Pitch
Bookachino PitchBookachino Pitch
Bookachino Pitch
 
Introduction to Erasmus Open Data
Introduction to Erasmus Open DataIntroduction to Erasmus Open Data
Introduction to Erasmus Open Data
 
Epsiplatform and Erasmus - Building the PSI community
Epsiplatform and Erasmus - Building the PSI communityEpsiplatform and Erasmus - Building the PSI community
Epsiplatform and Erasmus - Building the PSI community
 
The Road from Selestat to Frankfurt
The Road from Selestat to FrankfurtThe Road from Selestat to Frankfurt
The Road from Selestat to Frankfurt
 
Taklimat Aim09
Taklimat Aim09Taklimat Aim09
Taklimat Aim09
 
Cheshire Staging Brochure
Cheshire Staging BrochureCheshire Staging Brochure
Cheshire Staging Brochure
 
Final Present Product Laminine Jpeg
Final Present Product Laminine JpegFinal Present Product Laminine Jpeg
Final Present Product Laminine Jpeg
 
Dctv
DctvDctv
Dctv
 
Funny rau :))
Funny rau :))Funny rau :))
Funny rau :))
 
第4章 存储器管理实验
第4章  存储器管理实验第4章  存储器管理实验
第4章 存储器管理实验
 
Optimax: state-of-the-art performance improvement system
Optimax:  state-of-the-art performance improvement systemOptimax:  state-of-the-art performance improvement system
Optimax: state-of-the-art performance improvement system
 
Buy A Dog
Buy A DogBuy A Dog
Buy A Dog
 
BISB Drapery Master
BISB Drapery MasterBISB Drapery Master
BISB Drapery Master
 
WSH2011 presentation (tony machin)
WSH2011 presentation (tony machin)WSH2011 presentation (tony machin)
WSH2011 presentation (tony machin)
 
Triển vọng XK sang thị trường Anh quốc của Việt Nam
Triển vọng XK sang thị trường Anh quốc của Việt NamTriển vọng XK sang thị trường Anh quốc của Việt Nam
Triển vọng XK sang thị trường Anh quốc của Việt Nam
 
Christmas2009
Christmas2009Christmas2009
Christmas2009
 
La Luna
La LunaLa Luna
La Luna
 

Similaire à Electronic computer classification

Lecture1.pdf
Lecture1.pdfLecture1.pdf
Lecture1.pdfJoyPalit
 
COMPUTER CHAPTER 1 NOTES (1).pptx
COMPUTER CHAPTER 1 NOTES (1).pptxCOMPUTER CHAPTER 1 NOTES (1).pptx
COMPUTER CHAPTER 1 NOTES (1).pptx21BEE088SANKALP
 
Basic computer skills | Brad Steven Solvie
Basic computer skills | Brad Steven SolvieBasic computer skills | Brad Steven Solvie
Basic computer skills | Brad Steven SolvieBrad Steven Solvie
 
computer catagory and its organization
computer catagory and its organizationcomputer catagory and its organization
computer catagory and its organizationSheikh Salam
 
What is Computer | Computer Full Form | Computer Definition
What is Computer | Computer Full Form | Computer DefinitionWhat is Computer | Computer Full Form | Computer Definition
What is Computer | Computer Full Form | Computer Definitiondmir3304
 
Basics of Computer
Basics of ComputerBasics of Computer
Basics of Computerwaqar ali
 
Unit1-fcp-fundamentals of computing
Unit1-fcp-fundamentals of computingUnit1-fcp-fundamentals of computing
Unit1-fcp-fundamentals of computingkokilabe
 
A walk through the computer system
A walk through the computer systemA walk through the computer system
A walk through the computer systemfaiqikhan
 
Computer workshop lecture 1 by Mohsin Rajpoot
Computer workshop lecture 1 by Mohsin RajpootComputer workshop lecture 1 by Mohsin Rajpoot
Computer workshop lecture 1 by Mohsin Rajpootmohsinraju555
 
computer literacy chapter2.pptx
computer literacy chapter2.pptxcomputer literacy chapter2.pptx
computer literacy chapter2.pptxToobaFarooq10
 
Presentation1
Presentation1Presentation1
Presentation10117768
 
computer networking
computer networking computer networking
computer networking Dhivya Kannan
 
Basics of the Computer System
Basics of the Computer SystemBasics of the Computer System
Basics of the Computer SystemAhsan Rahim
 
Introduction to Computer Engineering
Introduction to Computer EngineeringIntroduction to Computer Engineering
Introduction to Computer EngineeringBESOR ACADEMY
 
Introductoin of computer hardware and software
Introductoin of computer hardware and softwareIntroductoin of computer hardware and software
Introductoin of computer hardware and softwareUttara University
 
Fundamentals of Computer Part 2
Fundamentals of Computer Part 2Fundamentals of Computer Part 2
Fundamentals of Computer Part 2SURBHI SAROHA
 
Types of Computer ASSEMBLE COMPUTER HARDWARE tle 8
Types of Computer ASSEMBLE COMPUTER HARDWARE tle 8Types of Computer ASSEMBLE COMPUTER HARDWARE tle 8
Types of Computer ASSEMBLE COMPUTER HARDWARE tle 8Jan Aldwin Maravilla
 

Similaire à Electronic computer classification (20)

Lecture1.pdf
Lecture1.pdfLecture1.pdf
Lecture1.pdf
 
COMPUTER CHAPTER 1 NOTES (1).pptx
COMPUTER CHAPTER 1 NOTES (1).pptxCOMPUTER CHAPTER 1 NOTES (1).pptx
COMPUTER CHAPTER 1 NOTES (1).pptx
 
Lesson 1.pptx
Lesson 1.pptxLesson 1.pptx
Lesson 1.pptx
 
Basic computer skills | Brad Steven Solvie
Basic computer skills | Brad Steven SolvieBasic computer skills | Brad Steven Solvie
Basic computer skills | Brad Steven Solvie
 
computer catagory and its organization
computer catagory and its organizationcomputer catagory and its organization
computer catagory and its organization
 
What is Computer | Computer Full Form | Computer Definition
What is Computer | Computer Full Form | Computer DefinitionWhat is Computer | Computer Full Form | Computer Definition
What is Computer | Computer Full Form | Computer Definition
 
Basics of Computer
Basics of ComputerBasics of Computer
Basics of Computer
 
Unit1-fcp-fundamentals of computing
Unit1-fcp-fundamentals of computingUnit1-fcp-fundamentals of computing
Unit1-fcp-fundamentals of computing
 
A walk through the computer system
A walk through the computer systemA walk through the computer system
A walk through the computer system
 
Computer workshop lecture 1 by Mohsin Rajpoot
Computer workshop lecture 1 by Mohsin RajpootComputer workshop lecture 1 by Mohsin Rajpoot
Computer workshop lecture 1 by Mohsin Rajpoot
 
computer literacy chapter2.pptx
computer literacy chapter2.pptxcomputer literacy chapter2.pptx
computer literacy chapter2.pptx
 
Presentation1
Presentation1Presentation1
Presentation1
 
Basic concept
Basic conceptBasic concept
Basic concept
 
computer networking
computer networking computer networking
computer networking
 
Basics of the Computer System
Basics of the Computer SystemBasics of the Computer System
Basics of the Computer System
 
CAB UNIT 1.pptx
CAB  UNIT 1.pptxCAB  UNIT 1.pptx
CAB UNIT 1.pptx
 
Introduction to Computer Engineering
Introduction to Computer EngineeringIntroduction to Computer Engineering
Introduction to Computer Engineering
 
Introductoin of computer hardware and software
Introductoin of computer hardware and softwareIntroductoin of computer hardware and software
Introductoin of computer hardware and software
 
Fundamentals of Computer Part 2
Fundamentals of Computer Part 2Fundamentals of Computer Part 2
Fundamentals of Computer Part 2
 
Types of Computer ASSEMBLE COMPUTER HARDWARE tle 8
Types of Computer ASSEMBLE COMPUTER HARDWARE tle 8Types of Computer ASSEMBLE COMPUTER HARDWARE tle 8
Types of Computer ASSEMBLE COMPUTER HARDWARE tle 8
 

Plus de Aditya Sharat

Plus de Aditya Sharat (15)

Neural networks
Neural networksNeural networks
Neural networks
 
Deloitte's Cloud Perspectives
Deloitte's Cloud PerspectivesDeloitte's Cloud Perspectives
Deloitte's Cloud Perspectives
 
Virtual Reality
Virtual RealityVirtual Reality
Virtual Reality
 
Number system
Number systemNumber system
Number system
 
Introduction to IT
Introduction to ITIntroduction to IT
Introduction to IT
 
Humanware
HumanwareHumanware
Humanware
 
Generation of computers
Generation of computersGeneration of computers
Generation of computers
 
Flow charts
Flow chartsFlow charts
Flow charts
 
Language translators
Language translatorsLanguage translators
Language translators
 
MCS
MCSMCS
MCS
 
Unix shell program training
Unix shell program trainingUnix shell program training
Unix shell program training
 
Railway Management system
Railway Management systemRailway Management system
Railway Management system
 
Mobile communication
Mobile communicationMobile communication
Mobile communication
 
Conducting polymers
Conducting polymersConducting polymers
Conducting polymers
 
IS95 CDMA Technology
IS95 CDMA TechnologyIS95 CDMA Technology
IS95 CDMA Technology
 

Dernier

BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxSayali Powar
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxDhatriParmar
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvRicaMaeCastro1
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptxmary850239
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxkarenfajardo43
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Developmentchesterberbo7
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDhatriParmar
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfPrerana Jadhav
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 

Dernier (20)

BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Development
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdf
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 

Electronic computer classification

  • 1. Chapter 1: Computers: A First Look How do computers affect us in our daily lives?
  • 2. Computers: A First Look • In this chapter: • How do computers pervade our every day lives? • What is considered a computer and what is not? • Why do computers use the binary system? • What are some characteristics of different types of computers? • How are computers commonly used today?
  • 3. Beyond the Computer Invasion • 6:15 AM - Timer in coffee maker turns on • 6:30 AM - Computerized alarm clock rings • 7:30 AM - Drive car/airbag,brakes,radio • 8:00 AM - Check email at work • 9:00 AM - Check in-coming voice mail • 10:00 AM - Receive in-coming fax • 12:00 PM - Buy gift. Electronic Kiosk • 1:15 PM - Reserve airline ticket over Internet • 3:00 PM - Pick up paycheck • 5:15 PM - Stop off at ATM • 6:30 PM - Grocery store /Checkout • 11:30 PM - Microwave dinner
  • 4. Beyond the Computer Invasion • The reason why computers are pervasive is that they help us… • perform tasks that are repetitive. • perform tasks that involve calculation or manipulation of numbers. • perform tasks that involve storage of large quantities of information.
  • 5. What Is (and Isn’t) a Computer • Definition: • A computer is a device that takes data in one form, uses it, and produces a different form of information which is related to (but not the same as) the original data.
  • 6. What Is (and Isn’t) a Computer • The Abacus is not a computer by our definition. • It is an early calculation device that only holds numbers for the person using it.
  • 7. What Is (and Isn’t) a Computer • Stonehenge is a computer by our definition. • It takes the movement of the planets, sun and other heavenly bodies and provides information concerning eclipses and other astronomical events.
  • 8. What Is (and Isn’t) a Computer • The bathroom scale is a computer by our definition. • It takes in the amount of gravitational pull between a human body and the earth and provides us with the amount of pounds or kilograms.
  • 9. What Is (and Isn’t) a Computer • A calculator is a computer by our definition. • They range from doing simple arithmetic to powerful models that produce graphic output.
  • 10. What Is (and Isn’t) a Computer • Digital pagers and cell phones are also computers. o These wireless communication devices provide instant access to voice-mail, e-mail, and fax transmission. o Some provide built-in Internet access.
  • 11. The Many Kinds of Computers • Computers can be classified by three sets of characteristics: Electronic General-purpose versus versus Mechanical Special-purpose Digital versus Analog
  • 12. The Many Kinds of Computers • Electronic Computer o Constructed from transistors and electrical circuits. o Needs an electrical source to function. • Mechanical Computer o Constructed of a combination of gears, levers and/or springs. o Produces its own intrinsic energy. (Does not need electricity to function.)
  • 13. The Many Kinds of Computers • General-purpose Computer o Was not manufactured to do any one thing. o Changeable to do any task. • Special-purpose Computer o Manufactured to perform a predetermined task or set of tasks.
  • 14. The Many Kinds of Computers • Digital Computer o One that functions in discretely varying quantities. o Produces or gives results that are also discretely varying. • Analog Computer o One that functions in continuously varying quantities. o Produces or gives results that are also continuously varying.
  • 15. The General-Purpose Electronic Digital Computer • The General-purpose electronic digital computer • General Purpose: Can be used in many different fields of work. • Electronic: Requires a source of electricity to function. • Digital: Made up of binary circuitry. (Each can be set to one of one two possible conditions.) • Controlled by humans; Presents results in a way usable by humans.
  • 16. The General-Purpose Electronic Digital Computer • Digital computers are made up of four major components: • Input units - Humans interface with the computer through devices like the mouse and keyboard. • Memory - Stores programs and other data. • Central Processing Unit - “Brain” controls all computer operations, processes information, computes results. • Output Units - The computer displays results to the human through devices like the printer and monitor.
  • 17. The General-Purpose Electronic Digital Computer • Computer Hardware o The electronics and associated mechanical parts of the computer. • Computer Software o Consists of instructions that control the hardware and cause the desired process to happen o A Disk is considered hardware. A program ON the disk is considered software!
  • 18. The General-Purpose Electronic Digital Computer • Why do computers work in binary? • Simply, because using the binary system is cheap and reliable. • Building computers using any other system would be too expensive and become less reliable. 0 8 90 1 2 7 1 6 5 43
  • 19. Applications: Making the Computer Work for You • Applications (Application Programs) o Sets of computer instructions designed to perform a particular application or task. • Examples of popular application programs: o Word or WordPerfect for word processing. o Excel for keeping a ledger. o Norton’s Utilities for checking disks for damage.
  • 20. Applications: Making the Computer Work for You • Productivity Tools o First designed for the business setting. o Targeted increased speed and accuracy for office workers. o Now used in homes, schools, and in offices. • Four types are included in this category: o Word Processing; Electronic Spreadsheets; Database Management Systems; Presentation Graphics.
  • 21. Applications: Making the Computer Work for You • Word Processors o Most commonly used computer application programs on the market today. o Have replaced the typewriter in the creation of text documents. o Can be used to create: (to name a few)  Letters  Reports  Essays  Brochures  Advertising copy  Books
  • 22. Applications: Making the Computer Work for You • Electronic Spreadsheets o Allows you to enter numeric information and formulas into the computer in rows and columns. o Performs calculations and recalculations immediately. o Can be used for forecasting and what-if projections. o Most have graphing capabilities.
  • 23. Applications: Making the Computer Work for You • Database Management Systems (DBMS) o DBMS are the computer programs that are used to organize small to large amounts of information in a meaningful way. o Allows entry, updating, and retrieval of information in a meaningful format.  Can add information.  Modify information.  Delete information.  Print information in a variety of formats.
  • 24. Applications: Making the Computer Work for You • Presentation Graphics o A tool that combines the computer and a display system to present multiple types of visual and audible information.  Text  Images and animation clips  Charts  Hyperlinks (text that can access pages on the WWW) o Can be viewed one-by-one or as a continuous slide show. o Animation can be added for affect (fade, dissolve, flash).
  • 25. Applications: Making the Computer Work for You • Computer Control o Tools used to make the computer run efficiently. o Used to make the computer perform certain tasks. • Three types are listed in this category: o Programming Languages, Operating Systems, and Utilities.
  • 26. Applications: Making the Computer Work for You • Programming Languages o Each programming language has its own vocabulary and structural rules. o Programmers use these languages to construct programs containing lists of instructions for the computer to perform. o Popular languages include:  Ada  Java  Visual Basic  C++
  • 27. Applications: Making the Computer Work for You • Operating Systems o A collection of programs that manage and control all operations and coordinate all hardware components of the computer. o Some functions include:  Controlling the mouse pointer.  Sending data to the printer and screen.  Managing files.  Formatting disks. o Popular Operating Systems include Windows, Unix, MacOS, VMS, Linux, OS/2.
  • 28. Applications: Making the Computer Work for You • Utilities o Help to keep the computer running properly by:  Making adjustments in efficiency.  Faster operation.  More efficient memory and hard disk use.  Better communication connections.  Making repairs to damaged disks and files.  Identifying and eliminating viruses.
  • 29. Applications: Making the Computer Work for You • Internet and Web Tools o Tools used to make easy access of the Internet possible. o Tools used to create a web presence. • Three tools are listed in this category: o Web Browsers, Search Services, Web Page Builders.
  • 30. Applications: Making the Computer Work for You • Web Browsers o Most commonly used tool to access the World Wide Web. o These programs allow web pages to be displayed on the computer screen that may include:  Text  Graphic images, animation and streamed video  Sound  Three-dimensional virtual reality environments o The two most widely used web browsers today include Microsoft Explorer and Netscape Navigator.
  • 31. Applications: Making the Computer Work for You • Search Services o Tools used to help search for specific information on the WWW. o Many free search services exist on the WWW.  Type in a search criteria (key words to look for).  The search service will then locate pages on the web that contain that search criteria. o A few popular web search services include HotBot, Alta Vista, Excite, and DogPile.
  • 32. Applications: Making the Computer Work for You • Web Page Builders o Tools used to create web pages. o Some word processors and presentation programs include web page design capability.  Type in the document as you wish it to look on the WWW.  Have the word processing program save it in the HTML (special web document) format. o Stand-alone web page builders allow you to design more complex and sophisticated web sites.