SlideShare uma empresa Scribd logo
1 de 32
Baixar para ler offline
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.

Mais conteúdo relacionado

Mais procurados

Powerpoint infotech
Powerpoint infotechPowerpoint infotech
Powerpoint infotech
jasper_nuqui
 
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
sakkara123
 
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
Kiet Raipur
 
Introduction to computers new 2010
Introduction to computers new 2010Introduction to computers new 2010
Introduction to computers new 2010
Cyrus Kyle
 
Computer System Hardware Arabelle Capito
Computer System Hardware Arabelle CapitoComputer System Hardware Arabelle Capito
Computer System Hardware Arabelle Capito
belle07
 
DEFINE COMPUTER SYSTEM
DEFINE COMPUTER SYSTEMDEFINE COMPUTER SYSTEM
DEFINE COMPUTER SYSTEM
M Kimi
 

Mais procurados (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
 

Destaque

על עיצוב ובניית למידה רספונסיבית ורב מכשירית
 על עיצוב ובניית למידה רספונסיבית ורב מכשירית על עיצוב ובניית למידה רספונסיבית ורב מכשירית
על עיצוב ובניית למידה רספונסיבית ורב מכשירית
Kineo Israel
 
The Road from Selestat to Frankfurt
The Road from Selestat to FrankfurtThe Road from Selestat to Frankfurt
The Road from Selestat to Frankfurt
The Diesel Driver
 
Cheshire Staging Brochure
Cheshire Staging BrochureCheshire Staging Brochure
Cheshire Staging Brochure
Justin Cheshire
 
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 system
The Fox Group, LLC
 

Destaque (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
 

Semelhante a Electronic computer classification

COMPUTER CHAPTER 1 NOTES (1).pptx
COMPUTER CHAPTER 1 NOTES (1).pptxCOMPUTER CHAPTER 1 NOTES (1).pptx
COMPUTER CHAPTER 1 NOTES (1).pptx
21BEE088SANKALP
 
Basics of Computer
Basics of ComputerBasics of Computer
Basics of Computer
waqar ali
 
Unit1-fcp-fundamentals of computing
Unit1-fcp-fundamentals of computingUnit1-fcp-fundamentals of computing
Unit1-fcp-fundamentals of computing
kokilabe
 
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
mohsinraju555
 
Presentation1
Presentation1Presentation1
Presentation1
0117768
 

Semelhante a 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
 

Mais 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
 

Último

Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
MateoGardella
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
MateoGardella
 

Último (20)

Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 

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.