1 Computer Hardware & Software
2 Learning Objectives Understand the history and evolution of computer hardware Identify the major types and uses of microcomputer, midrange, and mainframe computer systems Outline the major technologies and uses of computer peripherals for input, output, and storage
3 Categories of Computer Systems
4 Computer System ConceptA system of hardware devices organized by function Input Keyboards, touch screens, pens, electronic mice, optical scanners Converts data into electronic form for entry into computer system Processing Central Processing Unit (CPU) CPU subunits: arithmetic-logic and control unit
5 Computer System ConceptOutput Video display units, printers, audio response units, and so on Converts electronic information into human-intelligible form Storage Primary storage (memory) Secondary storage (disk drives) Control CPU controls other components of the system
6 Computer System Concept
7 Storage Tradeoffs
8 Computer Storage FundamentalsUses a two-state or binary representation of data On or Off On represents the number 1 Off represents the number 0 Data are processed and stored in computer systems through the presence or absence of On/Off signals
9 Bit and Byte Bit Byte Short for binary digit Smallest element of dataEither zero or one Byte Group of eight bits, which operate as a single unit Represents one character or number
10 Representing Characters in Bytes
11 Learning Objectives Describe several important trends occurring in computer software Give examples of several major types of application and system software Explain the purpose of several popular software packages for end user productivity and collaborative computing
12 Learning Objectives Define and describe the functions of an operating system Describe the main uses of computer programming software, tools, and languages
13 Types of Application & System Software
14 Application Software General Purpose Custom SoftwarePrograms that perform common information processing jobs for end users E.g., word processing, spreadsheet Also call productivity packages Custom Software Software applications developed within an organization for use by that organization
15 Application Software Open-source SoftwareDevelopers collaborate on the development of an application using programming standards which allow anyone to contribute to the software As each developer completes a project, the application code becomes available and free to anyone who wants it
16 Business Application SoftwareFunction-Specific Application Software Thousands of these packages support specific applications of end users Examples: customer relationship management, enterprise resource planning, supply chain management, Web-enabled electronic commerce
17 Software Suites, Integrated PackagesMost widely used productivity packages are bundled together as software suites Advantages Cost less than buying individual packages All have similar GUI Work well together Disadvantages All features not used Takes a lot of disk space (bloatware)
18 Integrated Packages Integrated packages combine the functions of several programs into one package E.g., Microsoft Works, AppleWorks Advantages Many functions for lower price Uses less disk space Frequently pre-installed on microcomputers Disadvantages Limited functionality
19 Web Browsers Software applications that support navigation through the point-and-click hyper-linked resources of the Web Becoming the universal platform from which end users launch… Information searches Multimedia file transfer Discussion groups Other Internet-based applications
20 Search Engines Browsers are used to gain access to Internet search engines Google, Ask Jeeves, Look Smart, Lycos, Overture, Yahoo! Using search engines to find information has become an indispensable part of Internet, intranet, and extranet applications
21 E-mail, Instant Messaging, and WeblogsSoftware to communicate by sending and receiving messages and attachments via the Internet, intranet, or extranet Instant messaging (IM) Receive electronic messages instantly Weblog or blog A personal website in dated log format Updated with new information about a subject or range of subjects
22 Word Processing/Desktop PublishingCreate, edit, revise, and print documents E.g., Microsoft Word, Lotus WordPro, Corel WordPerfect Desktop Publishing Produce printed materials that look professionally published E.g., Adobe PageMaker, Microsoft Publisher, QuarkXPress
23 Electronic SpreadsheetsUsed by virtually every business for… Analysis, planning, modeling Electronic Spreadsheet Worksheet of rows and columns Can be stored on local computer or on network Requires designing format and developing the relationships (formulas) Most help you develop charts and graphic displays of spreadsheet results Supports what-if questions
24 Presentation GraphicsCommon presentation graphics packages… Converts numeric data into graphics displays Used to create multimedia presentations of graphics, photos, animation, and video clips E.g., Microsoft PowerPoint, Lotus Freelance, Corel Presentations Top packages can tailor files for transfer in HTML format to websites
25 Personal Information ManagersSoftware for end user productivity and collaboration Stores information about clients Manages schedules, appointments, tasks Most include ability to access the Web and provide capabilities Some support team collaboration by sharing information with other PIM users E.g., Lotus Organizer, Microsoft Outlook
26 Groupware Software that helps workgroups collaborate on group assignments , discussion groups, databases, video conferencing E.g., Lotus Notes, Novell GroupWise, Microsoft Exchange Windows SharePoint Services and WebSphere both allow teams to create websites for information sharing and document collaboration
27 Software AlternativesOutsourcing development and maintenance of software Application service providers (ASPs) Companies that own, operate, and maintain application software and computer system resources Use the application for a fee over the Internet Pay-as-you-go Use expected to accelerate in the coming years
28 Categories of Group SoftwareSystem Management Programs Manages the hardware, software, network, and data resources of computer systems Examples: operating systems, network manage-ment programs, database management systems, system utilities System Development Programs Helps users develop IS programs and procedures and then prepare them for processing Includes language translators and editors, CASE and programming tools
29 Interface Between End Users and Computer
30 Operating Systems Integrated system of programs that…Manages the operations of the CPU Controls the input/output, storage resources, and activities of the computer system Provides support services as the computer executes application programs The operating system must be loaded and activated before other tasks can be accomplished
31 Operating System Basic Functions
32 Other System Software Utilities Performance Monitors Security MonitorsMiscellaneous housekeeping functions Example: Norton utilities includes data backup, virus protection, data compression, etc. Performance Monitors Programs that monitor and adjust computer system to keep them running efficiently Security Monitors Monitor and control use of computer systems to prevent unauthorized use of resources
33 Application Servers Provide an interface between an operating system and the application programs of users Middleware Software that helps diverse software applications exchange data and work together more efficiently
34 Programming LanguagesExamples of programming in each language
35 How Web Services Work
36 Language Translator ProgramsTranslate instructions written in programming languages into machine language Assembler Translates assembler language statement Compiler Translates high-level language statements Interpreter A compiler that translates and executes each statement in a program, one at a time