54
SOFTWARE: SYSTEMS AND APPLICATION SOFTWARE

software system_and_application_software

Embed Size (px)

Citation preview

Page 1: software system_and_application_software

SOFTWARE: SYSTEMS AND APPLICATION SOFTWARE

Page 2: software system_and_application_software

TYPES OF SOFTWARE System Software

Application Software

Page 3: software system_and_application_software

SYSTEM SOFTWARE: System Software includes the Operating System and all the

utilities that enable the computer to function.

System software is a term referring to any computer software which manages and controls the hardware so that application software can perform a task.

Example: Operating Systems, Compiler, Loader, Linker, Interpreter.

Page 4: software system_and_application_software

APPLICATION SOFTWAREApplication software: helps users

solve particular problemsIn most cases, application software

resides on the computer’s hard diskApplication software can also be

stored on CDs, DVDs, and flash or keychain storage devices

Page 5: software system_and_application_software

SUPPORTING INDIVIDUAL, GROUP, AND ORGANIZATIONAL GOALS (CONTINUED)

Software Supporting Individuals, Workgroups, and Enterprises

Page 6: software system_and_application_software

SYSTEMS SOFTWARESystems softwareControls operations of computer hardwareSupports application programs’ problem-solving capabilities

Types of systems softwareOperating systemsUtility programsMiddleware

Page 7: software system_and_application_software

OPERATING SYSTEMS

Operating system (OS): set of programs that controls the computer hardware and acts as an interface with application programs

Page 8: software system_and_application_software

SYSTEM SOFTWARE: Operating System:Operating System is a software, which makes a

computer to actually work.

It is the software the enables all the programs we use.

The OS organizes and controls the hardware.

OS acts as an interface between the application programs and the machine hardware.

Examples: Windows, Linux, Unix and Mac OS, etc.,

Page 9: software system_and_application_software

OPERATING SYSTEMS (CONTINUED)

Various combinations of OSs, computers, and users

Single computer with a single userSingle computer with multiple usersMultiple computersSpecial-purpose computers

Page 10: software system_and_application_software

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

Page 11: software system_and_application_software

SYSTEM SOFTWARE (CONTD):

Source Languages

Target Languages

‘C’ language ‘C’ language‘Pascal’ language Machine languageFORTRAN languageC++ languageADA language

her language – the target language.

Page 12: software system_and_application_software

OPERATING SYSTEMS (CONTINUED)

The Role of Systems Software

The role of Systems Software –interface between users, application software and hardware

Page 13: software system_and_application_software

OPERATING SYSTEMS (CONTINUED)OS acts as an intermediary between application

and hardwareOS converts basic request into a set of details

instruction that the hardware requiresCommon hardware functions (e.g.) Get input from keyboard or some other input device Retrieve data from disks Store data on disks Display information on a monitor or printer

Page 14: software system_and_application_software

OPERATING SYSTEMS FUNCTIONS1. User interface and input/output

managementUser 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

Page 15: software system_and_application_software

OPERATING SYSTEMS FUNCTIONS (CONTINUED)

Application Program Interface Links Application Software to the Operating System

Page 16: software system_and_application_software

4. 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 smoothly5. Networking capability Features and capabilities of the OS that aid users in

connecting to a computer network

Operating Systems (continued)

Page 17: software system_and_application_software

OPERATING SYSTEMS (CONTINUED)6. Access to system resources and

securityProtection against unauthorized accessLogins and passwords7. File managementEnsures that files in secondary storage are available when needed and that they are protected from access by unauthorized users

Page 18: software system_and_application_software

SYSTEM SOFTWARE (CONTD): Loader: A loader is the part of an operating system that

is responsible for loading programs into memory, preparing them for execution and then executing them.

The loader is usually a part of the operating system's kernel and usually is loaded at system boot time and stays in memory until the system is rebooted, shut down, or powered off.

In Unix, the loader is the handler for the system call execve().

Page 19: software system_and_application_software

SYSTEM SOFTWARE (CONTD): Linker: A linker or link editor is a program that

takes one or more objects generated by compilers and assembles them into a single executable program.

Linkers can take objects from a collection called a library. The objects are program modules containing machine code and information for the linker.

The linker takes care of arranging the objects in a program's address space.

Page 20: software system_and_application_software

SYSTEM SOFTWARE (CONTD):

Interpreter: An interpreter is a computer program that translates and executes instructions written in a computer programming language line-by-line, unit by unit etc.,

An interpreter needs to be able to analyze, or parse, instructions written in the source language.

Example: Lisp systems, etc.,

Page 21: software system_and_application_software

CURRENT OPERATING SYSTEMS

Popular Operating Systems Cross All Three Spheres of Influence

Page 22: software system_and_application_software

CURRENT OPERATING SYSTEMS (CONTINUED)Microsoft PC operating systems PC-DOS and MS-DOS: early, command-driven OSs Windows XP: greatly improved stability and security

over previous versions of Windows Windows XP N: for European market Windows XP Professional X64: for computers with

newer 64-bit capabilities Windows XP Media Center Edition: incorporates

additional multimedia features Vista: latest version of Windows

Page 23: software system_and_application_software

CURRENT OPERATING SYSTEMS (CONTINUED)Apple operating systemsOften provide cutting edge tools in graphics and music not available from Microsoft

Mac OS XJaguar (OS X.2)Panther (OS X.3)Tiger (OS aX.4): support for 64-bit computing, Dashboard, Spotlight, etc.

Page 24: software system_and_application_software

CURRENT OPERATING SYSTEMS (CONTINUED)Linux Developed by Linus Torvalds in 1991 Open-source product Only thare kernel of an OS Several distributions available with capabilities/applications that form

a complete OS Examples: Red Hat Linux, Caldera OpenLinux

Page 25: software system_and_application_software

WORKGROUP OPERATING SYSTEMSWindows ServerUNIXNetWareRed Hat LinuxMac OS X Server

Page 26: software system_and_application_software

ENTERPRISE OPERATING SYSTEMS

z/OSMPE/iXHP-UXLinux

Page 27: software system_and_application_software

OPERATING SYSTEMS FOR SMALL COMPUTERS, EMBEDDED COMPUTERS, AND SPECIAL-PURPOSE DEVICES

Palm OSWindows Embedded

Page 28: software system_and_application_software

UTILITY PROGRAMSHelp to perform maintenance or

correct problems with a computer system

Common types of utility programs:Hardware utilitiesVirus-detection and recovery utilitiesFile-compression utilitiesSpam and pop-up blocker utilities

Page 29: software system_and_application_software

UTILITY PROGRAMS (CONTINUED)Network and Internet utilitiesServer and mainframe utilitiesOther utilitiesManages and protects corporate documentsHelps people with visual disabilities use the Internet

Monitors employeesSearches for files and documents

Page 30: software system_and_application_software

COMMUNICATION SOFTWARE

Hypertext Transfer Protocol (HTTP): A client/server application that uses TCP for transport to retrieve HTML pages.

Domain Name Service (DNS): A name-to-address translation application that uses both TCP and UDP transport.

Telnet: A virtual terminal application that uses TCP for transport.

File Transport Protocol (FTP): A file transfer application that uses TCP for transport.

Trivial File Transfer Protocol (TFTP): A file transfer application that uses UDP for transport.

Network Time Protocol (NTP): An application that synchronizes time with a time source and uses UDP for transport.

Border Gateway Protocol (BGP): An exterior gateway routing protocol that uses TCP for transport. BGP is used to exchange routing information for the Internet and is the protocol used between service providers.

Page 31: software system_and_application_software

MIDDLEWAREMiddleware: software that allows

different systems to communicate and exchange data

Middleware can also be used as an interface between the Internet and older legacy systems

Page 32: software system_and_application_software

APPLICATION SOFTWAREPrimary function is to apply the power of

the computer to give individuals, workgroups, and the entire enterprise the ability to solve problems and perform specific tasks

Application programs interact with systems software; systems software then directs computer hardware to perform the necessary tasks

Page 33: software system_and_application_software

APPLICATION SOFTWARE: Application Software includes programs

that do real work for user.

Example:

Payroll systems, Inventory Control, Manage student database, Word Processor, Spreadsheet and Database Management System etc.,

Page 34: software system_and_application_software

APPLICATION SOFTWARE(CONTD…):

Database Management System (DBMS):A DBMS is a software tool that allows multiple users to store, access, and process data into useful information. Database programs are designed for these types of applications:

Membership lists Student lists Grade reports Instructor schedules

All of these have to be maintained so you can find what you need quickly and accurately.  Example:Microsoft Access, dBASE, Oracle.

Page 35: software system_and_application_software

APPLICATION SOFTWARE(CONTD…): Graphic Presentations: The

presentation programs can make giving presentations and using overheads easier.  Other uses include: 

Slide Shows Repeating Computer Presentations on a computer monitor

Using Sound and animation in slide shows 

The most recognized graphic presentation programs are Microsoft PowerPoint and Harvard Graphics.

Page 36: software system_and_application_software

APPLICATION SOFTWARE (CONTD…):

Spreadsheets: The spreadsheet packages are designed to use numbers and formulas to do calculations with ease. Examples of spreadsheets include:

Budgets Payrolls Grade Calculations Address Lists

The most commonly used spreadsheet programs are Microsoft Excel and Lotus 123.

Page 37: software system_and_application_software

APPLICATION SOFTWARE: Word Processors:

Word processing is a tool that helps user in creating, editing, and printing documents. Word processors will normally have the following capabilities built into them:  Spell checking Standard layouts for normal documents Have some characters appear in bold print, italics, or underlined Center lines, make text line up on the left side of the paper, or the right side of the paper Save the document so it can be used again print the document.

Examples: WordPerfect and Microsoft Word

Page 38: software system_and_application_software

OVERVIEW OF APPLICATION SOFTWARECustom built softwares: one-of-a-

kind program for a specific application, usually developed and owned by a single company

Generic softwares: existing software program that is purchased

Page 39: software system_and_application_software

OVERVIEW OF APPLICATION SOFTWARE (CONTINUED)

Proprietary being the Custom built software and off-the-shelf being the generic built software

Types of Application Software

Page 40: software system_and_application_software

OVERVIEW OF APPLICATION SOFTWARE (CONTINUED)

A Comparison of Proprietary and Off-the-Shelf Software

Page 41: software system_and_application_software

OVERVIEW OF APPLICATION SOFTWARE (CONTINUED)

A Comparison of Proprietary and Off-the-Shelf Software (continued)

Page 42: software system_and_application_software

PERSONAL APPLICATION SOFTWARE

Serves the needs of an individual user

Includes personal productivity software

Enables users to improve their personal effectiveness

Page 43: software system_and_application_software

PERSONAL APPLICATION SOFTWARE (CONTINUED)

Examples of Personal Productivity Software

Page 44: software system_and_application_software

PERSONAL APPLICATION SOFTWARE (CONTINUED)

Examples of Personal Productivity Software (continued)

Page 45: software system_and_application_software

PERSONAL APPLICATION SOFTWARE (CONTINUED)Software suite: collection of single application

programs packaged in a bundle Microsoft Office: most popular general-purpose

software suite Other general-purpose software suites: Corel’s

WordPerfect Office, Lotus SmartSuite, Sun Microsystems’s StarOffice

Integrated application packages: offer a range of capabilities for less money than software suites

Example: Microsoft Works

Page 46: software system_and_application_software

PERSONAL APPLICATION SOFTWARE (CONTINUED)

Major Components of Leading Software Suites

Page 47: software system_and_application_software

WORKGROUP APPLICATION SOFTWARE

Workgroup application software: support teamwork, whether people are in the same location or dispersed around the world

Groupware: software that helps groups of people work together more efficiently and effectively

Page 48: software system_and_application_software

ENTERPRISE APPLICATION SOFTWARESoftware that benefits an entire

organizationEnterprise resource planning (ERP)

software: set of integrated programs that manage a company’s vital business operations for an entire multisite, global organization

Page 49: software system_and_application_software

ENTERPRISE APPLICATION SOFTWARE (CONTINUED)

Examples of Enterprise Application Software

Page 50: software system_and_application_software

APPLICATION SOFTWARE FOR INFORMATION, DECISION SUPPORT, AND SPECIALIZED PURPOSES

Specialized application software for information, decision support, and other purposes is available in every industry

Examples Genetic researchers use software to visualize and analyze

the human genome Music executives use decision support software to help pick

the next hit Decision support software is used to increase the cure rate

for cancer

Page 51: software system_and_application_software

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

Different languages have different characteristics

Syntax: a set of rules associated with a programming language

Page 52: software system_and_application_software

THE EVOLUTION OF PROGRAMMING LANGUAGES

The Evolution of Programming Languages

Page 53: software system_and_application_software

THE EVOLUTION OF PROGRAMMING LANGUAGES (CONTINUED)

Visual, object-oriented, and artificial intelligence languages are easier for nonprogrammers to use than older generation languages

Visual languages use a graphical or visual interface for program development

Object-oriented programming languages are based on objects

Compiler: a special software program that converts programmer’s source code into machine-language instructions consisting of binary digits

Page 54: software system_and_application_software

THE EVOLUTION OF PROGRAMMING LANGUAGES (CONTINUED)

How a Compiler Works