Presentation is loading. Please wait.

Presentation is loading. Please wait.

Chapter 3: Computer Software. Stored Program Concept v The concept of preparing a precise list of exactly what the computer is to do (this list is called.

Similar presentations


Presentation on theme: "Chapter 3: Computer Software. Stored Program Concept v The concept of preparing a precise list of exactly what the computer is to do (this list is called."— Presentation transcript:

1 Chapter 3: Computer Software

2 Stored Program Concept v The concept of preparing a precise list of exactly what the computer is to do (this list is called a program), loading or storing this program in the memory of the computer, and then letting the control unit carry out the program at electronic speed. The program must be in a form that the control unit of the computer has been built to understand.

3 Software v The set of programs that control the operations of the computer system v These programs consists of a series of instructions; each instruction is an individual step or operation in a program

4 Evolution of Computer Software v First Generation - machine language - language that particular computer has been built to understand v Second Generation - assembly language - substitute mnemonic operation codes and symbolic addresses - translate to machine language by assembler

5 Evolution of Computer Software (continued) v Third Generation - procedural language - FORTRAN, COBOL, C - translate to machine language by compiler or interpreter v Fourth Generation - nonprocedural language - tell what to do, not how to do it - order not important - translate to machine language by compiler or interpreter

6 Two Kinds of Software v Applications software -- programs written to accomplish particular tasks for computer users v Support software -- programs that support applications software in producing the needed output; support software does not directly produce output needed by users

7 Personal Productivity Software v Word processing v Spreadsheets v Database management systems v Presentation graphics

8 Personal Productivity Software (continued) v Desktop publishing v Statistics v Application suites -- somewhat integrated suites of applications -- Microsoft, Lotus, Corel v World Wide Web browsers

9 Support Software v Operating systems v Communications interface software v Utility programs v Language translators v Database management systems (DBMSs) v CASE tools (computer-assisted systems engineering)

10 Operating System v A very complex program (software) that controls the operation of the computer hardware and coordinates all the other software v Examples: DOS, OS/2, System/7, Unix, VMS, VM, MVS, Windows 95, Windows 98, Windows NT

11 Job Control Language (JCL) v The specialized computer language by which computer users communicate with the operating system v DOS examples: dir, cd, md, rd, copy v With GUI operating systems, JCL becomes a series of mouse clicks or drags

12 Multiprogramming v A procedure by which the operating system switches back and forth among a number of programs, all located in memory at the same time, to keep the CPU (processor) busy while input/output operations are taking place v Called multitasking on smaller machines

13 Virtual Memory v A procedure by which the operating system switches portions of programs (called pages) between main memory and DASD (disk) so that portions of enough programs are stored in main memory to enable efficient multiprogramming v Appears to user as though main memory is unlimited

14 Object-Oriented Programming (OOP) v A type of computer programming based on the creation and use of a set of objects, each of which combines data and methods (or chunks of programs) v Most popular OOP languages are C++ and Smalltalk

15 Database Management System (DBMS) v Support software that is used to create, manage, and protect organizational data v A DBMS is the software that manages a database; it works with the operating system to store and modify data and to make data accessible in authorized ways

16 Types of DBMSs v Hierarchical -- data are arranged in a top-down, organization chart fashion v Network -- data are arranged like the cities on a highway systems, often with multiple paths between pieces of data v Relational -- data are arranged into simple tables, and records are related by storing common data in each of the associated tables

17 Advantages of Relational DBMS v New data elements can easily be added as new needs arise v New relationships can be created as new query/reporting needs change v Fewer data consistency problems due to less redundant data storage v More “user friendly” tools

18 Relational DBMS Features to be Evaluated for Useability v Building tables and relationships v Creating forms for data entry v Building and changing queries v Report customization v Importing and exporting data v Constructing custom controls v Wizards or other application assistants

19 Computer-Aided Software Engineering (CASE) v A collection of software support tools (designed to be used by computer professionals) to help automate software development v May include upper-CASE (requirements definition and design), lower-CASE (code generation), and I- CASE or integrated-CASE

20 Changing Nature of Software (I) v More hardwiring of software and more microcode v More complexity of hardware/software arrangements v Less concern with machine efficiency v More purchased applications, and more portability of these applications from one computer platform to another

21 Changing Nature of Software (II) v More programming using object- oriented and visual languages, in large part because of the emphasis on GUIs v More emphasis on applications that run on intranets and the Internet v More user development v More use of personal productivity software on microcomputers, especially packages with a GUI


Download ppt "Chapter 3: Computer Software. Stored Program Concept v The concept of preparing a precise list of exactly what the computer is to do (this list is called."

Similar presentations


Ads by Google