1 / 25

Computer

Describe several important trends occurring in computer software. ... Explain the purpose of several popular software packages for end user productivity and collaborative ...

LeeJohn
Télécharger la présentation

Computer

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    Slide 1:4

    Computer Software

    Slide 2: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. Outline the functions of an operating system. Describe the main uses of high-level, fourth-generation, object-oriented, and Web-oriented programming languages and tools.

    Chapter Objectives

    Slide 3:Categories of Computer Software

    Information systems depend on software resources to help end users use computer hardware to transform data into information products. Software handles the input, processing, output, storage, and control activities of information systems. Computer software is typically classified into two major types of programs: Systems Software. These are programs that manage and support the resources and operations of a computer system. A. System Management Programs. These programs help run the hardware and communicate critical information throughout the IS. Examples are operating systems, operating environments (such as GUI interfaces), database management systems, and telecommunications monitors. B. System Development Programs. These programs are used to build new application programs or specific information systems applications. Examples include programming language translators, programming environments, and CASE packages. Applications Software. These are programs that direct the performance of a particular use, or application, of computers to develop specific information products by end users. A. General-Purpose Application Programs. These programs allow end users to create a great many different information products within a general knowledge category. Examples include word processing, spreadsheets, database managers, graphics, and integrated packages. B. Application-Specific Programs. These programs are dedicated to very specific functions within a knowledge area. Examples include programs for accounting, generating marketing plans, or handling financing. Teaching Tips This slide corresponds to Figure 4.2 on p. 108 and relates to the material on p. 109. Information systems depend on software resources to help end users use computer hardware to transform data into information products. Software handles the input, processing, output, storage, and control activities of information systems. Computer software is typically classified into two major types of programs: Systems Software. These are programs that manage and support the resources and operations of a computer system. A. System Management Programs. These programs help run the hardware and communicate critical information throughout the IS. Examples are operating systems, operating environments (such as GUI interfaces), database management systems, and telecommunications monitors. B. System Development Programs. These programs are used to build new application programs or specific information systems applications. Examples include programming language translators, programming environments, and CASE packages. Applications Software. These are programs that direct the performance of a particular use, or application, of computers to develop specific information products by end users. A. General-Purpose Application Programs. These programs allow end users to create a great many different information products within a general knowledge category. Examples include word processing, spreadsheets, database managers, graphics, and integrated packages. B. Application-Specific Programs. These programs are dedicated to very specific functions within a knowledge area. Examples include programs for accounting, generating marketing plans, or handling financing. Teaching Tips This slide corresponds to Figure 4.2 on p. 108 and relates to the material on p. 109.

    Development Tools Special Applications Hardware Operating System Graphics User Interface Database Management Software Databases Games

    Apple : Leopard Microsoft: Vista Microsoft Office ????

    Slide 6: Apple : Goes to Intel Chip Leopard Microsoft: Vista Microsoft Office Yes Operating systems are processor specific

    Slide 7:Functions of an Operating System

    The operating system of a computer manages the operations of the CPU, controls the input/output and storage resources and activities of the computer system, and provides various support services as the computer executes the application programs of users. The user interface is the part of the operating system that allows users to communicate with the computer. Interfaces can be command-driven (the user types in command instructions through the keyboard), menu-driven (the user selects commands presented on-screen with either a mouse or keyboard), and graphical (the user selects commands that appear as icons, buttons, bars, and other images with a mouse or other pointing device). Through the interface, the end user has access to the following resources: Resource Management. These programs manage the hardware of a computer system, including its CPU, memory, secondary storage devices, and input/output peripherals. File Management. Operating systems also contain file management programs that control the creation, deletion, and access to files of data and programs. File management involves keeping track of the physical location of files on magnetic disks and other secondary storage devices. Task Management. Task management programs manage the computing tasks of end users. They give slices of the CPU's processing time to tasks and determine the logistics of which tasks take priority over others when more processing time is required. Instructors Note: The following is extra-textual material on this topic: Utilities and Other Functions. Operating systems may contain additional programs (or support for them to be added later) called utilities that help maintain the integrity of the system and its interface with the system hardware. Common utilities are used to defrag a system's hard drive, compress the space programs and files need for storage, or other functions. Teaching Tips This slide corresponds to Figure 4.17 on p. 123 and relates to material on pp. 122-124. Discussion topic: Discuss the advantages and disadvantages of popular operating systems, e.g. Windows 2000, UNIX, LINUX, Netware, etc. The operating system of a computer manages the operations of the CPU, controls the input/output and storage resources and activities of the computer system, and provides various support services as the computer executes the application programs of users. The user interface is the part of the operating system that allows users to communicate with the computer. Interfaces can be command-driven (the user types in command instructions through the keyboard), menu-driven (the user selects commands presented on-screen with either a mouse or keyboard), and graphical (the user selects commands that appear as icons, buttons, bars, and other images with a mouse or other pointing device). Through the interface, the end user has access to the following resources: Resource Management. These programs manage the hardware of a computer system, including its CPU, memory, secondary storage devices, and input/output peripherals. File Management. Operating systems also contain file management programs that control the creation, deletion, and access to files of data and programs. File management involves keeping track of the physical location of files on magnetic disks and other secondary storage devices. Task Management. Task management programs manage the computing tasks of end users. They give slices of the CPU's processing time to tasks and determine the logistics of which tasks take priority over others when more processing time is required. Instructors Note: The following is extra-textual material on this topic: Utilities and Other Functions. Operating systems may contain additional programs (or support for them to be added later) called utilities that help maintain the integrity of the system and its interface with the system hardware. Common utilities are used to defrag a system's hard drive, compress the space programs and files need for storage, or other functions. Teaching Tips This slide corresponds to Figure 4.17 on p. 123 and relates to material on pp. 122-124. Discussion topic: Discuss the advantages and disadvantages of popular operating systems, e.g. Windows 2000, UNIX, LINUX, Netware, etc.

    Slide 8:Trends in Computer Software

    The figure on the slide emphasizes the following two major software trends important to end users: From Custom-Designed to Off-the-Shelf. There is a trend away from custom-designed one-of-a-kind programs developed by professional programmers toward the use of off-the-shelf packages acquired by end users from software vendors. This trend makes it possible for end users to develop information products quickly and inexpensively and to adapt the program to make new information products without having to re-write the program itself. From Machine-Specific to Procedural Languages. Another trend is away from technical, machine-specific programming languages that use binary-based or symbolic codes or procedural languages toward the use of nonprocedural, natural languages that are closer to human speech. These fourth-generation languages often make use of graphical user interfaces that make development of software applications easier for non-technical end users. Some software includes expert-assisted intelligent help features, sometimes called wizards, that question the user on a few custom features of the information product she or he wants to make and then automates the rest of the process on the basis of those answers.The figure on the slide emphasizes the following two major software trends important to end users: From Custom-Designed to Off-the-Shelf. There is a trend away from custom-designed one-of-a-kind programs developed by professional programmers toward the use of off-the-shelf packages acquired by end users from software vendors. This trend makes it possible for end users to develop information products quickly and inexpensively and to adapt the program to make new information products without having to re-write the program itself. From Machine-Specific to Procedural Languages. Another trend is away from technical, machine-specific programming languages that use binary-based or symbolic codes or procedural languages toward the use of nonprocedural, natural languages that are closer to human speech. These fourth-generation languages often make use of graphical user interfaces that make development of software applications easier for non-technical end users. Some software includes expert-assisted intelligent help features, sometimes called wizards, that question the user on a few custom features of the information product she or he wants to make and then automates the rest of the process on the basis of those answers.

    Slide 9:Categories of Programming Languages

    A programming language allows a programmer or end user to develop the set of instructions that constitute a computer program. Each programming language has its own unique vocabulary, grammar, and uses. The major categories of programming languages are identified on the slide and described below: Machine Languages. Machine languages (or first-generation languages) are the most basic level of programming languages. These use binary codes unique to the computer, requiring programmers to have a detailed knowledge of the specific CPU they wish to write software for. Assembler Languages. Assembler languages (or second-generation languages) reduce the difficulties in writing language code by using translator programs (assemblers) that convert the symbolic language of the code into machine language. High-Level Languages. High-level languages (or third-generation languages) use instructions, called statements that closely resemble human language or the standard notation of mathematics. They are translated into machine language by compilers or interpreters. Fourth-Generation Languages. Fourth-generation languages describe a variety of programming languages that are more nonprocedural and conversational than previous languages. Nonprocedural languages have programmers specify the results they want while the program works with the computer to determine the sequence of instructions that will accomplish those results. Object-Oriented Languages. Object-oriented programming (OOP) ties data and instructions together into objects that can be combined in many different ways with other objects to create programs. Unlike procedural languages, OO systems objects tell other objects to perform actions on themselves. Thus, objects are more efficient and can be reused to create new programs. Java is an example of an OOP, which is specifically designed for real-time, interactive, web-based network applications. What makes Java so special is that it is computing platform independent. This means that any computer and any operating system anywhere in a network can execute Java programs. HTML. Is a page description language that creates hypertext or hypermedia web documents. HTML embeds control codes, or tags, in the ASCII text of a document. These tags are used to designate titles, headings, graphics, multimedia components, as well as hyperlinks within the document. XML. Unlike HTML, XML describes the content of web pages by applying identifying tags or contextual labels to the data in web documents. By classifying data in this way, an XML website's information is more searchable, sortable, and easier to analyze. Teaching Tips This slide relates to material on pp. 127-132. A programming language allows a programmer or end user to develop the set of instructions that constitute a computer program. Each programming language has its own unique vocabulary, grammar, and uses. The major categories of programming languages are identified on the slide and described below: Machine Languages. Machine languages (or first-generation languages) are the most basic level of programming languages. These use binary codes unique to the computer, requiring programmers to have a detailed knowledge of the specific CPU they wish to write software for. Assembler Languages. Assembler languages (or second-generation languages) reduce the difficulties in writing language code by using translator programs (assemblers) that convert the symbolic language of the code into machine language. High-Level Languages. High-level languages (or third-generation languages) use instructions, called statements that closely resemble human language or the standard notation of mathematics. They are translated into machine language by compilers or interpreters. Fourth-Generation Languages. Fourth-generation languages describe a variety of programming languages that are more nonprocedural and conversational than previous languages. Nonprocedural languages have programmers specify the results they want while the program works with the computer to determine the sequence of instructions that will accomplish those results. Object-Oriented Languages. Object-oriented programming (OOP) ties data and instructions together into objects that can be combined in many different ways with other objects to create programs. Unlike procedural languages, OO systems objects tell other objects to perform actions on themselves. Thus, objects are more efficient and can be reused to create new programs. Java is an example of an OOP, which is specifically designed for real-time, interactive, web-based network applications. What makes Java so special is that it is computing platform independent. This means that any computer and any operating system anywhere in a network can execute Java programs. HTML. Is a page description language that creates hypertext or hypermedia web documents. HTML embeds control codes, or tags, in the ASCII text of a document. These tags are used to designate titles, headings, graphics, multimedia components, as well as hyperlinks within the document. XML. Unlike HTML, XML describes the content of web pages by applying identifying tags or contextual labels to the data in web documents. By classifying data in this way, an XML website's information is more searchable, sortable, and easier to analyze. Teaching Tips This slide relates to material on pp. 127-132.

    Slide 10:10 PRINT HELLO 20 END

    Slide 11:10 PRINT HELLO 20 GOTO 10 30 END

    Slide 12:Programming Language Translation

    Why do I want the source code? Programming packages help programmers develop computer programs. These include: Language Translator Programs. These translate a set of instructions into the computers own machine language. Typical language translator programs include: Assembler. An assembler translates the symbolic instruction codes of programs written in an assembler language into machine language. Compiler. A compiler translates high-level language statements. Interpreter. An interpreter is a special kind of compiler that translates and executes each program statement one at a time. Programming Tools. Common programming tools include graphics-oriented editors and debuggers to help identify and avoid errors while programming. Teaching Tips This slide relates to material on p. 132. Programming packages help programmers develop computer programs. These include: Language Translator Programs. These translate a set of instructions into the computers own machine language. Typical language translator programs include: Assembler. An assembler translates the symbolic instruction codes of programs written in an assembler language into machine language. Compiler. A compiler translates high-level language statements. Interpreter. An interpreter is a special kind of compiler that translates and executes each program statement one at a time. Programming Tools. Common programming tools include graphics-oriented editors and debuggers to help identify and avoid errors while programming. Teaching Tips This slide relates to material on p. 132.

    Slide 13:Categories of Programming Languages

    A programming language allows a programmer or end user to develop the set of instructions that constitute a computer program. Each programming language has its own unique vocabulary, grammar, and uses. The major categories of programming languages are identified on the slide and described below: Machine Languages. Machine languages (or first-generation languages) are the most basic level of programming languages. These use binary codes unique to the computer, requiring programmers to have a detailed knowledge of the specific CPU they wish to write software for. Assembler Languages. Assembler languages (or second-generation languages) reduce the difficulties in writing language code by using translator programs (assemblers) that convert the symbolic language of the code into machine language. High-Level Languages. High-level languages (or third-generation languages) use instructions, called statements that closely resemble human language or the standard notation of mathematics. They are translated into machine language by compilers or interpreters. Fourth-Generation Languages. Fourth-generation languages describe a variety of programming languages that are more nonprocedural and conversational than previous languages. Nonprocedural languages have programmers specify the results they want while the program works with the computer to determine the sequence of instructions that will accomplish those results. Object-Oriented Languages. Object-oriented programming (OOP) ties data and instructions together into objects that can be combined in many different ways with other objects to create programs. Unlike procedural languages, OO systems objects tell other objects to perform actions on themselves. Thus, objects are more efficient and can be reused to create new programs. Java is an example of an OOP, which is specifically designed for real-time, interactive, web-based network applications. What makes Java so special is that it is computing platform independent. This means that any computer and any operating system anywhere in a network can execute Java programs. HTML. Is a page description language that creates hypertext or hypermedia web documents. HTML embeds control codes, or tags, in the ASCII text of a document. These tags are used to designate titles, headings, graphics, multimedia components, as well as hyperlinks within the document. XML. Unlike HTML, XML describes the content of web pages by applying identifying tags or contextual labels to the data in web documents. By classifying data in this way, an XML website's information is more searchable, sortable, and easier to analyze. Teaching Tips This slide relates to material on pp. 127-132. A programming language allows a programmer or end user to develop the set of instructions that constitute a computer program. Each programming language has its own unique vocabulary, grammar, and uses. The major categories of programming languages are identified on the slide and described below: Machine Languages. Machine languages (or first-generation languages) are the most basic level of programming languages. These use binary codes unique to the computer, requiring programmers to have a detailed knowledge of the specific CPU they wish to write software for. Assembler Languages. Assembler languages (or second-generation languages) reduce the difficulties in writing language code by using translator programs (assemblers) that convert the symbolic language of the code into machine language. High-Level Languages. High-level languages (or third-generation languages) use instructions, called statements that closely resemble human language or the standard notation of mathematics. They are translated into machine language by compilers or interpreters. Fourth-Generation Languages. Fourth-generation languages describe a variety of programming languages that are more nonprocedural and conversational than previous languages. Nonprocedural languages have programmers specify the results they want while the program works with the computer to determine the sequence of instructions that will accomplish those results. Object-Oriented Languages. Object-oriented programming (OOP) ties data and instructions together into objects that can be combined in many different ways with other objects to create programs. Unlike procedural languages, OO systems objects tell other objects to perform actions on themselves. Thus, objects are more efficient and can be reused to create new programs. Java is an example of an OOP, which is specifically designed for real-time, interactive, web-based network applications. What makes Java so special is that it is computing platform independent. This means that any computer and any operating system anywhere in a network can execute Java programs. HTML. Is a page description language that creates hypertext or hypermedia web documents. HTML embeds control codes, or tags, in the ASCII text of a document. These tags are used to designate titles, headings, graphics, multimedia components, as well as hyperlinks within the document. XML. Unlike HTML, XML describes the content of web pages by applying identifying tags or contextual labels to the data in web documents. By classifying data in this way, an XML website's information is more searchable, sortable, and easier to analyze. Teaching Tips This slide relates to material on pp. 127-132.

    Slide 14:Application software types Custom development programming Expensive Consultant dependent Hard to get out of Within application development Written within an existing software environment Examples: Spreadsheets, Database applications Turn key systems Little customization dependent on the vendor Turn it on and run it

    Development Tools Special Applications Hardware Operating System Graphics User Interface Database Management Software Databases Games?

    Slide 16:Categories of software: Layering

    The hardware is the center The system software operating system Controls the hardware and supports the application Supports GUI (graphics user interfaces) Controls communications Development software tools for creating applications Programming languages Database management software Applications software The big area

    Slide 17:Common General- Purpose Applications

    A move toward generic applications that can be adapted spreadsheet software and database software. Electronic Mail Word Processing Presentation Graphics Multimedia Personal Information Manager Groupware There are numerous general-purpose application programs commonly used in business. These include: Electronic Mail. Communication software that allows you to send electronic messages via the Internet or an intranet. Examples: Eudora, Webmail. Word Processing Programs. Are programs that computerize the creation, editing, and printing of documents. Examples: Microsoft Word, Corel WordPerfect. Electronic Spreadsheet. Software that helps you to design and create electronic accounting spreadsheets for use in business analysis, planning, and modeling. Examples: Lotus 1-2-3, Microsoft Excel. Presentation Graphics. Software that helps you prepare multimedia presentations of graphics, animations, video clips etc., as well web pages. Examples: Microsoft PowerPoint, Lotus Freelance. Multimedia Software. Related to presentation software is multimedia software. This software is used to create a wide variety of presentation products, information products, education and entertainment products, and usually comes with tools specifically created to capture and edit various types of media, e.g. video, audio, animation etc. Examples: Corel Draw 9, Adobe PhotoShop, Macromedia, Shockwave. Personal Information Managers. Software that helps end users store, organize, and retrieve information like schedules and management appointments, meetings, customers and clients etc. Examples: Lotus Organizer, Microsoft Outlook. Groupware Software. Collaboration software that helps workgroups and teams work together to accomplish group assignments. Examples: Lotus Notes, Microsoft Exchange. Teaching Tips This slide relates to the material on pp. 139-146. The figure on the slide emphasizes the following two major software trends important to managerial end users: From Custom-Designed to Off-the-Shelf. There is a trend away from custom-designed one-of-a-kind programs developed by professional programmers toward the use of off-the-shelf packages acquired by end users from software vendors. This trend makes it possible for end users to develop information products quickly and inexpensively and to adapt the program to make new information products without having to re-write the program itself. From Machine-Specific to Procedural Languages. Another trend is away from technical, machine-specific programming languages that use binary-based or symbolic codes or procedural languages toward the use of nonprocedural, natural languages that are closer to human speech. These fourth-generation languages often make use of graphical user interfaces that make development of software applications easier for non-technical end users. Some software includes expert-assisted intelligent help features, sometimes called wizards, that question the user on a few custom features of the information product she or he wants to make and then automates the rest of the process on the basis of those answers. Teaching Tips This slide corresponds to Figure 4.3 on p. 134 and relates to the material on pp. 134 -135. There are numerous general-purpose application programs commonly used in business. These include: Electronic Mail. Communication software that allows you to send electronic messages via the Internet or an intranet. Examples: Eudora, Webmail. Word Processing Programs. Are programs that computerize the creation, editing, and printing of documents. Examples: Microsoft Word, Corel WordPerfect. Electronic Spreadsheet. Software that helps you to design and create electronic accounting spreadsheets for use in business analysis, planning, and modeling. Examples: Lotus 1-2-3, Microsoft Excel. Presentation Graphics. Software that helps you prepare multimedia presentations of graphics, animations, video clips etc., as well web pages. Examples: Microsoft PowerPoint, Lotus Freelance. Multimedia Software. Related to presentation software is multimedia software. This software is used to create a wide variety of presentation products, information products, education and entertainment products, and usually comes with tools specifically created to capture and edit various types of media, e.g. video, audio, animation etc. Examples: Corel Draw 9, Adobe PhotoShop, Macromedia, Shockwave. Personal Information Managers. Software that helps end users store, organize, and retrieve information like schedules and management appointments, meetings, customers and clients etc. Examples: Lotus Organizer, Microsoft Outlook. Groupware Software. Collaboration software that helps workgroups and teams work together to accomplish group assignments. Examples: Lotus Notes, Microsoft Exchange. Teaching Tips This slide relates to the material on pp. 139-146. The figure on the slide emphasizes the following two major software trends important to managerial end users: From Custom-Designed to Off-the-Shelf. There is a trend away from custom-designed one-of-a-kind programs developed by professional programmers toward the use of off-the-shelf packages acquired by end users from software vendors. This trend makes it possible for end users to develop information products quickly and inexpensively and to adapt the program to make new information products without having to re-write the program itself. From Machine-Specific to Procedural Languages. Another trend is away from technical, machine-specific programming languages that use binary-based or symbolic codes or procedural languages toward the use of nonprocedural, natural languages that are closer to human speech. These fourth-generation languages often make use of graphical user interfaces that make development of software applications easier for non-technical end users. Some software includes expert-assisted intelligent help features, sometimes called wizards, that question the user on a few custom features of the information product she or he wants to make and then automates the rest of the process on the basis of those answers. Teaching Tips This slide corresponds to Figure 4.3 on p. 134 and relates to the material on pp. 134 -135.

    Slide 18:Web Browsers

    Lets take a moment to examine a couple of other important types of application software in some more detail. Web Browser: The most important software component for many computer users today is the powerful and feature-rich web browser. A browser is a key software interface you use to point and click your way through the hyperlinked resources of the World Wide Web and the rest of the Internet, as well as corporate intranets and extranets. Two popular browsers include: Netscape Navigator, Microsoft Explorer. Web Browser as the Universal Client: Industry experts are predicting that the web browser will be the model for how most people will use networked computers into the next century. Browsers are being called the universal client, that is, the software component installed on the workstation of all the clients (users) in client/server networks throughout an enterprise. Web browsers have evolved into suites of communication and collaboration software including: discussion forums, databases, audio and data conferencing, chat, Internet telephone, group scheduling, calendaring, and web page editor. Teaching Tips This slide relates to the material on pp. 111 Lets take a moment to examine a couple of other important types of application software in some more detail. Web Browser: The most important software component for many computer users today is the powerful and feature-rich web browser. A browser is a key software interface you use to point and click your way through the hyperlinked resources of the World Wide Web and the rest of the Internet, as well as corporate intranets and extranets. Two popular browsers include: Netscape Navigator, Microsoft Explorer. Web Browser as the Universal Client: Industry experts are predicting that the web browser will be the model for how most people will use networked computers into the next century. Browsers are being called the universal client, that is, the software component installed on the workstation of all the clients (users) in client/server networks throughout an enterprise. Web browsers have evolved into suites of communication and collaboration software including: discussion forums, databases, audio and data conferencing, chat, Internet telephone, group scheduling, calendaring, and web page editor. Teaching Tips This slide relates to the material on pp. 111

    Slide 19:Database Management Packages

    Database and graphics programs are also increasingly common in the business environment. Together with word processing and spreadsheet programs, they are often combined in integrated software packages designed to work together as an "Office Suite." Database Management Programs. These packages allow end users to set up database files and records on their personal computers. Most DBMS packages perform four primary tasks: Database Development. This defines and organizes the content, relationships, and structure of the data needed to build a database. Database Interrogation. This provides access to the data for information retrieval and report generation. Database Maintenance. This gives users the ability to add, delete, update, correct, and protect that data in the database. Application Development. This allows users to develop prototypes of data entry screens, queries, forms, reports, and labels for a proposed application. Teaching Tips This slide relates to the material on p. 114 Database and graphics programs are also increasingly common in the business environment. Together with word processing and spreadsheet programs, they are often combined in integrated software packages designed to work together as an "Office Suite." Database Management Programs. These packages allow end users to set up database files and records on their personal computers. Most DBMS packages perform four primary tasks: Database Development. This defines and organizes the content, relationships, and structure of the data needed to build a database. Database Interrogation. This provides access to the data for information retrieval and report generation. Database Maintenance. This gives users the ability to add, delete, update, correct, and protect that data in the database. Application Development. This allows users to develop prototypes of data entry screens, queries, forms, reports, and labels for a proposed application. Teaching Tips This slide relates to the material on p. 114

    Slide 20:Multimedia Technologies

    Multimedia refers to computer-based integration of a large amount of high-quality data and information sources focused on providing end users alternatives in the way they acquire, use, and take advantage of the information products or content of the multimedia package. Multimedia can be used to enhance and accelerate learning and is becoming the area of first choice in developing new business training packages. Key technologies include: Authoring Language: This is a high-level programming facility with English language commands. Compact Disk Interactive: This is a standard proposed by Philips Corp. for reading data from a CD-ROM disk. Compressed Audio: This is designed to increase the storage capacity of disk systems. Computer Edit System: This is a video editing system controlled by computer to enhance accuracy and quality in frame-by-frame editing. Digital Audio: This is a technique for storing analog audio as a series of numbers. Digital Video Interactive: This compresses video images up to 160 to 1, necessary due to the very large sizes of digitized video data. Interactive Video: This allows the user to control the sequence of events unfolding on a video screen through manipulation of computer-based commands. Musical Instrument Digital Interface (MIDI): This is the serial data transmission protocol for transporting musical information between compatible electronic musical devices. Sound Board: This is a circuit board and software that captures and plays back a sound on a PC. Storyboard: This is a visualization of a piece of multimedia code representing how the program will proceed, using frames from a sequence to show a visual skeleton of the piece. Video Capture Card: This circuit board and software allows end users to digitize analog video from a number of external devices such as TVs, VCRs, 8mm cameras, or still cameras. Teaching Tips This slide relates to the material pp. 116. Multimedia refers to computer-based integration of a large amount of high-quality data and information sources focused on providing end users alternatives in the way they acquire, use, and take advantage of the information products or content of the multimedia package. Multimedia can be used to enhance and accelerate learning and is becoming the area of first choice in developing new business training packages. Key technologies include: Authoring Language: This is a high-level programming facility with English language commands. Compact Disk Interactive: This is a standard proposed by Philips Corp. for reading data from a CD-ROM disk. Compressed Audio: This is designed to increase the storage capacity of disk systems. Computer Edit System: This is a video editing system controlled by computer to enhance accuracy and quality in frame-by-frame editing. Digital Audio: This is a technique for storing analog audio as a series of numbers. Digital Video Interactive: This compresses video images up to 160 to 1, necessary due to the very large sizes of digitized video data. Interactive Video: This allows the user to control the sequence of events unfolding on a video screen through manipulation of computer-based commands. Musical Instrument Digital Interface (MIDI): This is the serial data transmission protocol for transporting musical information between compatible electronic musical devices. Sound Board: This is a circuit board and software that captures and plays back a sound on a PC. Storyboard: This is a visualization of a piece of multimedia code representing how the program will proceed, using frames from a sequence to show a visual skeleton of the piece. Video Capture Card: This circuit board and software allows end users to digitize analog video from a number of external devices such as TVs, VCRs, 8mm cameras, or still cameras. Teaching Tips This slide relates to the material pp. 116.

    Slide 21:Business Enterprise Application Software

    Business Enterprise Application Software are application packages that support managerial decision making and operational users. Such applications include these shown. Most of these will be discussed in more detail in later chapters. Enterprise Resource Planning (ERP). Uses integrated cross-functional software to reengineer, integrate, and automate the basic business processes of a company to improve its efficiency, agility, and profitability. Customer Relationship Management (CRM). These systems consist of a family of software modules that perform the business activities involved in such front office processes like customer sales, marketing, and service. These tools enable companies to identify, target, and retain their best customers. Human Resource Management. These are information systems that support human resource management activities such as recruitment, selection and hiring, job placement, performance appraisals and training and development. Accounting and Financial Management. These are information systems that record and report business transactions, the flow of funds through an organization, and produce financial statements. Thus, these systems provide information for the planning and control of business operations, as well as for legal and historical record keeping. Supply Chain Management. A supply chain is the network of business processes and interrelationships among businesses that are needed to build, sell, and deliver a product to its final customer. Supply Chain Management applications integrate management practices and IT to optimize information and product flows among these processes and partners. Teaching Tips This slide corresponds to Figure 4.14 on p. 118 and relates to material on pp. 118-119.Business Enterprise Application Software are application packages that support managerial decision making and operational users. Such applications include these shown. Most of these will be discussed in more detail in later chapters. Enterprise Resource Planning (ERP). Uses integrated cross-functional software to reengineer, integrate, and automate the basic business processes of a company to improve its efficiency, agility, and profitability. Customer Relationship Management (CRM). These systems consist of a family of software modules that perform the business activities involved in such front office processes like customer sales, marketing, and service. These tools enable companies to identify, target, and retain their best customers. Human Resource Management. These are information systems that support human resource management activities such as recruitment, selection and hiring, job placement, performance appraisals and training and development. Accounting and Financial Management. These are information systems that record and report business transactions, the flow of funds through an organization, and produce financial statements. Thus, these systems provide information for the planning and control of business operations, as well as for legal and historical record keeping. Supply Chain Management. A supply chain is the network of business processes and interrelationships among businesses that are needed to build, sell, and deliver a product to its final customer. Supply Chain Management applications integrate management practices and IT to optimize information and product flows among these processes and partners. Teaching Tips This slide corresponds to Figure 4.14 on p. 118 and relates to material on pp. 118-119.

    Slide 22:Summary

    Software is more capable Software is more graphic oriented - GUI Software takes more computer resources Disk storage and RAM Databases are more and more dominant Fewer standard computer languages Software is more object oriented Web based applications are increasing Database systems

    Slide 23:Computer software consists of two major types of programs: application software that directs the performance of a particular end user task, and system software that controls and supports the operations of a computer system. Application software includes a variety of programs that can be segregated into general-purpose and application-specific categories.

    Chapter Summary

    Slide 24:System software can be subdivided into system management programs and system development programs. The former is used to manage hardware, software, networks, and data resources. The latter is used by IS specialists to develop computer programs. An operating system is an integrated system of programs that supervises the operations of the CPU.

    Chapter Summary (cont)

    Slide 25:There are 5 major levels of programming languages. Language translator programs convert programming language instructions into machine language instructions.

    Chapter Summary (cont)

More Related