SOFTWARE TECHNOLOGIES

Slides:



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

4 1 4 C H A P T E R Software: Systems and Application Software.
IT Infrastructure: Software September 18, LEARNING GOALS Identify the different types of systems software. Explain the main functions of operating.
Managing Software Assets Chapter Six. SoftwareInformation Systems for Management2 Software Software: Detailed instructions that control the operation.
System Software Chapter 5 McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved.
Software: Systems and Application Software
System Software Chapter Describe the differences between system software and application software Discuss the four types of system software Discuss.
Two Broad Categories of Software
Chapter 5 System Software.
1 SOFTWARE TECHNOLOGIES BUS Abdou Illia, Spring 2007 (Week 2, Thursday 1/18/2007)
Application Software: Essentials for knowledge workers
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.
Lesson 4 Computer Software
TC2-Computer Literacy Mr. Sencer February 8, 2010.
Chapter 4 Computer Software.
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
Type of Software There are two main types of software They are System software Application software Hardware System Software (OS) Application Software.
Computers Systems - software Powered by DeSiaMore 1.
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.
Software Software essential is coded programs that perform a serious of algorithms. Instructions loaded into primary memory (RAM) from secondary storage.
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.
Software Software consists of the instructions issued to the computer to perform specific tasks. –The software on a computer system refers to the programs.
MANAGING SOFTWARE ASSETS ~ pertemuan 6 ~ Oleh: Ir. Abdul Hayat, MTI 1[Abdul Hayat, SIM, Semester Genap 2007/2008]
Chapter 3 Software. Learning Objectives Upon successful completion of this chapter, you will be able to: Define the term software Describe the two primary.
System Software Chapter Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
10/8: Software What is software? –Types of software System software: Operating systems Applications Creating software –Evolution of software development.
© 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.
Information Systems Design and Development Technical Implications (Software) Computing Science.
1 Software Technology Guide 2. 2 Types of Software  Application software is a set of computer instructions, written in a programming language that direct.
به نام خدای مهربان زبان تخصصی دانشجویان کامپیوتر English for Computer Students درس 3 جوانمرد Ejavanmard.blogfa.com
Chapter 3 Applications Software: Getting the Work Done.
System SOFTWARE.
Nat 4/5 Computing Science Software
Fundamentals of Information Systems, Sixth Edition
Nature & Types of Software
SOFTWARE TECHNOLOGIES
Computer Software Digital Literacy.
Computing Fundamentals
Tech Guide B: The Details of Software
Software: Systems and Application Software
Computer Software Lecture 5.
Management Information Systems
Computer Software Digital Literacy.
Operating Systems Overview
Introduction to Operating System (OS)
Computer Software Created by Ann Ware
Chapter 4 The Power behind the Power
5 SYSTEM SOFTWARE CHAPTER
Systems Software Keywords Operating Systems
System And Application Software
IT Infrastructure: Software
Chapter 3 Hardware and software 1.
Computer software 2.
5 SYSTEM SOFTWARE CHAPTER
5 SYSTEM SOFTWARE CHAPTER
Chapter 4 The Power behind the Power
Chapter 3 Hardware and software 1.
Computers Tools for an Information Age
Software - Operating Systems
Types of Software Mrs. S. Palmer Office Administration.
Materials prepared by Dhimas Ruswanto, BMm
Chapter 3 Software.
Fundamentals of Computer Hardware & software
Computer Concepts Module 3
Presentation transcript:

SOFTWARE TECHNOLOGIES

LEARNING GOALS Identify the different types of systems software. Explain the main functions of operating systems. Describe the various types of applications software and how they are used. Describe the software development process. Explain the main considerations for upgrading software and preventing piracy.

Main Types of Software Systems software Programs that manage computer hardware and application software Examples Operating systems (e.g. Windows, Linux) Language translators (C++, Visual Basic) Utility programs (Norton Utilities)

Main Types of Software Application software Programs that allow users to accomplish specific tasks Examples Word processing Web browser Tax preparation

Operating Systems (OS) Software platform on which other programs run Provides a connection between application programs and the computer hardware Major tasks Starting the computer (booting or boot strap) Managing files Program and memory management Ensuring security Providing a user interface

Managing Files OS keeps track where all files are located Creates and manages directory structure Free space Used space Formerly used space (see defragmentation)

Program and Memory Management OS is responsible for Sending a program to the CPU Allocating primary storage for the program Controlling other devices the program requires Multiprogramming and Multitasking More than one program in memory at once OS keeps track of memory for each program One program runs until it needs data from the user, then the OS switches to the other program Time sharing Virtual memory

Security Access control – Who has access to the computer; needed when network connected File permissions – Read and/or modify security permissions for individual files Logging – Audit trail of who has accessed the computer and what actions they performed

Providing a User Interface Text or command line interfaces Graphical User Interfaces (GUIs) Voice interface

Choosing an OS Support the applications the business needs to run!! Other considerations Stability How often does OS crash? How does the OS recover from crashes? Security Does the OS provide the required level of security? Ease of use Is the OS easy to learn and to use?

Utility Software Accomplish common tasks and maintenance jobs Defragmentation Virus protection Edit the Windows registry Remove Web cookies from HDD

Application Software Two categories Commercial-off-the-shelf (COTS) Productivity suites (e.g. Microsoft Office) Word processing - Web browser Spreadsheet - Desktop publishing Database - E-mail Presentation Enterprise-wide Systems ERP and CRM Freeware vs. Shareware (not free) Customized Developed by programmers to solve a specific problem for a business

Developing Custom Software Step 1 – Plan! – determine the requirements Step 2 – Design – develop a design for the software Step 3 – Write – Use a programming language (which one?) to write the software Step 4 – Test – Ensure the program works correctly and satisfies the requirements Errors found during the testing step may require a repeat of any of the previous steps

Programming Language Generations

Markup Languages Not really a programming language Uses markup codes, or tags, to determine how a document is to be formatted Hypertext Markup Language (HTML) Markup tags that determine how pages for the World Wide Web are to be displayed Not machine specific Same codes used for Windows PC as for an Apple PC

HTML

Object-Oriented Programming (OOP) Developed to provide reusability of components Object class Objects with similar characteristics Easy to create new instances of the object Inheritance Create new object classes (e.g. subclasses) Ability of a subclass to inherit all the characteristics and processes of the parent class OOP makes programmers more productive

Software Upgrades Even free upgrades can be very expensive Cost for installation Cost for any retraining Disrupt normal operations Compatibility issues New software will need compelling new features to justify the cost

Software Piracy Making a copy of software without paying for it Ownership versus license to use Companies responsible for actions of employees who install or download software onto company machines