Fundamentals of Information Systems, Sixth Edition

Slides:



Advertisements
Similar presentations
Objectives Overview Define an operating system
Advertisements

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.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
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
Operating Systems: Software in the Background
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.
Software. Application Software performs useful work on general-purpose tasks such as word processing and data analysis. The user interacts with the application.
BA471 Management Information Systems Operating Systems and Application Software.
Fundamentals of Information Systems, Second Edition 1 Hardware and Software Chapter 2.
Use with Computer Systems and Networks by Blundell, Khan, Lasebae and Jabbar ISBN © 2007 Middlesex University Press Computer Systems and.
Software: Systems and Application Software
Review 5 Chapters 13, 14. What is software? Set of instructions to control computer operation.
Computer Skills Preparatory Year Presented by: L.Obead Alhadreti.
Chapter 3 Software Two major types of software
Computer Fundamentals
Computer Software.
Operating System.
SOFTWARE.
Computer for Health Sciences
Section 2.1 Identify hardware Describe processing components Compare and contrast input and output devices Compare and contrast storage devices Section.
Chapter 4 Computer Software.
COMPUTER SOFTWARE Section 2 “System Software: Computer System Management ” CHAPTER 4 Lecture-6/ T. Nouf Almujally 1.
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.
What does a Computer Do?. What is a Computer? A computer is an electronic device, operating under the control of instructions stored in its own memory,
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.
Principles of Information Systems Chapter 4 Software: Systems and Application Software.
Hardware and Software Chapter 2 – Part 2 1.
MANAGING SOFTWARE ASSETS ~ pertemuan 6 ~ Oleh: Ir. Abdul Hayat, MTI 1[Abdul Hayat, SIM, Semester Genap 2007/2008]
Software Information Systems and Management. Software Computer programs: A sequence of instructions for the computer. Systems Software The set of programs.
Computer Architecture
Foundation year Lec.3: Computer SoftwareLec.3: Computer Software Lecturer: Dalia Mirghani Year: 2014/2015.
C OMPUTING E SSENTIALS Timothy J. O’Leary Linda I. O’Leary Presentations by: Fred Bounds.
ELEMENTS OF A COMPUTER SYSTEM HARDWARE SOFTWARE PEOPLEWARE DATA.
1 Title: Introduction to Computer Instructor: I LTAF M EHDI.
© 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.
Application Software System 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.
Chapter 9 Operating Systems Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
Principles of Information Systems, Eleventh Edition 1 Chapter 4 Software: Systems and Application Software.
Week1: Introduction to Computer Networks. Copyright © 2012 Cengage Learning. All rights reserved.2 Objectives 2 Describe basic computer components and.
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.
Discovering Computers 2008 Fundamentals Fourth Edition Discovering Computers 2008 Fundamentals Fourth Edition Chapter 1 Introduction to Computers.
An operating system (OS) is a collection of system programs that together control the operation of a computer system.
Foundations of information systems IT COMPONENT OF IS Software.
Chapter 1 WHAT IS A COMPUTER Faculty of ICT & Business Management Tel : BCOMP0101 Introduction to Information Technology.
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.
Identify internal hardware devices (e. g
Fundamentals of Information Systems, Sixth Edition
Principles and Learning Objectives
Principles of Information Systems, Tenth Edition
Computers Are Your Future
Principles of Information Systems, Ninth Edition
Materials prepared by Dhimas Ruswanto, BMm
Presentation transcript:

Fundamentals of Information Systems, Sixth Edition Chapter 2 part # 2 Hardware and Software 1

Fundamentals of Information Systems, Sixth Edition Overview of Software Computer programs: Sequences of instructions for the computer Documentation: Describes program functions to help the user operate the computer system Types of software: - Systems software : is the set of programs designed to coordinate the activities and functions of the hardware and various programs throughout the computer system. - Application software: consists of programs that help users solve particular computing problems. Fundamentals of Information Systems, Sixth Edition

Fundamentals of Information Systems, Sixth Edition Systems Software Includes: Operating systems Utility programs Fundamentals of Information Systems, Sixth Edition

Fundamentals of Information Systems, Sixth Edition Operating Systems Set of programs that controls computer hardware and acts as an interface with application programs. Can control one computer or multiple computers, or Can allow multiple users to interact with one computer Combinations of OSs, computers, and users: Single computer with a single user Single computer with multiple users Multiple computers with multiple users Special-purpose computers Fundamentals of Information Systems, Sixth Edition

Operating Systems (continued) Fundamentals of Information Systems, Sixth Edition

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 Fundamentals of Information Systems, Sixth Edition

Operating Systems (continued) Common hardware functions: Get input from keyboard or another input device Retrieve data from disks Store data on disks Display information on a monitor or printer - OS acts as an intermediary between the application and the hardware. Fundamentals of Information Systems, Sixth Edition

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 Fundamentals of Information Systems, Sixth Edition

Operating Systems (continued) Hardware independence: Application program interface (API): Allows applications to make use of the operating system - Programmers can use APIs to create application software without understanding the inner workings of the operating system.(figure 2.10) Memory management: Allows computer to execute program instructions effectively and to speed processing. virtual memory: allocates space on the hard disk to supplement the immediate, functional memory capacity of RAM. Fundamentals of Information Systems, Sixth Edition

Operating Systems (continued) Fundamentals of Information Systems, Sixth Edition

Operating Systems (continued) 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 Fundamentals of Information Systems, Sixth Edition

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 OS establishes a logon procedure File management: Ensures that files in secondary storage are available when needed and that they are protected from access by unauthorized users Fundamentals of Information Systems, Sixth Edition

Current Operating Systems Fundamentals of Information Systems, Sixth Edition

Fundamentals of Information Systems, Sixth Edition Utility Programs Help to perform maintenance or correct problems with a computer system Some can help computer systems run better and longer without problems Can help to secure and safeguard data Fundamentals of Information Systems, Sixth Edition

Utility Programs (continued) Fundamentals of Information Systems, Sixth Edition

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

Types and Functions 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: Software mass-produced by software vendors to address needs that are common across businesses, organizations, or individuals. Fundamentals of Information Systems, Sixth Edition

Fundamentals of Information Systems, Sixth Edition

Types and Functions of Application Software 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 - advantages : contract customization of off-the-shelf software. speed deployment of new applications while helping IS managers avoid implementation headaches . reducing the need for many skilled IS staff members. decreasing project start-up expenses. Fundamentals of Information Systems, Sixth Edition

Types and Functions of Application Software - disadvantages : sensitive information could be compromised in a number of ways, including unauthorized access by employees or computer hackers. the ASP might not be able to keep its computers and network up and running as consistently as necessary. a disaster could disable the ASP’s data center, temporarily putting an organization out of business. Fundamentals of Information Systems, Sixth Edition

Overview of Application Software (continued) Software as a service (SaaS): Allows businesses to subscribe to Web-delivered business application software by paying a monthly service charge or a per-use fee Can reduce expenses by sharing its running applications among many businesses Cloud computing: Use of computing resources on the Internet (the cloud) rather than on local computers Fundamentals of Information Systems, Sixth Edition

Personal Application Software Word processing Spreadsheet analysis Database applications Graphics program Personal information managers Software suites and integrated software packages Fundamentals of Information Systems, Sixth Edition

Fundamentals of Information Systems, Sixth Edition

Personal Application Software -word processing : If you write reports, letters, or term papers, word-processing applications can be indispensable. checking spelling, creating tables, inserting formulas, creating graphics, and much more. Spreadsheet Analysis: Used to prepare budgets, forecast profits, analyze insurance programs, summarize income tax data, and analyze investments. Has Features include graphics, limited database capabilities, statistical analysis, built-in business functions. Fundamentals of Information Systems, Sixth Edition

Personal Application Software -Database Applications: are ideal for storing, manipulating, and retrieving data. These applications are particularly useful when you need to manipulate a large amount of data and produce reports and documents. -Graphic Programs : can be used to develop advertising brochures, announcements, and full-color presentations. Fundamentals of Information Systems, Sixth Edition

Personal Application Software -Personal Information Managers (PIMs) : help individuals, groups, and organizations store useful information, such as a list of tasks to complete or a list of names and addresses. - Software Suites and Integrated Software Packages: A software suite is a collection of single programs packaged together in a bundle. Fundamentals of Information Systems, Sixth Edition

Mobile Application Software Operating systems designed for smartphones include: OS X iPhone, Android, and WebOS Tens of thousands of applications have been: Developed by third parties for the iPhone Palm WebOS: Has only recently released its software development kit Fundamentals of Information Systems, Sixth Edition

Mobile Application Software Fundamentals of Information Systems, Sixth Edition

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 effectively Fundamentals of Information Systems, Sixth Edition

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 Fundamentals of Information Systems, Sixth Edition

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 Programming: Involves translating what a user wants to accomplish into instructions that the computer can understand and execute Fundamentals of Information Systems, Sixth Edition

Fundamentals of Information Systems, Sixth Edition Summary Hardware: The physical components of a computer that perform the input, processing, storage, and output activities of the computer Software: Consists of programs that control the workings of the computer hardware Fundamentals of Information Systems, Sixth Edition

Fundamentals of Information Systems, Sixth Edition Summary (continued) Operating system (OS): Set of computer programs that controls the computer hardware to support users’ computing needs Manages tasks to allocate computer resources through multitasking and time-sharing Application software: Applies the power of the computer to solve problems and perform specific tasks Fundamentals of Information Systems, Sixth Edition