df7c8a67203c96fc4093f54f6060e1cb.ppt
- Количество слайдов: 33
Chapter 2 Computer Software MIS 311 Jakob Iversen 1
Software History and Significance l l l 1950’s: Hardware was expensive. Software was less important and less expensive. Today: software comprises a much larger percentage of the cost of modern computer systems The Software Crisis: Many software projects are delivered late, over budget with inferior quality, and does not meet requirements/expectations • • software applications can’t keep up with rapidly changing business conditions and rapidly evolving technologies new applications must be developed quickly, and existing software must also be maintained (est. 80% effort on maintenance) more complexity, leads to more “bugs” testing and “debugging” software is expensive and takes time 2
Software Model: A Layered View 3
Software Classifications 4
System Software l l Programs that control and support the computer system Supports application software by directing the basic functions of the computer Facilitates programming, testing, and debugging of computer programs Usually independent of any specific type of application 5
Operating Systems Functionality l l l Common Hardware Functions User Interface Hardware Independence Memory Management File Management l l l Processing Tasks • Multitasking and timesharing Networking Capability Access to System Resources • Security 6
Major Desktop OS MS-DOS Windows 3. xx Windows 98 Windows 95 Windows NT Windows 2000 Windows XP IBM’s OS/2 Macintosh Operating System UNIX Linux Java Operating System (Java. OS) 7
8
9 Windows 3. 11
10 Windows 95
11 Windows XP
Linux (KDE 3) 12
Other Systems Control Program l l l l (Helps you use the computer) Backup software Antivirus software Uninstaller software File handling Drivers (for various peripherals) Performance monitors Security monitors 13
Application Software Direct a computer system to perform specific information processing activities and provide functionality for users (lets you do real work) 14
15
Personal Application Software l An off-the-shelf application program not linked to any specific business function, but instead supports general types of processing Data management Spreadsheet Desktop publishing Graphics Publishing Multimedia Speech recognition software Word processing Communications Group. Ware 16
Software Suites l l Collections of application software packages that integrate the functions of the packages Examples: Microsoft Office, Star Office, Corel Word Perfect Office, and Lotus Smart. Suite Generally include: spreadsheet, word processor, database, and graphics package Ability to move data and diagrams among individual application 17
Enterprise Application Software 18
Supply Chain Management 19
Enterprise Resource Planning Vendors l 25. 1% SAP 7. 0% Oracle (trying to buy People. Soft) 6. 5% People. Soft ? ? % JD Edwards (bought by People. Soft) 5. 4% Sage 4. 9% Microsoft 51. 1% Other l Total revenue in 2002: $5 billion, down from $5. 5 billion l Source: Gartner Dataquest (June 2003) http: //www 4. gartner. com/5_about/press_releases/pr 18 june 2003 a. jsp l l l 20
Problems with ERP l l l l Very complex systems Require changes to all/most parts of the organization Very long implementation process • 12 -24 months Systems require customization Customizations may make it difficult to upgrade Difficult to move to different vendor Customization experts in short supply More info: http: //www. du. edu/~atanner/whatiserp. htm 21
Programming Languages l l …. . …… Different languages for different purposes Tradeoff between easy to program (programmerfriendly) vs. Efficiency in execution (computer-friendly) 22
Example: Assembly Language (2 GL) LP: SUB AX, CX ADD AX, [BX] ADD BX, 2 CMP DX, BX JNS LP l l Mnemonics Need to know how the CPU works Typically no OS Still in use where speed is very important – often embedded systems 23
Procedural Language (Pascal), 3 GL Program My. Addition; l Sequence Conditions Loops Procedures/functions l Other 3 GL Languages l Var a, b, c: int; l l Begin Writeln (This is fun’); a: =2; b: =5; While a<b do begin a : = a + 1; end; c : = a + b; Writeln (a, ’+’, b, ’=’, c); End. • C, COBOL, Fortran, . . . 24
4 GL: Non-procedural (SQL) l Stating an outcome: SELECT (Customer_Name and Customer_Address) FROM Customer_Table WHERE Credit_Limit > 5000 l Other languages state facts and rules Fact 1: Jane is Alan’s Mother Fact 2: Mary is Jane’s sister Rule 1: An aunt is the sister of one’s mother or the sister of one’s father • l Inference engine: Is Mary Alan’s aunt? Languages • PL/1, Lisp, SQL 25
Programming Languages (continued …) l l Visual Programming Languages • • • used within a graphical environment example : Visual Basic and Visual C++ popular with non technical users Hypertext Markup Language (HTML) • • • standard language used in World Wide Web Plain text file describes page layout, references other files to be displayed (images, audio, video, and executable computer programs) Example! 26
Programming Languages (continued …) l Object-Oriented Programming Languages (OOP) • Objects model real-world phenomena by • combining data and instructions Java, C++, Eiffel, Smalltalk 27
Object Oriented Programs l Inheritance Instantiation l Communication l • Class -> Object 28
Message Passing in Objects 29
Reusable Code in Object. Oriented Programming 30
How an Interpreter Works 31
How a Compiler Works 32
Coming up. . . l Need more detail? • Go to www. howstuffworks. com and check out the Computer section. l Thursday l Tuesday • Due: Lab 3 • Networks (Internet, Intranet, Extranet, …) • Stair, Chapter 4 33
df7c8a67203c96fc4093f54f6060e1cb.ppt