4 1 4 C H A P T E R Software: Systems and Application Software.

Slides:



Advertisements
Similar presentations
Operating System.
Advertisements

 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
Principles of Information Systems Eighth Edition
MSIS 110: Introduction to Computers; Instructor: S. Mathiyalakan1 Software: Systems and Application Software Chapter 4.
Is This Enough Money?. Is This Enough Money? Hardware Components Figure 2.1: Computer System Components System unit Houses CPU and memory All other.
Software: Systems and Application Software
When selecting an operating system, you must consider the current and future requirements for application software to meet the needs of the organization.
Software: Systems & Application Software Chapter 4.
Fundamentals of Information Systems, Second Edition 1 Hardware and Software Chapter 2.
Software: Systems and Application Software
Part two. 3.2 operating system architecture  Software have two categories  Application software  System software  Application software: consists of.
Software: Systems and Applications Software
Operating Systems.
Computer Fundamentals
I Information Systems Technology Ross Malaga 3 "Part I Understanding Information Systems Technology" Copyright © 2005 Prentice Hall, Inc. 3-1 SOFTWARE.
Computer Software.
The Operating System The operation system (OS) is a set of programs that coordinates: Hardware functions Interaction between application software and computer.
Operating System.
SOFTWARE.
Computer Fundamentals
Fundamentals of Information Systems, Sixth Edition
Operating System. Architecture of Computer System Hardware Operating System (OS) Programming Language (e.g. PASCAL) Application Programs (e.g. WORD, EXCEL)
Fundamentals of Information Systems, Third Edition2 Principles and Learning Objectives Users must work closely with IS professionals to define business.
4 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
WMBA 6080Technology Guide 2 1 CISM 3330 Technology Guide 2 – Computer Software.
SYSTEM SOFTWARE Prepared by: Mrs. Careene McCallum-Rodney.
Software Writer:-Rashedul Hasan Editor:- Jasim Uddin.
APPLICATION SOFTWARE. EXAMPLE S What’s an application software ? Application software consists of programs designed to make users more productive and/or.
Principles of Information Systems, Sixth Edition Software: Systems and Application Software Chapter 4.
Source: Principles of Information systems, 8 th edition Software: Systems and Application Software.
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
Operating Systems TexPREP Summer Camp Computer Science.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
Hardware and Software Chapter 2 – Part 2 1.
Software Information Systems and Management. Software Computer programs: A sequence of instructions for the computer. Systems Software The set of programs.
Operating System Principles And Multitasking
1 California State University, Fullerton Chapter 5 Information System Software.
COMPUTER FUNDAMENTALS David Samuel Bhatti
Principles of Information Systems, Sixth Edition Software: Systems and Application Software Chapter 4.
Principles of Information Systems, Sixth Edition Software: Systems and Application Software Chapter 4.
2 Information Systems Chapter 4 Software: Systems and Application Software.
Lecture (7) Systems software and Application Software.Systems software and Application Software. Dr:Emad Elsharkawy Eng-Omar Salah Dr:Emad Elsharkawy 1.
1 Information Systems, Ninth Edition Chapter 4 Software: Systems and Application Software.
Principles of Information Systems, Seventh Edition2 When selecting an operating system, you must consider the current and future requirements for application.
BABCA Software Operating Systems (OS) aka Systems Software A set of instructions that coordinate all the activities among computer hardware resources.
CONTENT  Introduction Introduction  Operating System (OS) Operating System (OS) Operating System (OS)  Summary Summary  Application Software Application.
Software Rashedul Hasan. Software Instructions and associated data, stored in electronic format, that direct the computer to accomplish a task. Instructions.
Fundamentals of Information Systems, Second Edition 1 Hardware and Software Chapter 2.
Principles of Information Systems, Eleventh Edition 1 Chapter 4 Software: Systems and Application Software.
Types of Software Chapter 2.
INTRODUCTION OF SYSTEM & APPLICATION SOFTWARE. OPERATING SYSTEM (OS) An operating system, or OS, is a software program that enables the computer hardware.
CS4315A. Berrached:CMS:UHD1 Introduction to Operating Systems Chapter 1.
Principles of Information Systems, Sixth Edition 1 Software: Systems and Application Software Chapter 4.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
1 Principles of Information Systems, Ninth Edition Chapter 4 Software: Systems and Application Software.
INTRODUCTION OF SYSTEM & APPLICATION SOFTWARE Chapter 2 1Dr. BALAMURUGAN MUTHURAMAN.
Fundamentals of Information Systems, Sixth Edition
Operating Systems & System Software
Operating System.
Chapter 5: Using System Software
Software: Systems and Application Software
Introduction to Operating System (OS)
OPERATING SYSTEMS.
Principles of Information Systems, Ninth Edition
Software: Systems and Applications Software
Information Technology Ms. Abeer Helwa
SOFTWARE TECHNOLOGIES
The Main Features of Operating Systems
Software - Operating Systems
Materials prepared by Dhimas Ruswanto, BMm
Presentation transcript:

4 1 4 C H A P T E R Software: Systems and Application Software

4 2 Software and Hardware (Figure 4.1) Software is a critical piece of making computers perform. Computer Programs  Sequences of instructions for the computer Classes of software  Systems Software  Application Software Software vs. Hardware Costs

4 3 Software Classes Systems Software  Set of programs that coordinates activities and functions of the hardware and various other programs. Application Software  Programs that help users solve particular computing problems.

4 4 Spheres of Influence and Software Sphere of influence The scope of the problems and opportunities addressed by a particular organization. Personal Workgroup Enterprise Information systems that serve the needs of an individual user. Two or more people who work together to achieve a common goal. Information systems that support the firm in its interaction with its environment

4 5 Spheres of Influence and Software Personal Workgroup Enterprise Word processing, spreadsheets, databases, Order entry, billing, applications Systems that support information sharing, group scheduling, group decision making, and conferencing Examples of software

4 6 Classifying Software by Type and Sphere of Influence (Table 4.1)

4 7 Software Issues and Trends Software Licensing  Protection by software vendors to prevent unauthorized use. Software Upgrades  A revised version of software that usually includes fixes of known problems, plus enhancements to existing capabilities. Global Software Support  Software that is distributed around the globe may require unique support mechanisms due to local political and economic conditions.

4 8 Role of Systems Software (Figure 4.2) Role of System Software  An interface or buffer between application software and hardware. Operating Systems  Control the computer hardware and act as an interface with applications programs.

4 9 Operating System Functions Perform common computer hardware functions Provide a user interface Provide a degree of hardware independence Manage system memory Manage processing tasks Provide networking capability Control access to system resources Manage files

4 10 User Interface  A function of the operating system that allows individuals to access and command the computer. Command-Based User Interface  A particular user interface that requires text commands be given to the computer to perform basic activities. Graphical User Interface (GUI)  A user interface that uses pictures (icons) and menus displayed on the screen to send commands to the computer system.

4 11 Advantages of Using a Graphical User Interface (Table 4.2) Table 4.2

4 12 Systems Software Concepts Hardware Independence  Operating systems (OSs) provide hardware independence for application software. The application software interfaces with the operating system which interfaces with the hardware. When the hardware is changed, the operating system is changed so that the application software is not required to be changed. OS Hardware Application OS Hardware Application OS

4 13 Software Concepts (Figure 4.3) Memory Management  Controls how memory is accessed and maximizes available memory and storage.

4 14 Software Concepts (Figure 4.4) Virtual Memory  Memory that allocates space in secondary storage to supplement the immediate, functional memory capacity of RAM. Paging  A function of virtual memory that allows the computer to store currently needed pages in RAM while the rest of these programs wait in secondary storage.

4 15 Software Concepts Multitasking  A processing activity that allows a user to run more than one application at the same time. Multithreading  A processing activity that is basically multitasking within a single application. Time-sharing  A processing activity that allows more than one person to use a computer system at the same time.

4 16 Software Concepts Network capability  Aids in connecting the computer to a network. Access to system resources  Provides security for unauthorized access. File management  Ensures that files in secondary storage are available when needed, and they are protected against unauthorized usage.

4 17 Popular Operating Systems (Table 4.3) (Table 4.3)

4 18 Utility Programs (Table 4.4) Utility Programs  Programs used to merge and sort sets of data, keep track of computer jobs being run, compress files of data before they are stored or transmitted over a network, and perform other important tasks. Examples of Utility Programs

4 19 Types of Application Software Proprietary Software  Designed to solve a unique and specific problem.  In-House Developed  Development of application software using the company’s resources.  Contract Software  Developed for a particular company. Off-The-Shelf Software  An existing software program that can be used without considerable changes expected.

4 20 Sources of Software Customized Package  Blend of external and internal software development.  In-House Customized  Contract Customization