SlideShare a Scribd company logo
Information Systems,
Tenth Edition
Chapter 4
Software: Systems and Application
Software
Information Systems, Tenth Edition
Principles and Learning Objectives
• Systems and application software are critical in
helping individuals and organizations achieve their
goals
– Identify and briefly describe the functions of the two
basic kinds of software
– Outline the role of the operating system and identify
the features of several popular operating systems
Information Systems, Tenth Edition
Principles and Learning Objectives
(continued)
• Organizations use off-the-shelf application software
for common business needs and proprietary
application software to meet unique business
needs and provide a competitive advantage
– Discuss how application software can support
personal, workgroup, and enterprise business
objectives
– Identify three basic approaches to developing
application software and discuss the pros and cons
of each
Principles and Learning Objectives
(continued)
• Organizations should choose programming
languages with functional characteristics that are
appropriate for the task at hand and well suited to
the skills and experience of the programming staff
– Outline the overall evolution and importance of
programming languages and clearly differentiate
among the generations of programming languages
Information Systems, Tenth Edition
Information Systems, Tenth Edition
Principles and Learning Objectives
(continued)
• The software industry continues to undergo
constant change; users need to be aware of recent
trends and issues to be effective in their business
and personal life
– Identify several key software issues and trends that
have an impact on organizations and individuals
Information Systems, Tenth Edition
Why Learn About Software?
• Software is indispensable for any computer system
and the people using it
• Applications software:
– Key to helping you achieve your career goals and
enrich your life
– Stock trading, scientific, accounting, tax, etc.
An 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
– Application software
Information Systems, Tenth Edition
Information Systems, Tenth Edition
Systems Software
• Set of programs that coordinates the activities and
functions of hardware and other programs
• Computer system platform:
– Combination of a hardware configuration and
systems software
Information Systems, Tenth Edition
Application Software
• Helps users solve particular problems
• In most cases, resides on the computer’s hard disk
• Can be stored on CDs, DVDs, and even USB flash
drives
Supporting Individual, Group, and
Organizational Goals
• Sphere of influence:
– Scope of problems and opportunities addressed by a
particular organization
• Personal sphere of influence:
– Serve the needs of an individual user
• Personal productivity software:
– Help users improve their personal effectiveness
• Workgroup:
– When two or more people work together to achieve
a common goal
Information Systems, Tenth Edition
Supporting Individual, Group, and
Organizational Goals (continued)
• Workgroup sphere of influence:
– Serves the needs of a workgroup
• Enterprise sphere of influence:
– Supports the firm in its interaction with its
environment
Information Systems, Tenth Edition
Information Systems, Tenth Edition
Supporting Individual, Group, and
Organizational Goals (continued)
Information Systems, Tenth Edition
Systems Software
• Controls the operations of computer hardware
• Supports the application programs’ problem-solving
capabilities
• Types of systems software:
– Operating systems
– Utility programs
– Middleware
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
Information Systems, Tenth Edition
Information Systems, Tenth Edition
Operating Systems (continued)
• Combinations of OSs, computers, and users:
– Single computer with a single user
– Single computer with multiple simultaneous users
– Multiple computers with multiple users
– Special-purpose computers
Operating Systems (continued)
Information Systems, Tenth 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
Information Systems, Tenth Edition
Information Systems, Tenth Edition
Operating Systems (continued)
• Activities performed by the operating system
(continued):
– Manage processing tasks
– Provide networking capability
– Control access to system resources
– Manage files
Information Systems, Tenth 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
Information Systems, Tenth 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
Information Systems, Tenth Edition
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
Information Systems, Tenth Edition
Operating Systems (continued)
Information Systems, Tenth Edition
• 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)
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
Information Systems, Tenth Edition
Information Systems, Tenth Edition
Current Operating Systems
• Microsoft PC operating systems:
– Windows XP
– Windows Vista
– Windows 7
• Apple Computer Operating Systems:
– Wintel
– Snow Leopard (OS X v10.6)
• Linux:
– Red Hat Linux
– Caldera OpenLinux
Information Systems, Tenth Edition
Current Operating Systems
(continued)
Current Operating Systems
(continued)
• Google Chrome OS:
– Linux-based operating system designed for
netbooks and nettops
– Designed to run on inexpensive low-power
computers
– Chromium OS:
• Open-source version of Chrome OS
Information Systems, Tenth Edition
Information Systems, Tenth Edition
Workgroup Operating Systems
• Windows Server:
– Can be used to prevent unauthorized disclosure of
information
• UNIX:
– Can be used on many computer system types and
platforms
• Red Hat Linux:
– Can manage a cluster of up to eight servers
• Mac OS X Server:
– Includes support for 64-bit processing
Information Systems, Tenth Edition
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
• Supports Internet, database, and business
applications on server and mainframe enterprise
systems
Operating Systems for Small
Computers, Embedded Computers,
and Special-Purpose Devices
• Cell phone embedded systems and operating
systems:
– Embedded systems provide communication and
limited personal information management services
• Windows embedded:
– Included with or embedded into small computer
devices
• Proprietary Linux-based systems:
– Linux is a major competitor to Symbian
Information Systems, Tenth Edition
Information Systems, Tenth Edition
Utility Programs
• Help to perform maintenance or correct problems
with a computer system
• Common types of utilities:
– Hardware utilities
– Security utilities
– File-compression utilities
– Spam-filtering utilities
– Network and Internet utilities
– Server and mainframe utilities
Information Systems, Tenth Edition
Utility Programs (continued)
• Other utilities:
– Key logging software allows a manager to see every
keystroke a worker makes on a computer system
– Monitoring software can catalog the Internet sites
that employees visit
– Keyboard shortcut utilities allow users to map
common tasks to defined keyboard combinations
Utility Programs (continued)
Information Systems, Tenth Edition
Information Systems, Tenth Edition
Middleware
• Software that allows different systems to
communicate and exchange data
• Can also be used as an interface between the
Internet and older legacy systems
• Service-oriented architecture (SOA):
– Uses modular application services to allow users to
interact with systems, and systems to interact with
each other
Information Systems, Tenth 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
Information Systems, Tenth Edition
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
Overview of Application Software
(continued)
Information Systems, Tenth 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
Information Systems, Tenth Edition
Overview of Application Software
(continued)
Information Systems, Tenth Edition
Information Systems, Tenth Edition
Personal Application Software
• Word processing
• Spreadsheet analysis
• Database applications
• Presentation graphics program
• Personal information managers
• Software suites and integrated software packages
• Other personal application software
Personal Application Software
(continued)
Information Systems, Tenth 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
Information Systems, Tenth Edition
Information Systems, Tenth 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
Workgroup Application Software
(continued)
Information Systems, Tenth Edition
Information Systems, Tenth 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
Information Systems, Tenth Edition
Application Software for Information,
Decision Support, and Specialized
Purposes
• Available in every industry:
– Specialized application software for information,
decision support, and other purposes
Information Systems, Tenth 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
• Program code:
– Set of instructions that signal the CPU to perform
circuit-switching operations
• Syntax
– Set of rules associated with a programming
language
The Evolution of Programming
Languages
Information Systems, Tenth Edition
Visual, Object-Oriented, and Artificial
Intelligence Languages
• Visual programming:
– Uses a graphical or “visual” interface combined with
text-based commands
• Object-oriented programming languages:
– Programming languages that are based on objects
• Fifth-generation languages (5GLs):
– Used to create artificial intelligence or expert
systems applications
• Compiler:
– Converts the programmer’s source code into
machine-language instructions
Information Systems, Tenth Edition
Visual, Object-Oriented, and Artificial
Intelligence Languages (continued)
Information Systems, Tenth Edition
Software Issues and Trends
• Software bug:
– Defect in a program that keeps it from performing as
it should
• Some 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
Information Systems, Tenth Edition
Information Systems, Tenth Edition
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
Copyrights and Licenses (continued)
Information Systems, Tenth Edition
Information Systems, Tenth Edition
Freeware and Open-Source Software
• Freeware:
– Software that is made available to the public for free
• Open-source software:
– Distributed, typically for free, with the source code
• GPL grants you the right to:
– Run the program for any purpose
– Study how the program works and adapt it to your
needs
– Redistribute copies so you can help others
– Improve the program and release improvements to
the public
Freeware and Open-Source Software
(continued)
Information Systems, Tenth Edition
Information Systems, Tenth Edition
Software Upgrades
• Software companies revise their programs and sell
new versions periodically
• Most software upgrades:
– Offer new features and capabilities
• Some users do not always get the most current
software upgrades or versions:
– Unless it includes significant improvements or
capabilities
Information Systems, Tenth Edition
Global Software Support
• Supporting local operations:
– One of the biggest challenges IS teams face when
putting together standardized, company-wide
systems
• Trend:
– Outsourcing global support to one or more third-
party distributors
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
Information Systems, Tenth Edition
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 and freeware
– Multiorganizational software development
– Software upgrades
– Global software support
Information Systems, Tenth Edition

More Related Content

What's hot

MIS Lesson2 Hardware
MIS Lesson2 HardwareMIS Lesson2 Hardware
MIS Lesson2 Hardware
David Asirvatham
 
Uc14 chap14
Uc14 chap14Uc14 chap14
Uc14 chap14
Rashid Yahye
 
9781111306366 ppt ch1
9781111306366 ppt ch19781111306366 ppt ch1
9781111306366 ppt ch1
Dr. Ahmed Al Zaidy
 
Operating system
Operating system Operating system
Operating system
Talha Mahmood
 
Operating systems
Operating systemsOperating systems
Operating systems
Syahremie Teja
 
Chapter 05 os dan utility program csc & tts
Chapter 05 os dan utility program csc & ttsChapter 05 os dan utility program csc & tts
Chapter 05 os dan utility program csc & tts
Hisyam Rosly
 
operating system structure
operating system structureoperating system structure
operating system structure
Waseem Ud Din Farooqui
 
Software introduction
Software introductionSoftware introduction
Software introduction
Saddam Hussain Soomro
 
Operatingsystems
Operatingsystems Operatingsystems
Operatingsystems
kuldeepy60
 
OPERATING SYSTEM
OPERATING SYSTEMOPERATING SYSTEM
OPERATING SYSTEM
Madhushree Shettigar
 
Selecting and Installing Operating System
Selecting and Installing Operating SystemSelecting and Installing Operating System
Selecting and Installing Operating System
Amir Villas
 
Network operating systems
Network operating systems Network operating systems
Network operating systems
Sachin Awasthi
 
9781111306366 ppt ch4
9781111306366 ppt ch49781111306366 ppt ch4
9781111306366 ppt ch4
Dr. Ahmed Al Zaidy
 
9781111306366 ppt ch5
9781111306366 ppt ch59781111306366 ppt ch5
9781111306366 ppt ch5
Dr. Ahmed Al Zaidy
 
Essential computer concepts
Essential computer conceptsEssential computer concepts
Essential computer concepts
kpremasinghe
 
9781111306366 ppt ch11
9781111306366 ppt ch119781111306366 ppt ch11
9781111306366 ppt ch11
Dr. Ahmed Al Zaidy
 
Operating System
Operating SystemOperating System
Operating System
puneet2home
 
Os concepts
Os conceptsOs concepts
Os concepts
Sudheesh P Enathu
 

What's hot (18)

MIS Lesson2 Hardware
MIS Lesson2 HardwareMIS Lesson2 Hardware
MIS Lesson2 Hardware
 
Uc14 chap14
Uc14 chap14Uc14 chap14
Uc14 chap14
 
9781111306366 ppt ch1
9781111306366 ppt ch19781111306366 ppt ch1
9781111306366 ppt ch1
 
Operating system
Operating system Operating system
Operating system
 
Operating systems
Operating systemsOperating systems
Operating systems
 
Chapter 05 os dan utility program csc & tts
Chapter 05 os dan utility program csc & ttsChapter 05 os dan utility program csc & tts
Chapter 05 os dan utility program csc & tts
 
operating system structure
operating system structureoperating system structure
operating system structure
 
Software introduction
Software introductionSoftware introduction
Software introduction
 
Operatingsystems
Operatingsystems Operatingsystems
Operatingsystems
 
OPERATING SYSTEM
OPERATING SYSTEMOPERATING SYSTEM
OPERATING SYSTEM
 
Selecting and Installing Operating System
Selecting and Installing Operating SystemSelecting and Installing Operating System
Selecting and Installing Operating System
 
Network operating systems
Network operating systems Network operating systems
Network operating systems
 
9781111306366 ppt ch4
9781111306366 ppt ch49781111306366 ppt ch4
9781111306366 ppt ch4
 
9781111306366 ppt ch5
9781111306366 ppt ch59781111306366 ppt ch5
9781111306366 ppt ch5
 
Essential computer concepts
Essential computer conceptsEssential computer concepts
Essential computer concepts
 
9781111306366 ppt ch11
9781111306366 ppt ch119781111306366 ppt ch11
9781111306366 ppt ch11
 
Operating System
Operating SystemOperating System
Operating System
 
Os concepts
Os conceptsOs concepts
Os concepts
 

Viewers also liked

Art of China
Art of ChinaArt of China
Art of China
Chin Chan
 
The Cup that Cheers: Journey of Tea from China to Europe.
The Cup that Cheers: Journey of Tea from China to Europe.The Cup that Cheers: Journey of Tea from China to Europe.
The Cup that Cheers: Journey of Tea from China to Europe.
teatrunk
 
Art of China
Art of ChinaArt of China
Art of China
Greg A.
 
Aijc lecture scs dispute
Aijc lecture scs disputeAijc lecture scs dispute
Aijc lecture scs dispute
Sam Rodriguez Galope
 
Chinese Culture
Chinese CultureChinese Culture
Chinese Culture
Ye Wu
 
'Around the world in eight teas' by Tea Trunk at The Goa Project
'Around the world in eight teas' by Tea Trunk at The Goa Project'Around the world in eight teas' by Tea Trunk at The Goa Project
'Around the world in eight teas' by Tea Trunk at The Goa Project
teatrunk
 
History of chinese art
History of chinese artHistory of chinese art
History of chinese art
ong2012
 
Chinese art
Chinese artChinese art
Chinese art
Giserey Ocampo
 
Lecture: The South China Sea West Philippine Dispute Justice Antonio T. Carpi...
Lecture: The South China Sea West Philippine Dispute Justice Antonio T. Carpi...Lecture: The South China Sea West Philippine Dispute Justice Antonio T. Carpi...
Lecture: The South China Sea West Philippine Dispute Justice Antonio T. Carpi...
Sam Rodriguez Galope
 
Asian art: Chinese Art and Indian Art
Asian art: Chinese Art and Indian ArtAsian art: Chinese Art and Indian Art
Asian art: Chinese Art and Indian Art
Jinky Depio
 
China's Culture
China's CultureChina's Culture
China's Culture
kevinmccourt
 
China Powerpoint
China PowerpointChina Powerpoint
China Powerpoint
worldlanguages
 
China ,chinese language & chinese culture
China ,chinese language & chinese cultureChina ,chinese language & chinese culture
China ,chinese language & chinese culture
learnerashish
 
China Amazing Facts Powerpoint Presentation
China Amazing  Facts Powerpoint Presentation China Amazing  Facts Powerpoint Presentation
China Amazing Facts Powerpoint Presentation
Pure Presentations
 
China Presentation
China PresentationChina Presentation
China Presentation
Nithit Benny
 
Chinese culture
Chinese cultureChinese culture
Chinese culture
William Foster
 
China Presentation
China PresentationChina Presentation
China Presentation
Jack Song
 
Chinese culture
Chinese cultureChinese culture
Chinese culture
mollah111
 
Get Taller
Get TallerGet Taller
Get Taller
barczakdorot
 
Eltextoysuspropiedades coherencia y cohesion-
Eltextoysuspropiedades coherencia y cohesion-Eltextoysuspropiedades coherencia y cohesion-
Eltextoysuspropiedades coherencia y cohesion-
Julio Daza
 

Viewers also liked (20)

Art of China
Art of ChinaArt of China
Art of China
 
The Cup that Cheers: Journey of Tea from China to Europe.
The Cup that Cheers: Journey of Tea from China to Europe.The Cup that Cheers: Journey of Tea from China to Europe.
The Cup that Cheers: Journey of Tea from China to Europe.
 
Art of China
Art of ChinaArt of China
Art of China
 
Aijc lecture scs dispute
Aijc lecture scs disputeAijc lecture scs dispute
Aijc lecture scs dispute
 
Chinese Culture
Chinese CultureChinese Culture
Chinese Culture
 
'Around the world in eight teas' by Tea Trunk at The Goa Project
'Around the world in eight teas' by Tea Trunk at The Goa Project'Around the world in eight teas' by Tea Trunk at The Goa Project
'Around the world in eight teas' by Tea Trunk at The Goa Project
 
History of chinese art
History of chinese artHistory of chinese art
History of chinese art
 
Chinese art
Chinese artChinese art
Chinese art
 
Lecture: The South China Sea West Philippine Dispute Justice Antonio T. Carpi...
Lecture: The South China Sea West Philippine Dispute Justice Antonio T. Carpi...Lecture: The South China Sea West Philippine Dispute Justice Antonio T. Carpi...
Lecture: The South China Sea West Philippine Dispute Justice Antonio T. Carpi...
 
Asian art: Chinese Art and Indian Art
Asian art: Chinese Art and Indian ArtAsian art: Chinese Art and Indian Art
Asian art: Chinese Art and Indian Art
 
China's Culture
China's CultureChina's Culture
China's Culture
 
China Powerpoint
China PowerpointChina Powerpoint
China Powerpoint
 
China ,chinese language & chinese culture
China ,chinese language & chinese cultureChina ,chinese language & chinese culture
China ,chinese language & chinese culture
 
China Amazing Facts Powerpoint Presentation
China Amazing  Facts Powerpoint Presentation China Amazing  Facts Powerpoint Presentation
China Amazing Facts Powerpoint Presentation
 
China Presentation
China PresentationChina Presentation
China Presentation
 
Chinese culture
Chinese cultureChinese culture
Chinese culture
 
China Presentation
China PresentationChina Presentation
China Presentation
 
Chinese culture
Chinese cultureChinese culture
Chinese culture
 
Get Taller
Get TallerGet Taller
Get Taller
 
Eltextoysuspropiedades coherencia y cohesion-
Eltextoysuspropiedades coherencia y cohesion-Eltextoysuspropiedades coherencia y cohesion-
Eltextoysuspropiedades coherencia y cohesion-
 

Similar to Is ch04

IS740 Chapter 04
IS740 Chapter 04IS740 Chapter 04
IS740 Chapter 04
iDocs
 
04 software system and application software - copy - copy
04 software   system and application software - copy - copy04 software   system and application software - copy - copy
04 software system and application software - copy - copy
Afrodisius Mathayo
 
software system and application software
software system and application softwaresoftware system and application software
software system and application software
Cyriac Jose
 
Software: Systems and Application Software
Software:  Systems and Application SoftwareSoftware:  Systems and Application Software
Uc14 chap05
Uc14 chap05Uc14 chap05
Uc14 chap05
ayahye
 
Operating Systems
Operating SystemsOperating Systems
Operating Systems
Shaina Mavreen Villaroza
 
Unit 1 operating system
Unit 1 operating systemUnit 1 operating system
Unit 1 operating system
Meeta
 
Computer Languages
Computer Languages Computer Languages
Computer Languages
Anjana Mohanan
 
Operating System Basics.ppt
Operating System Basics.pptOperating System Basics.ppt
Operating System Basics.ppt
UmaMahesh623495
 
4 operating system basics
4   operating system basics4   operating system basics
4 operating system basics
bsnl007
 
Operating system 01 introduction
Operating system 01 introductionOperating system 01 introduction
Operating system 01 introduction
Vaibhav Khanna
 
Chapter one_oS.ppt
Chapter one_oS.pptChapter one_oS.ppt
Chapter one_oS.ppt
miki304759
 
Operating System
Operating SystemOperating System
Operating System
ushabarad142
 
Unit 4
Unit  4Unit  4
Unit 4
pm_ghate
 
11. operating-systems-part-1
11. operating-systems-part-111. operating-systems-part-1
11. operating-systems-part-1
Muhammad Ahad
 
BAIT1003 Chapter 6
BAIT1003 Chapter 6BAIT1003 Chapter 6
BAIT1003 Chapter 6
limsh
 
Chapter 4 computer software
Chapter 4  computer softwareChapter 4  computer software
Chapter 4 computer software
Advance Saraswati Prakashan Pvt Ltd
 
Management information system software
Management information system softwareManagement information system software
Management information system software
Online
 
chapter 1 introduction to operating system
chapter 1 introduction to operating systemchapter 1 introduction to operating system
chapter 1 introduction to operating system
Aisyah Rafiuddin
 
04 software system and application software
04 software   system and application software04 software   system and application software
04 software system and application software
Sowmini Gowda
 

Similar to Is ch04 (20)

IS740 Chapter 04
IS740 Chapter 04IS740 Chapter 04
IS740 Chapter 04
 
04 software system and application software - copy - copy
04 software   system and application software - copy - copy04 software   system and application software - copy - copy
04 software system and application software - copy - copy
 
software system and application software
software system and application softwaresoftware system and application software
software system and application software
 
Software: Systems and Application Software
Software:  Systems and Application SoftwareSoftware:  Systems and Application Software
Software: Systems and Application Software
 
Uc14 chap05
Uc14 chap05Uc14 chap05
Uc14 chap05
 
Operating Systems
Operating SystemsOperating Systems
Operating Systems
 
Unit 1 operating system
Unit 1 operating systemUnit 1 operating system
Unit 1 operating system
 
Computer Languages
Computer Languages Computer Languages
Computer Languages
 
Operating System Basics.ppt
Operating System Basics.pptOperating System Basics.ppt
Operating System Basics.ppt
 
4 operating system basics
4   operating system basics4   operating system basics
4 operating system basics
 
Operating system 01 introduction
Operating system 01 introductionOperating system 01 introduction
Operating system 01 introduction
 
Chapter one_oS.ppt
Chapter one_oS.pptChapter one_oS.ppt
Chapter one_oS.ppt
 
Operating System
Operating SystemOperating System
Operating System
 
Unit 4
Unit  4Unit  4
Unit 4
 
11. operating-systems-part-1
11. operating-systems-part-111. operating-systems-part-1
11. operating-systems-part-1
 
BAIT1003 Chapter 6
BAIT1003 Chapter 6BAIT1003 Chapter 6
BAIT1003 Chapter 6
 
Chapter 4 computer software
Chapter 4  computer softwareChapter 4  computer software
Chapter 4 computer software
 
Management information system software
Management information system softwareManagement information system software
Management information system software
 
chapter 1 introduction to operating system
chapter 1 introduction to operating systemchapter 1 introduction to operating system
chapter 1 introduction to operating system
 
04 software system and application software
04 software   system and application software04 software   system and application software
04 software system and application software
 

Recently uploaded

How HR Search Helps in Company Success.pdf
How HR Search Helps in Company Success.pdfHow HR Search Helps in Company Success.pdf
How HR Search Helps in Company Success.pdf
HumanResourceDimensi1
 
Digital Transformation Frameworks: Driving Digital Excellence
Digital Transformation Frameworks: Driving Digital ExcellenceDigital Transformation Frameworks: Driving Digital Excellence
Digital Transformation Frameworks: Driving Digital Excellence
Operational Excellence Consulting
 
Innovation Management Frameworks: Your Guide to Creativity & Innovation
Innovation Management Frameworks: Your Guide to Creativity & InnovationInnovation Management Frameworks: Your Guide to Creativity & Innovation
Innovation Management Frameworks: Your Guide to Creativity & Innovation
Operational Excellence Consulting
 
一比一原版新西兰奥塔哥大学毕业证(otago毕业证)如何办理
一比一原版新西兰奥塔哥大学毕业证(otago毕业证)如何办理一比一原版新西兰奥塔哥大学毕业证(otago毕业证)如何办理
一比一原版新西兰奥塔哥大学毕业证(otago毕业证)如何办理
taqyea
 
Profiles of Iconic Fashion Personalities.pdf
Profiles of Iconic Fashion Personalities.pdfProfiles of Iconic Fashion Personalities.pdf
Profiles of Iconic Fashion Personalities.pdf
TTop Threads
 
NIMA2024 | De toegevoegde waarde van DEI en ESG in campagnes | Nathalie Lam |...
NIMA2024 | De toegevoegde waarde van DEI en ESG in campagnes | Nathalie Lam |...NIMA2024 | De toegevoegde waarde van DEI en ESG in campagnes | Nathalie Lam |...
NIMA2024 | De toegevoegde waarde van DEI en ESG in campagnes | Nathalie Lam |...
BBPMedia1
 
list of states and organizations .pdf
list of  states  and  organizations .pdflist of  states  and  organizations .pdf
list of states and organizations .pdf
Rbc Rbcua
 
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Indian Matka
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Indian MatkaDpboss Matka Guessing Satta Matta Matka Kalyan Chart Indian Matka
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Indian Matka
➒➌➎➏➑➐➋➑➐➐Dpboss Matka Guessing Satta Matka Kalyan Chart Indian Matka
 
The latest Heat Pump Manual from Newentide
The latest Heat Pump Manual from NewentideThe latest Heat Pump Manual from Newentide
The latest Heat Pump Manual from Newentide
JoeYangGreatMachiner
 
Dpboss Matka Guessing Satta Matta Matka Kalyan panel Chart Indian Matka Dpbos...
Dpboss Matka Guessing Satta Matta Matka Kalyan panel Chart Indian Matka Dpbos...Dpboss Matka Guessing Satta Matta Matka Kalyan panel Chart Indian Matka Dpbos...
Dpboss Matka Guessing Satta Matta Matka Kalyan panel Chart Indian Matka Dpbos...
➒➌➎➏➑➐➋➑➐➐Dpboss Matka Guessing Satta Matka Kalyan Chart Indian Matka
 
How to Buy an Engagement Ring.pcffbhfbfghfhptx
How to Buy an Engagement Ring.pcffbhfbfghfhptxHow to Buy an Engagement Ring.pcffbhfbfghfhptx
How to Buy an Engagement Ring.pcffbhfbfghfhptx
Charleston Alexander
 
Brian Fitzsimmons on the Business Strategy and Content Flywheel of Barstool S...
Brian Fitzsimmons on the Business Strategy and Content Flywheel of Barstool S...Brian Fitzsimmons on the Business Strategy and Content Flywheel of Barstool S...
Brian Fitzsimmons on the Business Strategy and Content Flywheel of Barstool S...
Neil Horowitz
 
Industrial Tech SW: Category Renewal and Creation
Industrial Tech SW:  Category Renewal and CreationIndustrial Tech SW:  Category Renewal and Creation
Industrial Tech SW: Category Renewal and Creation
Christian Dahlen
 
Call8328958814 satta matka Kalyan result satta guessing
Call8328958814 satta matka Kalyan result satta guessingCall8328958814 satta matka Kalyan result satta guessing
Call8328958814 satta matka Kalyan result satta guessing
➑➌➋➑➒➎➑➑➊➍
 
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Satta Matka
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Satta MatkaDpboss Matka Guessing Satta Matta Matka Kalyan Chart Satta Matka
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Satta Matka
➒➌➎➏➑➐➋➑➐➐Dpboss Matka Guessing Satta Matka Kalyan Chart Indian Matka
 
Presentation by Herman Kienhuis (Curiosity VC) on Investing in AI for ABS Alu...
Presentation by Herman Kienhuis (Curiosity VC) on Investing in AI for ABS Alu...Presentation by Herman Kienhuis (Curiosity VC) on Investing in AI for ABS Alu...
Presentation by Herman Kienhuis (Curiosity VC) on Investing in AI for ABS Alu...
Herman Kienhuis
 
Digital Marketing with a Focus on Sustainability
Digital Marketing with a Focus on SustainabilityDigital Marketing with a Focus on Sustainability
Digital Marketing with a Focus on Sustainability
sssourabhsharma
 
Unveiling the Dynamic Personalities, Key Dates, and Horoscope Insights: Gemin...
Unveiling the Dynamic Personalities, Key Dates, and Horoscope Insights: Gemin...Unveiling the Dynamic Personalities, Key Dates, and Horoscope Insights: Gemin...
Unveiling the Dynamic Personalities, Key Dates, and Horoscope Insights: Gemin...
my Pandit
 
❼❷⓿❺❻❷❽❷❼❽ Dpboss Matka Result Satta Matka Guessing Satta Fix jodi Kalyan Fin...
❼❷⓿❺❻❷❽❷❼❽ Dpboss Matka Result Satta Matka Guessing Satta Fix jodi Kalyan Fin...❼❷⓿❺❻❷❽❷❼❽ Dpboss Matka Result Satta Matka Guessing Satta Fix jodi Kalyan Fin...
❼❷⓿❺❻❷❽❷❼❽ Dpboss Matka Result Satta Matka Guessing Satta Fix jodi Kalyan Fin...
❼❷⓿❺❻❷❽❷❼❽ Dpboss Kalyan Satta Matka Guessing Matka Result Main Bazar chart
 
Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.
Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.
Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.
AnnySerafinaLove
 

Recently uploaded (20)

How HR Search Helps in Company Success.pdf
How HR Search Helps in Company Success.pdfHow HR Search Helps in Company Success.pdf
How HR Search Helps in Company Success.pdf
 
Digital Transformation Frameworks: Driving Digital Excellence
Digital Transformation Frameworks: Driving Digital ExcellenceDigital Transformation Frameworks: Driving Digital Excellence
Digital Transformation Frameworks: Driving Digital Excellence
 
Innovation Management Frameworks: Your Guide to Creativity & Innovation
Innovation Management Frameworks: Your Guide to Creativity & InnovationInnovation Management Frameworks: Your Guide to Creativity & Innovation
Innovation Management Frameworks: Your Guide to Creativity & Innovation
 
一比一原版新西兰奥塔哥大学毕业证(otago毕业证)如何办理
一比一原版新西兰奥塔哥大学毕业证(otago毕业证)如何办理一比一原版新西兰奥塔哥大学毕业证(otago毕业证)如何办理
一比一原版新西兰奥塔哥大学毕业证(otago毕业证)如何办理
 
Profiles of Iconic Fashion Personalities.pdf
Profiles of Iconic Fashion Personalities.pdfProfiles of Iconic Fashion Personalities.pdf
Profiles of Iconic Fashion Personalities.pdf
 
NIMA2024 | De toegevoegde waarde van DEI en ESG in campagnes | Nathalie Lam |...
NIMA2024 | De toegevoegde waarde van DEI en ESG in campagnes | Nathalie Lam |...NIMA2024 | De toegevoegde waarde van DEI en ESG in campagnes | Nathalie Lam |...
NIMA2024 | De toegevoegde waarde van DEI en ESG in campagnes | Nathalie Lam |...
 
list of states and organizations .pdf
list of  states  and  organizations .pdflist of  states  and  organizations .pdf
list of states and organizations .pdf
 
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Indian Matka
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Indian MatkaDpboss Matka Guessing Satta Matta Matka Kalyan Chart Indian Matka
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Indian Matka
 
The latest Heat Pump Manual from Newentide
The latest Heat Pump Manual from NewentideThe latest Heat Pump Manual from Newentide
The latest Heat Pump Manual from Newentide
 
Dpboss Matka Guessing Satta Matta Matka Kalyan panel Chart Indian Matka Dpbos...
Dpboss Matka Guessing Satta Matta Matka Kalyan panel Chart Indian Matka Dpbos...Dpboss Matka Guessing Satta Matta Matka Kalyan panel Chart Indian Matka Dpbos...
Dpboss Matka Guessing Satta Matta Matka Kalyan panel Chart Indian Matka Dpbos...
 
How to Buy an Engagement Ring.pcffbhfbfghfhptx
How to Buy an Engagement Ring.pcffbhfbfghfhptxHow to Buy an Engagement Ring.pcffbhfbfghfhptx
How to Buy an Engagement Ring.pcffbhfbfghfhptx
 
Brian Fitzsimmons on the Business Strategy and Content Flywheel of Barstool S...
Brian Fitzsimmons on the Business Strategy and Content Flywheel of Barstool S...Brian Fitzsimmons on the Business Strategy and Content Flywheel of Barstool S...
Brian Fitzsimmons on the Business Strategy and Content Flywheel of Barstool S...
 
Industrial Tech SW: Category Renewal and Creation
Industrial Tech SW:  Category Renewal and CreationIndustrial Tech SW:  Category Renewal and Creation
Industrial Tech SW: Category Renewal and Creation
 
Call8328958814 satta matka Kalyan result satta guessing
Call8328958814 satta matka Kalyan result satta guessingCall8328958814 satta matka Kalyan result satta guessing
Call8328958814 satta matka Kalyan result satta guessing
 
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Satta Matka
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Satta MatkaDpboss Matka Guessing Satta Matta Matka Kalyan Chart Satta Matka
Dpboss Matka Guessing Satta Matta Matka Kalyan Chart Satta Matka
 
Presentation by Herman Kienhuis (Curiosity VC) on Investing in AI for ABS Alu...
Presentation by Herman Kienhuis (Curiosity VC) on Investing in AI for ABS Alu...Presentation by Herman Kienhuis (Curiosity VC) on Investing in AI for ABS Alu...
Presentation by Herman Kienhuis (Curiosity VC) on Investing in AI for ABS Alu...
 
Digital Marketing with a Focus on Sustainability
Digital Marketing with a Focus on SustainabilityDigital Marketing with a Focus on Sustainability
Digital Marketing with a Focus on Sustainability
 
Unveiling the Dynamic Personalities, Key Dates, and Horoscope Insights: Gemin...
Unveiling the Dynamic Personalities, Key Dates, and Horoscope Insights: Gemin...Unveiling the Dynamic Personalities, Key Dates, and Horoscope Insights: Gemin...
Unveiling the Dynamic Personalities, Key Dates, and Horoscope Insights: Gemin...
 
❼❷⓿❺❻❷❽❷❼❽ Dpboss Matka Result Satta Matka Guessing Satta Fix jodi Kalyan Fin...
❼❷⓿❺❻❷❽❷❼❽ Dpboss Matka Result Satta Matka Guessing Satta Fix jodi Kalyan Fin...❼❷⓿❺❻❷❽❷❼❽ Dpboss Matka Result Satta Matka Guessing Satta Fix jodi Kalyan Fin...
❼❷⓿❺❻❷❽❷❼❽ Dpboss Matka Result Satta Matka Guessing Satta Fix jodi Kalyan Fin...
 
Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.
Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.
Anny Serafina Love - Letter of Recommendation by Kellen Harkins, MS.
 

Is ch04

  • 1. Information Systems, Tenth Edition Chapter 4 Software: Systems and Application Software
  • 2. Information Systems, Tenth Edition Principles and Learning Objectives • Systems and application software are critical in helping individuals and organizations achieve their goals – Identify and briefly describe the functions of the two basic kinds of software – Outline the role of the operating system and identify the features of several popular operating systems
  • 3. Information Systems, Tenth Edition Principles and Learning Objectives (continued) • Organizations use off-the-shelf application software for common business needs and proprietary application software to meet unique business needs and provide a competitive advantage – Discuss how application software can support personal, workgroup, and enterprise business objectives – Identify three basic approaches to developing application software and discuss the pros and cons of each
  • 4. Principles and Learning Objectives (continued) • Organizations should choose programming languages with functional characteristics that are appropriate for the task at hand and well suited to the skills and experience of the programming staff – Outline the overall evolution and importance of programming languages and clearly differentiate among the generations of programming languages Information Systems, Tenth Edition
  • 5. Information Systems, Tenth Edition Principles and Learning Objectives (continued) • The software industry continues to undergo constant change; users need to be aware of recent trends and issues to be effective in their business and personal life – Identify several key software issues and trends that have an impact on organizations and individuals
  • 6. Information Systems, Tenth Edition Why Learn About Software? • Software is indispensable for any computer system and the people using it • Applications software: – Key to helping you achieve your career goals and enrich your life – Stock trading, scientific, accounting, tax, etc.
  • 7. An 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 – Application software Information Systems, Tenth Edition
  • 8. Information Systems, Tenth Edition Systems Software • Set of programs that coordinates the activities and functions of hardware and other programs • Computer system platform: – Combination of a hardware configuration and systems software
  • 9. Information Systems, Tenth Edition Application Software • Helps users solve particular problems • In most cases, resides on the computer’s hard disk • Can be stored on CDs, DVDs, and even USB flash drives
  • 10. Supporting Individual, Group, and Organizational Goals • Sphere of influence: – Scope of problems and opportunities addressed by a particular organization • Personal sphere of influence: – Serve the needs of an individual user • Personal productivity software: – Help users improve their personal effectiveness • Workgroup: – When two or more people work together to achieve a common goal Information Systems, Tenth Edition
  • 11. Supporting Individual, Group, and Organizational Goals (continued) • Workgroup sphere of influence: – Serves the needs of a workgroup • Enterprise sphere of influence: – Supports the firm in its interaction with its environment Information Systems, Tenth Edition
  • 12. Information Systems, Tenth Edition Supporting Individual, Group, and Organizational Goals (continued)
  • 13. Information Systems, Tenth Edition Systems Software • Controls the operations of computer hardware • Supports the application programs’ problem-solving capabilities • Types of systems software: – Operating systems – Utility programs – Middleware
  • 14. 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 Information Systems, Tenth Edition
  • 15. Information Systems, Tenth Edition Operating Systems (continued) • Combinations of OSs, computers, and users: – Single computer with a single user – Single computer with multiple simultaneous users – Multiple computers with multiple users – Special-purpose computers
  • 17. 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 Information Systems, Tenth Edition
  • 18. Information Systems, Tenth Edition Operating Systems (continued) • Activities performed by the operating system (continued): – Manage processing tasks – Provide networking capability – Control access to system resources – Manage files
  • 19. Information Systems, Tenth 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
  • 20. Information Systems, Tenth 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
  • 21. Information Systems, Tenth Edition 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
  • 22. Information Systems, Tenth Edition Operating Systems (continued)
  • 23. Information Systems, Tenth Edition • 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)
  • 24. 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 Information Systems, Tenth Edition
  • 25. Information Systems, Tenth Edition Current Operating Systems • Microsoft PC operating systems: – Windows XP – Windows Vista – Windows 7 • Apple Computer Operating Systems: – Wintel – Snow Leopard (OS X v10.6) • Linux: – Red Hat Linux – Caldera OpenLinux
  • 26. Information Systems, Tenth Edition Current Operating Systems (continued)
  • 27. Current Operating Systems (continued) • Google Chrome OS: – Linux-based operating system designed for netbooks and nettops – Designed to run on inexpensive low-power computers – Chromium OS: • Open-source version of Chrome OS Information Systems, Tenth Edition
  • 28. Information Systems, Tenth Edition Workgroup Operating Systems • Windows Server: – Can be used to prevent unauthorized disclosure of information • UNIX: – Can be used on many computer system types and platforms • Red Hat Linux: – Can manage a cluster of up to eight servers • Mac OS X Server: – Includes support for 64-bit processing
  • 29. Information Systems, Tenth Edition 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 • Supports Internet, database, and business applications on server and mainframe enterprise systems
  • 30. Operating Systems for Small Computers, Embedded Computers, and Special-Purpose Devices • Cell phone embedded systems and operating systems: – Embedded systems provide communication and limited personal information management services • Windows embedded: – Included with or embedded into small computer devices • Proprietary Linux-based systems: – Linux is a major competitor to Symbian Information Systems, Tenth Edition
  • 31. Information Systems, Tenth Edition Utility Programs • Help to perform maintenance or correct problems with a computer system • Common types of utilities: – Hardware utilities – Security utilities – File-compression utilities – Spam-filtering utilities – Network and Internet utilities – Server and mainframe utilities
  • 32. Information Systems, Tenth Edition Utility Programs (continued) • Other utilities: – Key logging software allows a manager to see every keystroke a worker makes on a computer system – Monitoring software can catalog the Internet sites that employees visit – Keyboard shortcut utilities allow users to map common tasks to defined keyboard combinations
  • 34. Information Systems, Tenth Edition Middleware • Software that allows different systems to communicate and exchange data • Can also be used as an interface between the Internet and older legacy systems • Service-oriented architecture (SOA): – Uses modular application services to allow users to interact with systems, and systems to interact with each other
  • 35. Information Systems, Tenth 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
  • 36. Information Systems, Tenth Edition 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
  • 37. Overview of Application Software (continued) Information Systems, Tenth Edition
  • 38. 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 Information Systems, Tenth Edition
  • 39. Overview of Application Software (continued) Information Systems, Tenth Edition
  • 40. Information Systems, Tenth Edition Personal Application Software • Word processing • Spreadsheet analysis • Database applications • Presentation graphics program • Personal information managers • Software suites and integrated software packages • Other personal application software
  • 42. 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 Information Systems, Tenth Edition
  • 43. Information Systems, Tenth 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
  • 45. Information Systems, Tenth 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
  • 46. Information Systems, Tenth Edition Application Software for Information, Decision Support, and Specialized Purposes • Available in every industry: – Specialized application software for information, decision support, and other purposes
  • 47. Information Systems, Tenth 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 • Program code: – Set of instructions that signal the CPU to perform circuit-switching operations • Syntax – Set of rules associated with a programming language
  • 48. The Evolution of Programming Languages Information Systems, Tenth Edition
  • 49. Visual, Object-Oriented, and Artificial Intelligence Languages • Visual programming: – Uses a graphical or “visual” interface combined with text-based commands • Object-oriented programming languages: – Programming languages that are based on objects • Fifth-generation languages (5GLs): – Used to create artificial intelligence or expert systems applications • Compiler: – Converts the programmer’s source code into machine-language instructions Information Systems, Tenth Edition
  • 50. Visual, Object-Oriented, and Artificial Intelligence Languages (continued) Information Systems, Tenth Edition
  • 51. Software Issues and Trends • Software bug: – Defect in a program that keeps it from performing as it should • Some 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 Information Systems, Tenth Edition
  • 52. Information Systems, Tenth Edition 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
  • 53. Copyrights and Licenses (continued) Information Systems, Tenth Edition
  • 54. Information Systems, Tenth Edition Freeware and Open-Source Software • Freeware: – Software that is made available to the public for free • Open-source software: – Distributed, typically for free, with the source code • GPL grants you the right to: – Run the program for any purpose – Study how the program works and adapt it to your needs – Redistribute copies so you can help others – Improve the program and release improvements to the public
  • 55. Freeware and Open-Source Software (continued) Information Systems, Tenth Edition
  • 56. Information Systems, Tenth Edition Software Upgrades • Software companies revise their programs and sell new versions periodically • Most software upgrades: – Offer new features and capabilities • Some users do not always get the most current software upgrades or versions: – Unless it includes significant improvements or capabilities
  • 57. Information Systems, Tenth Edition Global Software Support • Supporting local operations: – One of the biggest challenges IS teams face when putting together standardized, company-wide systems • Trend: – Outsourcing global support to one or more third- party distributors
  • 58. 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 Information Systems, Tenth Edition
  • 59. 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 and freeware – Multiorganizational software development – Software upgrades – Global software support Information Systems, Tenth Edition