Download presentation
Presentation is loading. Please wait.
Published byAndrew Clark Modified over 9 years ago
1
Information Systems: Creating Business Value by Mark Huber, Craig Piercy, and Patrick McKeown Field Guide B: Details of IT Software
2
What We Will Cover: Overview of the Operating System What the Operating System Does Overview of Application Software Developing Customized Software
3
Student ROI (Return on Investment) Your investment of time and effort in this course will result in your being able to answer these questions: 1. Why is the operating system so important to the use of all types of computer? 2. What are the functions of the operating system? 3. How do knowledge workers obtain and use application software? 4. Describe the purpose and tools used in the software development process.
4
Review of Software Recall: Software includes all of the instructions given to the computer’s hardware There are two major categories of software: operating systems software application software. All software has to be created by human programmers using a variety of computer languages which the computer can implement.
5
Operating System Operating system software manages the many tasks going on concurrently within a computer. The operating system: manages all of the message traffic that flows from the user to the application software to the computer handles the allocation of resources and the assignment of tasks to various software programs enables the user to carry out needed tasks with application software without worrying about the hardware interfaces.
6
What does an OS do? The operating system is a collection of software programs that manages the tasks performed concurrently in the computer. The operating system must monitor input devices; manage output; control the operation of secondary storage and main memory; control the execution of application programs. On mainframes and other servers, the operating system is responsible for additional tasks. A server must respond to requests from multiple clients ensuring that the desired data, information, or file is sent to the client. For local area networks (LANs), there must be a network operating system to control access to the files on the network.
7
Comparison of Operating Systems FeatureMainframeNetworkPersonal Computer Handheld Device Number of Simultaneous Users Multiple One SecuritySophisticated Minimal/user- enabled PeripheralsComplexNumerousFew Number of tasks Many Few SupportSystems programmers Networked- certified personnel UserProvider ExampleOS390Novell NOSWindows XPWindows Mobile
8
Using Files Operating systems manage the storage and use of programs, data, and information on secondary storage Files are programs, data, or information to which the user or software assigns a name. Filenames: name.extension MyPaper.doc; Budget.xls; My contacts.mdb
9
Parts of an OS
10
OS Responsibilities The functions of the operating system are: 1. Starting the computer 2. Providing services to application software 3. Managing hardware 4. Controlling access to computer 5. Providing an interface for the user 6. Ensuring efficient use of the CPU
11
Starting the Computer
12
Managing Hardware The operating system acts as a go-between for the user, software and the hardware system. Hardware management includes: Input: operations like accepting data from keyboard and instructions from a mouse Output: sending information to the monitor screen and to a printer Transfer of data, instructions, and information between the CPU chip and internal memory and secondary storage Mainframes: hardware of multiple users Network OS: controls the communications between devices on the network.
13
JCL for Mainframe
14
Controlling Access A mainframe or network operating system must provide security to everyone's data, information, and programs against unwarranted intrusion. Access controls exist that require the user to enter a password to use a PC.
15
Providing an Interface The OS provides an interface to interpret the commands from the user and send them to the CPU. Command driven – requires the use of text commands at a prompt. Mainframe and server OS like Unix may still require command driven interface. Graphical User Interface (GUI) – uses graphic elements on a screen and a pointing device to allow the user to interact with the computer.
16
Result of DOS DIR/W Command
17
Efficient Use of CPU A key task of the operating system is to insure that the slow I/O does not hold up the CPU. One way to keep the I/O from interfering with processing is to perform run programs concurrently, that is--the CPU processes part of one program, then part of another, and so on. Multitasking - handles multiple programs or tasks at the same time. The jobs are placed in a queue (waiting line) to be executed according to their level of priority. PC network OS usually shift the processing burden from the central file server to local PCs.
18
Example of Multitasking
19
Providing Services to Application Software Operating systems provide a number of services to application software including: Running the application software and ensuring that needed resources are available Determining the order in which concurrent programs will be processed File/disk management Memory management.
20
Hierarchical File Structure
21
Application Software Application software – Software designed to help us accomplish work and tasks on the computer. Application software for business comes in two primary forms: Commercially developed software: COTS is ready to install and use without further modification on the part of the user. Custom developed software: software which is developed by a company specifically for its own use.
22
Popular types of COTS software Word Processing Spreadsheets Database Presentation Web Browser and Internet Specialized
23
Word Processing Software Word Processing - software that is used to compose, edit, save, and print various types of documents. Desktop publishing can be used to combine word processing, graphics, and special page definition software to create professional documents.
24
Spreadsheet Software Spreadsheet - an electronic table of rows and columns with the intersection of a row and a column being termed a cell. Cells are denoted by the column letter and row number. Spreadsheets are widely used by knowledge workers to carry out analyses.
25
What-If Analyses Spreadsheet software accomplishes other tasks to help knowledge workers. These including sorting data and creating charts to better understand data.
26
Database Software Database software – software that provides tools for organizing data into a form that allows for efficient search and retrieval. Data related to a specific question of concern can be accessed using a database query.
27
Presentation Software Presentation software is aimed at creating presentations using text in many sizes and fonts, graphics, photos, and even audio and video files that can be used to inform an audience. Widely used for professional quality presentations.
28
Web Browser and Internet Software Web browser – software that is used to access the billions of pages of information available on the World Wide Web. Browsers have become the “jack of all trades” for Internet operations by enabling: search for Web pages; communicate using e-mail, instant messaging, and chat rooms; and to download files.
29
Specialized Software Software has been developed to handle specific situations be they financial, mathematical, engineering, or any number of other areas.
30
Developing Customized Software Companies usually buy commercially developed software, like word processing programs or spreadsheets, for routine business tasks. However, to achieve a competitive advantage, a company must often custom-develop software to meet its particular needs. Computer programs are based on algorithms, where an algorithm is a detailed sequence of actions that, when followed, will accomplish some task. The process of creating a computer program is called programming, which uses one of a variety of computer languages to communicate with the computer.
31
Commonly Used Languages LanguageCommon Use C (including C++ and C#)Writing a wide variety of applications for PCs or network servers. JavaWriting software for all types of computers; also, for writing browser and server-side Web software. PHPWriting Web-based applications. SQL(Structured Query Language) Writing queries to relational database management systems. VB.NET (Visual Basic.NET) Writing software for PCs; also, for writing browser and server-side Web software (Microsoft’s competition of Java).
32
Open Source Software Open source - software for which the programming code is freely available to any one who wishes to download it over the Internet. The only requirement is that any change a programmer makes to the open source code must also be made freely available to other persons. Examples: Apache Web server software, the Linux operating system, mySQL database software. Proprietary software - any software that requires a license that must purchased by a company and the source code is not available to anyone outside of the company.
33
Copyright 2008 John Wiley & Sons, Inc. All rights reserved. Reproduction or translation of this work beyond that permitted in section 117 of the 1976 United States Copyright Act without express permission of the copyright owner is unlawful. Request for further information should be addressed to the Permissions Department, John Wiley & Sons, Inc. The purchaser may make back-up copies for his/her own use only and not for distribution or resale. The Publisher assumes no responsibility for errors, omissions, or damages caused by the use of these programs or from the use of the information herein.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.