Introduction to Information Technology

Slides:



Advertisements
Similar presentations
Technology Guide 2 Software
Advertisements

Software: Systems and Application Software
Chapter9 Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005.
Software: Systems & Application Software Chapter 4.
Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005.
1 Lecture Preview  In this lecture, we will study:  Systems Software  Application Software  How software applications are developed  How software.
Copyright 2007 John Wiley & Sons, Inc. Technology Guide 21 Software.
© Prentice Hall CHAPTER 3 Computer Software.
Chapter 6: An Introduction to System Software and Virtual Machines
Technology Guide 2 Software.
TECHNOLOGY GUIDE 2 1 Computer Software. Technology Guide Overview 2.
Chapter 3 Software Two major types of software
I Information Systems Technology Ross Malaga 3 "Part I Understanding Information Systems Technology" Copyright © 2005 Prentice Hall, Inc. 3-1 SOFTWARE.
Computer Software.
SOFTWARE.
TECHNOLOGY GUIDE 2: Software 1. 2 TG2.1 Introduction to Software TG2.2 Software Issues TG2.3 Systems Software TG2.4 Application Software TECHNOLOGY GUIDE.
Information Systems: Creating Business Value by Mark Huber, Craig Piercy, and Patrick McKeown Field Guide B: Details of IT Software.
Chapter Lead Black Slide Powered by DeSiaMore Powered by DeSiaMore.
COMPUTER SOFTWARE Section 2 “System Software: Computer System Management ” CHAPTER 4 Lecture-6/ T. Nouf Almujally 1.
4 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
CHAPTER FOUR COMPUTER SOFTWARE.
Introduction to Interactive Media Interactive Media Tools: Software.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
Software Writer:-Rashedul Hasan Editor:- Jasim Uddin.
Information Systems Overview (COIS 20024) Lecture: Week 3 Computer Software (Information Systems Resources)
INVITATION TO COMPUTER SCIENCE, JAVA VERSION, THIRD EDITION Chapter 6: An Introduction to System Software and Virtual Machines.
Software program: Series of statements or instructions to the computerSoftware program: Series of statements or instructions to the computer System software:
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software.
MANAGING SOFTWARE ASSETS ~ pertemuan 6 ~ Oleh: Ir. Abdul Hayat, MTI 1[Abdul Hayat, SIM, Semester Genap 2007/2008]
Slide 1-1 Chapter 1 Terms Information Systems Overview Introduction to Information Systems Judith C. Simon.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 4 Computer Software.
10/8: Software What is software? –Types of software System software: Operating systems Applications Creating software –Evolution of software development.
MIS 105 LECTURE 1 INTRODUCTION TO COMPUTER HARDWARE CHAPTER REFERENCE- CHP. 1.
SOFTWARE TECHNOLOGY GUIDE TWO. TG2.1 Introduction to Software Software a set of computer programs that enable the hardware to process data. Computer program.
Copyright 2007 John Wiley & Sons, Inc. Technology Guide 21 Introduction to Information Systems, 1 st Edition  Authors: Rainer, Turban and Potter  Publisher:
Introduction to Information Technology, 2 nd Edition Turban, Rainer & Potter © 2003 John Wiley & Sons 4-1 Introduction to Information Technology 2 nd Edition.
TECHNOLOGY GUIDE TWO Computer Software. TECHNOLOGY GUIDE OUTLINE TG2.1 Significance of Software TG2.2 Systems Software TG2.3 Application Software TG2.4.
© 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.
Application Software System Software.
Slide 6-1 Chapter 6 System Software Considerations Introduction to Information Systems Judith C. Simon.
A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Applications software. Systems.
Slide 8-1 Chapter 8 Terms Programming Languages Introduction to Information Systems Judith C. Simon.
COMPUTER SOFTWARE TECHNOLOGY GUIDE TWO. TECHNOLOGY GUIDE OUTLINE TG2.1 Significance of Software TG2.2 Software Issues TG2.3 Systems Software TG2.4 Application.
TECHNOLOGY GUIDE TWO Computer Software. TECHNOLOGY GUIDE OUTLINE TG2.1 Significance of Software TG2.2 Software Issues TG2.3 Systems Software TG2.4 Application.
Computer Software Lecturer: Dr Mohammad Nabil Almunawar.
Slide 6-1 Chapter 6 Terms System Software Considerations Introduction to Information Systems Judith C. Simon.
1 Software Technology Guide 2. 2 Types of Software  Application software is a set of computer instructions, written in a programming language that direct.
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background BSM025 Computers.
5th Edition, Irv Englander
Fundamentals of Information Systems, Sixth Edition
Roberta Roth, Alan Dennis, and Barbara Haley Wixom
CSCI-235 Micro-Computer Applications
Tech Guide B: The Details of Software
Systems Analysis and Design
Project 1 Introduction to HTML.
TECHNOLOGY GUIDE TWO Computer Software.
Introduction to Information Technology
Systems Analysis and Design
TECHNOLOGY GUIDE TWO Software.
Chapter 4 Computer Software.
Networking: Discovery, Communication, Collaboration
Systems Analysis and Design 5th Edition Chapter 8. Architecture Design
System And Application Software
Administrative Software
Language Processors Application Domain – ideas concerning the behavior of a software. Execution Domain – Ideas implemented in Computer System. Semantic.
ACCOUNTING INFORMATION SYSTEMS
Chapter 14 The User View of Operating Systems
SOFTWARE TECHNOLOGIES
TECHNOLOGY GUIDE TWO Software.
Presentation transcript:

Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005

TG2 Computer Software

Chapter Outline Significance of software System software Application software Software issues Programming languages Enterprises software TG 2

Learning Objectives Differentiate between the two major types of software. Describe the general functions of the operating system. Differentiate among types of operating systems and describe each type. Identify three methods for developing application software. Describe the major types of application software. Describe the major software issues that organization face today. Explain how software has evolved and trends for the future. Describe middleware and enterprise software. TG 2

TG2.1 Significance of software Computer program. The sequences of instructions for the computer, which comprise software. Stored program concept. Modern hardware architecture in which stored software programs are accessed and their instructions are executed (followed) in the computer’s CPU, one after another. Documentation. Written description of the functions of a software program. TG 2

Different types of software: System software: The class of computer instruction that serve primarily as an intermediary between computer hardware and application programs; provides important self-regulatory functions for computer systems. Application software: The class of computer instructions that direct a computer system to perform specific processing activities and provide functionality for users. TG 2

TG2.2 Systems software System control programs: Software programs that controls the use of the hardware, software, and data resources of a computer system. Operating system: The main system control program, which supervises the overall operations of the computer, allocates CPU time and main memory to programs, and provides an interface between the user and the hardware. TG 2

Multitasking/ multiprogramming: The management of two or more tasks, or programs, running concurrently on the computer system (one CPU). Multithreading: A form of multitasking that runs multiple tasks within a single application simultaneously. Multiprocessing: simultaneous processing of more than one program by assigning them to different processors (multiple CPUs). TG 2

Virtual Memory: A feature that simulates more main memory than actually exists in the computer system by extending primary storage into secondary storage. Graphical user interface (GUI): system software that allows users to have direct control of visible objects (such as icons) and actions, which replace command syntax. Social interface. A user interface that guides the user through computer applications by using cartoonlike characters, graphics, animation, and voice commands. TG 2

Operating environment Operating environment. A set of computer programs that add features that enable developers to create applications without directly accessing the operating systems; function only with an operating system. Plug-and-Play. Feature that enables the operating system to recognize new hardware and install the necessary software (called device drivers) automatically. TG 2

Linux: A powerful version of the UNIX operating system that is open source software (publicly and freely available). Java operating system (Java OS): Operating system designed to execute programs written in Java, for Internet and Intranet applications, embedded devices, handheld products, and thin-client computing. TG 2

System support programs: Software that supports the operations management and users of a computer system by providing a variety of support services (e.g. system utility programs, performance monitors, and security monitors). System utilities: Programs that accomplish common tasks such as sorting records, locating files, and managing memory usage. TG 2

System performance monitors: Programs that monitor the processing of jobs on a computer system and monitor system performance in areas such as processor time, memory space and application programs. System security monitors: Programs that monitor a computer system to protect it and its resources form unauthorized use, fraud,or destruction. TG 2

TG2.3 Application Software Proprietary application software. Software that addresses a specific or unique business need for a company ; may be developed in-house or may be commissioned from a software vendor. Contract software. Specific software programs developed for a particular company by a vendor. Off-the-shelf application software. Software purchased, leased, or rented from a vendor that develops programs and sell them to many organizations; can be standard customizable. TG 2

Personal application software Spreadsheets. Software that uses a grid of coded rows and columns to display numeric or textual data in cells. Macros. Sequences of commands used in spreadsheet software that can be executed with just one simple instruction. TG 2

Integrated packages. Spreadsheet packages that offer data management and graphical capabilities in addition to regular spreadsheet functionality. Data management. Software that supports the storage, retrieval, and manipulation of related data. Word processing. Software that allows the user to manipulate text using many writing and editing features. TG 2

WYSIWYG. Acronym for ‘ what you see is what you get’ (pronounced ‘ wiz-e-wig’, indicating that text material is displayed on the computer screen just as it will look on the final printed page. Desktop publishing software. Software that enables microcomputers to combined photographs and graphic images with text, to produce a finished, camera-ready document. TG 2

Graphics software. software that enable the user to create, store, and display or print charts, graphs, maps, and drawings. Presentation graphic software. Software that enables users to create graphically rich presentations by “pasting” graphic images into a textual presentation. Analysis graphic software. Software that provides the ability to convert previously analyzed data into graphic formats (e.g. bar charts, pie charts). TG 2

Computer aided design (CAD) software Software that allows designers to design and build production prototypes in software, test them, compile parts lists, out-line assembly procedures, and then transmit the final design directly to machines. TG 2

Multimedia software: Software that combines spatially based media (text and images) with time based media ( sound and video) for input or output of data. Communications software. Software that allows computers, wherever they are located, to exchange data via cables, telephone lines, satellite relay systems, or microwave circuits. TG 2

Speech-recognition software: recognizes and interprets human speech, either one word at a time (discrete speech) or in a stream (continuous speech). Groupware: Software that facilitate communication, coordination, and collaboration among people. TG 2

TG2.4 Software Issues Software defects Alien software Software evaluation and selection Software licensing Software upgrades Open systems Open source software TG 2

Alien Software Pestware. Clandestine software that becomes installed on your PC through duplicitous channels; also called malware or scumware. Adware. Software that is designed to facilitate the propagation of pop-up advertisements on your screen. Spyware. Software that records your keystrokes and/or your password. Spamware. Software designed to use your computer as a launch pad for spammers. TG 2

Software selection factors Consideration Size and location of user base Dose the proposed software support a few users in a single location? Or can it accommodate large number or geographically dispersed users? Availability of system Administration tools Dose the software offer tools that monitor system usage? Does it maintain a list of authorized users and provide the level of security needed? Cost: initial and subsequent Is the software affordable, taking into account all costs, including installation training, and maintenance? System capabilities Dose the software meet both current and anticipated future needs? Existing computing environment Is the software compatible with existing hardware, software and communications network? In-house technical skills Should the organization develop software applications in-house, purchase off the shelf, or contract software out of house? TG 2

TG2.5 Programming Languages Machine Language. The lowest level programming language, composed of binary digits. First-generation language. Machine language; the level of programming languages actually understood by CPU. TG 2

Assembly language. A lower-level programming language that is slightly more user-friendly than machine language. Second- generation language. Assembly language; requires that each statement be translated into machine language through use of on assembler. Assembler. A system software program that translates an assembly language program into machine language. TG 2

Procedural languages. User-oriented programming languages, which require programmers to specify step by step how the computer must accomplish a task. Third-generation languages. The first level of higher-level programming languages, which are closer to natural language and therefore easier for programmers to use. Compiler. Software program that translates an entire high-level language program into object code at once. TG 2

Interpreter. A compiler that translates and executes one source program statement at a time. Nonprocedural languages. A type of high-level language that enables user to specify the desired result without having to specify the detailed procedures needed for achieving the result. Fourth–generation language (4GLs). A type of high-level programming languages, which can be used by nontechnical users to carry out specific functional tasks. TG 2

Hyperlinks. The links that connect data nodes in hypertext. Virtual Programming languages: use a mouse, icons, symbols on the screen, or pull-down menus to make programming easier and more intuitive. Hypertext. An approach to data management in which data are stored in a network of nodes connected by links and are accessed through interactive browsing. Hyperlinks. The links that connect data nodes in hypertext. Hypertext document . The combination of nodes, links, and supporting indexes for any particular topic in hypertext. TG 2

Hypertext markup language (HTML) Hypertext markup language (HTML). The standard programming language used on the Web to create and recognize hypertext documents. Dynamic HTML. lets users interact with the content of richly formatted pages without having to download additional content from the server. Cascading style sheet (CSS). An enhancement to HTML that adds page layout features to web documents TG 2

Extensible Markup Language (XML) Extensible Markup Language (XML). A programming language designed to improve the functionality of web documents by providing more flexible and adaptable data identification. Componentware. A term used to describe component – based software applications. Software components. The “building blocks” of applications, which can be used again and again by the applications. TG 2

Virtual reality modeling Language (VRML) Virtual reality modeling Language (VRML). Programming language that can describe three dimensional interactive worlds and objects; used on the web to create three dimensional representations of complex scenes. Object- oriented programming (OPP) languages. Programming language that encapsulate a small amount of data with instructions about what to do with data. TG 2

Methods. In object- oriented programming, the instructions about what to do with encapsulated data objects. Object. In object- oriented programming the combination of a small amount of data with the data. Encapsulation. In object-oriented programming the process of creating an object TG 2

Reusability feature. Feature of object- oriented languages that allows classes created for one purpose to be used in a different object-oriented program if desired. Java. Object-oriented programming language, that gives programmers the ability to develop applications that work across the Internet. Applets. Small Java applications that can be included in an HTML page on the Internet. TG 2

Unified modelling language (UML) A programming language that provides a common set of notations for object-oriented software system TG 2

TG2.6 Enterprise software Middleware. Software designed to link application modules developed in different computer languages and running on heterogeneous platforms. Enterprise software. Software programs that mange the vital operations of an organization (enterprise). TG 2

Copyright 2005 John Wiley & Sons, Inc. All rights reserved. Reproduction or translation of this work beyond that permitted in section 117 of the United States Copyright Act without express permission of the copyright owner is unlawful. Request for information should be addressed to the permission department, John Wiley & Sons, Inc. The purchaser may make back-up copies for his/her own use only and not for distribution or resale. The publisher assumes no responsibility for error, omissions, or damages caused by the use of these programs or from the use of the information herein. TG 2