1 Principles of Information Systems, Ninth Edition Chapter 4 Software: Systems and Application Software.

Slides:



Advertisements
Similar presentations
 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
Advertisements

Lesson 6 Software and Hardware Interaction
Principles of Information Systems Eighth Edition
4 1 4 C H A P T E R Software: Systems and Application Software.
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.
CMPTR1 CHAPTER 3 COMPUTER SOFTWARE Application Software – The programs/software/apps that we run to do things like word processing, web browsing, and games.
Software: Systems & Application Software Chapter 4.
BA471 Management Information Systems Operating Systems and Application Software.
Fundamentals of Information Systems, Second Edition 1 Hardware and Software Chapter 2.
Software: Systems and Application Software
Chapter 3 Software Two major types of software
Operating Systems.
Computer Fundamentals
Operating System.
Lesson 4 Computer Software
Chapter 3: Software Solutions for Personal and Professional Gain
Operating Systems Operating System
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Fundamentals of Information Systems, Sixth Edition
COMPUTER SOFTWARE Section 2 “System Software: Computer System Management ” CHAPTER 4 Lecture-6/ T. Nouf Almujally 1.
Chapter 4 System Software.
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.
Chapter 2 – Software Part A. Definition Computer is made up of two components Hardware Physical components Software Instructions for the computer Two.
Section 2 Software.
Information Systems, Tenth Edition Chapter 4 Software: Systems and Application Software.
Software Writer:-Rashedul Hasan Editor:- Jasim Uddin.
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.
1 Computing Fundamantals With thanks to Laudon & Laudon Session 2.
Principles of Information Systems Chapter 4 Software: Systems and Application Software.
Hardware and Software Chapter 2 – Part 2 1.
Chapter 3 Software. Learning Objectives Upon successful completion of this chapter, you will be able to: Define the term software Describe the two primary.
Software Information Systems and Management. Software Computer programs: A sequence of instructions for the computer. Systems Software The set of programs.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
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.
Principles of Information Systems, Eleventh Edition 1 Chapter 4 Software: Systems and Application Software.
Principles of Information Systems, Sixth Edition 1 Software: Systems and Application Software Chapter 4.
Foundations of information systems IT COMPONENT OF IS Software.
Computer Software Lecturer: Dr Mohammad Nabil Almunawar.
Lesson 4 Software: Systems and Applicatio n Software CREATED BY MOBIN 2016.
Software: System and Application Software. Why Learn About Software? Software is indispensable for any computer system Systems software needed for input,
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background BSM025 Computers.
Chapter 2 Operating Systems
DISCOVERING COMPUTERS 2018 Digital Technology, Data, and Devices
Fundamentals of Information Systems, Sixth Edition
Principles and Learning Objectives
Fundamentals of Information Systems Fourth Edition
Software: Systems and Application Software
Computer Software.
Principles of Information Systems, Tenth Edition
Introduction to Operating System (OS)
Principles of Information Systems Eighth Edition
5 SYSTEM SOFTWARE CHAPTER
Principles of Information Systems, Ninth Edition
System And Application Software
Principles of Information Systems Eighth Edition
5 SYSTEM SOFTWARE CHAPTER
SOFTWARE TECHNOLOGIES
Materials prepared by Dhimas Ruswanto, BMm
Chapter 3 Software.
Presentation transcript:

1 Principles of Information Systems, Ninth Edition Chapter 4 Software: Systems and Application Software

Principles of Information Systems, Ninth Edition2 Why Learn About Software? Software is indispensable for any computer system and the people using it Systems software –Input data from a keyboard, make calculations, print results, etc. Applications software –Key to helping you achieve your career goals and enrich your life –Stock trading, scientific, accounting, tax, gaming, etc.

Computer programs: Sequences of instructions for the computer Documentation: Describes program functions Software 1. Systems software (programs control H/W) Operating systems Utility programs Middleware 2. Applications software (programs helps users need) Platform : system software combined with H/W Software supporting Individual, Group and Organizational Goals Principles of Information Systems, Ninth Edition3 Software

Principles of Information Systems, Ninth Edition4 Application software users Hardware Software System software

Useful way to classify the potential use of IS by the scope of problems and solutions The sphere of influence are: Personal, Workgroup and enterprise 1. Personal : serve the needs of an individual user –Software: Help users improve their personal effectiveness 2. Workgroup: serve the needs of Workgroup –Software: Helps workgroup attain its common goals 3. Enterprise : serve the firm in its interaction with its environment –Software: Helps enterprise to input and processes transactions data Principles of Information Systems, Ninth Edition5 Software classifications

Principles of Information Systems, Ninth Edition6 Supporting Individual, Group, and Organizational Goals (continued)

Principles of Information Systems, Ninth Edition7 Systems Software Set of programs that coordinates the activities and functions of hardware and programs Computer system platform –Combination of a hardware configuration and systems software

Principles of Information Systems, Ninth Edition8 Systems Software Systems software –Controls operations of computer hardware –Supports application programs’ problem-solving capabilities Types of systems software –Operating systems –Utility programs –Middleware

Principles of Information Systems, Ninth Edition9 Operating Systems Set of programs that controls computer hardware and acts as an interface with application programs Kernel –Ties all components of the OS together and regulates other programs

Principles of Information Systems, Ninth Edition10 Operating Systems (continued)

Principles of Information Systems, Ninth Edition11 Operating Systems (continued) Combinations of OSs, computers, and users –Single computer with a single user –Single computer with multiple users –Multiple computers –Special-purpose computers

Operating Systems (continued) Activities performed by the operating system –Perform common computer hardware functions –Provide a user interface and input/output management –Provide a degree of hardware independence –Manage system memory –Manage processing tasks –Provide networking capability –Control access to system resources –Manage files Principles of Information Systems, Ninth Edition12

Principles of Information Systems, Ninth Edition13 Operating Systems (continued) Common hardware functions –Get input from keyboard or some other input device –Retrieve data from disks –Store data on disks –Display information on a monitor or printer

Principles of Information Systems, Ninth Edition14 Operating Systems (continued) User interface and input/output management –User interface Allows individuals to access and command the computer system –Command-based user interface Requires that text commands be given to the computer to perform basic activities –Graphical user interface (GUI) Uses icons and menus displayed on screen to send commands to the computer system

Principles of Information Systems, Ninth Edition15 Operating Systems (continued) Hardware independence –Application program interface (API) Allows applications to make use of the operating system Memory management –Allows computer to execute program instructions effectively and to speed processing

Principles of Information Systems, Ninth Edition16 Operating Systems (continued)

Principles of Information Systems, Ninth Edition17 Processing tasks –Multitasking More than one program can run at the same time –Time-sharing Allows more than one person to use a computer system at the same time –Scalability Ability of the computer to handle an increasing number of concurrent users smoothly Operating Systems (continued)

Networking capability –Allows computers in a network to send and receive data and share computing resources Access to system resources and security –Protection against unauthorized access –Logins and passwords File management –Ensures that files in secondary storage are available when needed and that they are protected from access by unauthorized users Principles of Information Systems, Ninth Edition18

Classification of OS by sphere of influence Personal Operating Systems Workgroup Operating Systems Enterprise Operating Systems Operating Systems for Small Computers, Embedded Computers, and Special-Purpose Devices Principles of Information Systems, Ninth Edition19

Principles of Information Systems, Ninth Edition20 Current Operating Systems (continued)

Principles of Information Systems, Ninth Edition21 Personal Operating Systems –Microsoft PC operating systems –Apple Computer Operating Systems –Linux

Principles of Information Systems, Ninth Edition22 Workgroup Operating Systems Windows Server UNIX NetWare Red Hat Linux Mac OS X Server

Principles of Information Systems, Ninth Edition23 Enterprise Operating Systems z/OS –IBM’s first 64-bit enterprise OS HP-UX and Linux –HP-UX: robust UNIX-based OS from Hewlett- Packard

Principles of Information Systems, Ninth Edition24 Operating Systems for Small Computers, Embedded Computers, and Special-Purpose Devices Palm OS Windows Embedded Windows Mobile

Principles of Information Systems, Ninth Edition25 Utility Programs Tasks: sort, keep track, enhance computer system performance, utilize unused computer power Hardware utilities Security Utilities File-compression utilities Spam and pop-up blocker utilities

Principles of Information Systems, Ninth Edition26 Utility Programs (continued) Network and Internet utilities Server and mainframe utilities Other utilities –Manages and protects corporate documents –Helps people with visual disabilities use the Internet –Monitors employees –Searches for files and documents

Principles of Information Systems, Ninth Edition27 Utility Programs (continued)

Principles of Information Systems, Ninth Edition28 Middleware Software that allows different systems to communicate and exchange data Interface between Clint and servers computers on a network Interface between the Internet and older legacy systems –E.g. transfer a request for information from customer on website to traditional DB on a mainframe and return the result to an individual on internet

Principles of Information Systems, Ninth Edition29 Application Software Helps users solve particular problems In most cases, resides on the computer’s hard disk Can be stored on CDs, DVDs, and flash or keychain storage devices

Principles of Information Systems, Ninth Edition30 Application Software Application programs –Interact with systems software –Help you perform common tasks, such as: Creating and formatting text documents Performing calculations Managing information

Principles of Information Systems, Ninth Edition31 Overview of Application Software Proprietary software –One-of-a-kind program for a specific application, usually developed and owned by a single company Off-the-shelf software –Existing software program that is purchased Application service provider (ASP) –Company that can provide software, support, and computer hardware on which to run the software from the user’s facilities over a network

Principles of Information Systems, Ninth Edition32 Overview of Application Software (continued)

Principles of Information Systems, Ninth Edition33 Personal Application Software Word processing Spreadsheet analysis Database applications Graphics program Personal information managers Software suites and integrated software packages Other personal application software

Principles of Information Systems, Ninth Edition34 Workgroup Application Software Support teamwork, whether people are in the same location or dispersed around the world Groupware –Software that helps groups of people work together more efficiently and effectively

Principles of Information Systems, Ninth Edition35 Enterprise Application Software Software that benefits an entire organization Enterprise resource planning (ERP) software –Set of integrated programs that manage a company’s vital business operations for an entire multisite, global organization

Principles of Information Systems, Ninth Edition36 Application Software for Information, Decision Support, and Specialized Purposes Available in every industry –Specialized application software for information, decision support, and other purposes

Principles of Information Systems, Ninth Edition37 Programming Languages Sets of keywords, symbols, and a system of rules for constructing statements –By which humans can communicate instructions to be executed by a computer Program code –Set of instructions that signal the CPU to perform circuit-switching operations Syntax –Set of rules associated with a programming language

Principles of Information Systems, Ninth Edition38 The Evolution of Programming Languages Visual, object-oriented, and artificial intelligence languages –Easier for nonprogrammers to use than older generation languages Visual languages –Use a graphical or visual interface for program development Compiler –Software program that converts programmer’s source code into machine-language instructions

Principles of Information Systems, Ninth Edition39 The Evolution of Programming Languages (continued)

Principles of Information Systems, Ninth Edition40 The Evolution of Programming Languages (continued)

Principles of Information Systems, Ninth Edition41 Software Issues and Trends Software bugs –Defect in program that keeps it from performing as it should Tips for reducing impact of software bugs –Register all software –Check read-me files for work-arounds –Access support area of the manufacturer’s Web site for patches –Install latest software updates

Principles of Information Systems, Ninth Edition42 Copyrights and Licenses Most software products are protected by law using copyright or licensing provisions –In some cases, you are given unlimited use of software on one or two computers –In other cases, you pay for your usage - if you use the software more, you pay more Some software now requires that you register or activate it before it can be fully used

Principles of Information Systems, Ninth Edition43 Open-Source Software Software freely available to anyone in a form that can be easily modified More reliable and secure than commercial software Can contain hidden costs, particularly for user support or solving problems with the software

Principles of Information Systems, Ninth Edition44 Open-Source Software (continued)

Principles of Information Systems, Ninth Edition45 Shareware, Freeware, and Public Domain Software Shareware and freeware –Software that is very inexpensive or free, but whose source code cannot be modified Public domain software –Not protected by copyright laws and can be freely copied and used

Principles of Information Systems, Ninth Edition46 Software Upgrades Software companies revise their programs and sell new versions periodically Revised software may or may not offer any major additional capabilities Revised software can contain bugs or errors Software upgrades usually cost much less than the original purchase price

Principles of Information Systems, Ninth Edition47 Global Software Support Vendors face the challenge of providing adequate support for their software customers in all locations of the world Trend –Outsourcing global support to one or more third- party distributors

Principles of Information Systems, Ninth Edition48 Summary Main categories of software –Systems software and application software Operating system (OS) –Set of computer programs that controls the computer hardware to support users’ computing needs Three approaches to developing application software –Build proprietary application software –Buy existing programs off the shelf –Use a combination of customized and off-the-shelf application software

Principles of Information Systems, Ninth Edition49 Summary (continued) Application service provider (ASP) –Can provide software, support, and computer hardware on which to run the software from the user’s facilities over a network Important software issues and trends –Software bugs, software licensing and copyrighting –Open-source software, shareware and freeware –Multiorganizational software development –Software upgrades and global software support