Section 8.2. Classification of Software

Slides:



Advertisements
Similar presentations
SOFTWARE Chapter 5.
Advertisements

Purpose of the Main Components of an Information System Hardware, Software and Communication Links.
Information Systems Today: Managing in the Digital World
Computer Software 3 Section A Software Basics CHAPTER PARSONS/OJA
Prof. B. I. Khodanpur HOD – Dept. of CSE R. V. College of Engineering. ID: Subject: Computer Fundamentals (For EDUSAT) Common.
Mr Manesh T Dept. of CSE College of Arts and Science Chapter 3 Types of Softwares Code: 1400 Tech.
The Operating System. What is an Operating System? The software which makes it possible for you to use your computer The software which starts up when.
Software. Application Software performs useful work on general-purpose tasks such as word processing and data analysis. The user interacts with the application.
Software: Systems and Application Software
Chapter 3 Applications Software: Getting the Work Done.
Chapter 3 Software Two major types of software
Selection and use of appropriate software: Applications software
General concepts of ICT systems.  Know what is meant by the terms ‘hardware’ and ‘software’  Understand the difference between systems software and.
Introduction to Computer Software
Systems Software Operating Systems.
Computer Software.
COMPUTER SOFTWARE Chapter 3. Software & Hardware? Computer Instructions or data, anything that can be stored electronically is Software. Hardware is one.
2.4 - Nature & Capabilities of Software What is software? Types of software Generic software Drivers, protocols and standards for interfacing with peripherals.
Custom Software v Off-the Shelf Software
Chapter 3: Software Solutions for Personal and Professional Gain
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
Lesson 6 Operating Systems and Software
Software – Applications software and programming languages
A-Level Computing types and uses of software. Objectives Know that software can be split into different categories Know what each type of software is.
Software Introduction
Software Concepts. Software & Hardware? Computer Instructions or data, anything that can be stored electronically is Software. Hardware is one that is.
AS Computing Software definitions.
COMPUTER SOFTWARE Section 2 “System Software: Computer System Management ” CHAPTER 4 Lecture-6/ T. Nouf Almujally 1.
Software What is software? Software is a general name given to all programs that can run on computer hardware such as spreadsheet. There are two types.
Outcome 2 – Computer Software The Range of Software Available The Different Categories of Software System Software Programming Languages Applications Software.
Information Technology
Software Software essential is coded programs that perform a serious of algorithms. Instructions loaded into primary memory (RAM) from secondary storage.
3 3 3 CHAPTER System Software. 3 Objectives By the end of this lecture, you should know how to: –Describe the differences between system software and.
Software.
Software Writer:-Rashedul Hasan Editor:- Jasim Uddin.
Software Software consists of the instructions issued to the computer to perform specific tasks. –The software on a computer system refers to the programs.
Chapter 4 System Software. Software Programs that tell a computer what to do and how to do it. Sets of instructions telling computers to perform actions.
14/10/20151 Software custom-written, off-the-shelf, generic, system, applications, utility, integrated.
1 Introduction to Information Systems Essentials for the Internetworked E-Business Enterprise C h a p t e r Computer Software 1.
Chapter 3: Computer Software. Stored Program Concept v The concept of preparing a precise list of exactly what the computer is to do (this list is called.
Software – Applications software and programming languages.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
Types of Software Module 5.12.
System Software Chapter Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
FOUNDATION IN INFORMATION TECHNOLOGY (CS-T-101) TOPIC : INFORMATION SYSTEM – SOFTWARE.
1 Software. 2 What is software ► Software is the term that we use for all the programs and data on a computer system. ► Two types of software ► Program.
Software AS Module Heathcote Ch.20. Importance of Information  Information technology is fundamental to the success of any business  The information.
Application Software System Software.
Course Title: Introduction to Computer Course Instructor: ILTAF MEHDI Chapter No: 04 1BY ILTAF MEHDI (MCS, MCSE, CCNA)
Computer Software & its Types Instructor : Adnan Iqbal Course : Introduction to Computer.
Chapter 3: Software Explain the difference between systems software and application software
IS Today (Valacich & Schneider) Copyright © 2010 Pearson Education, Inc. Published as Prentice Hall 2/5/2016 TB-1 Technology Briefing Advanced Topics and.
Prepared by : Mazhar javed Classification of Software Prepared By Prepared By Mazhar Javed Awan Mazhar Javed Awan (Computer Instructor) (Computer Instructor)
A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Applications software. Systems.
SOFTWARE. Software… Instructions that are stored electronically that tell the computer what to do.
Systems Software. Systems software Applications software such as word processing, spreadsheet or graphics packages Operating systems software to control.
What is a Computer An electronic, digital device that stores and processes information. A machine that accepts input, processes it according to specified.
Introduction to Computing Lecture 9,10 Software
CHAPTER 2 COMPUTER SOFTWARE. LEARNING OUTCOMES At the end of this class, students should be able to:  Explain the significance of software  Define and.
Tech Level Cyber Security Lesson 7
Topic 2: Hardware and Software
1.Introduction In the previous section you were introduced to the 'brain' of the computer, namely the CPU. You also learned about different things which.
Nature & Types of Software
Hardware and Software Hardware refers to the physical devices of the computer system e.g. monitor, keyboard, printer, RAM etc. Software is a set of programs,
Software, O/S & Interfaces
National Diploma in Computer Studies
Software, O/S & Interfaces
Operating Systems Tasks 17/02/2019.
Operating Systems Tasks 04/04/2019.
Operating Systems Tasks 05/08/2019.
Presentation transcript:

Section 8.2. Classification of Software   Section 8.2. Classification of Software   21/04/2017

Software Types of Software The programs – the sets of instructions – that determine how the computer behaves Types of Software System Software Application Software 21/04/2017

Operating System Library Programs System Software Utility Programs Language Translators 21/04/2017 8.2. Classification of Software

Operating System Interface between user and hardware Allows user to perform tasks without having to know how they are done Save a file on disk Install a printer Device driver takes care of printing a document 21/04/2017

Library Programs Pre-written routines that can be shared by different applications Same print routines used by many programs For multi-user computer systems Carries out common tasks required by everyone search for lost files restore corrupted files 21/04/2017 8.2. Classification of Software

Utility Programs Provides tools to manage, configure and maintain the computer (housekeeping facilities). anti-virus tools File compression tools Back up and archiving File managers (move, delete etc) Disk defragmenters Disk partitions 21/04/2017 8.2. Classification of Software

Language Compilers, Interpreters and Assemblers translates high-level language program into a computer’s machine code or some other low-level language. It produces an independent program which is capable of being executed by itself (compilation) After compilation the original translator is no longer needed Interpreter Translates and executes a program one statement at a time Slower as the analysis of each statement in a loop has to be repeated each time Assembler Translates a program written in assembly language into machine code 21/04/2017

Applications Software Programs that do the ‘real’ work for users. Perform specific tasks The software may be designed specifically for one particular company Software purchased ‘off the shelf’ Examples Order entry, payroll 21/04/2017

General Purpose Software Application Software General Purpose Software Special purpose Software Bespoke Software 21/04/2017 8.2. Classification of Software

General Purpose Software All common application packages Word Processing, Desktop Publishing, Spreadsheet, Database, Computer-Aided Design (CAD) and Presentation packages Sold as a package, including a CD containing the software and manuals 21/04/2017

Integrated packages and Software Suites Combine all features (word processing, spreadsheet, database, presentation graphics and communications software) into one single product for a low price e.g. Microsoft Works, Microsoft office, Lotus SmartSuite All programs are completely compatible Import and export data between applications 21/04/2017

Generic and Special Purpose Software Generic – can do many different tasks Word processing, spreadsheet and database software Special Purpose – designed to do one particular task Income tax return program, Accounting package Web browser Air Traffic Control 21/04/2017

Bespoke or off-the-shelf Bespoke Software Specially written, tailor-made or commissioned software Advantages Designed to the exact specifications of the user Can be written to run on specific hardware Software can be integrated with existing software There may not be a suitable software package on the market 21/04/2017

Bespoke or off-the-shelf Off-the-shelf Software Advantages Is generally less expensive to buy Feedback from other users of the package is available Software can be bought and installed straight away Software is tried and tested, fewer bugs Is usually well documented Training may be available 21/04/2017

A single application that combines the major features of several types of applications is called _____. integrated software a suite a combo package high-end a

The operating system for a computer does the following: manages the disks and files manages the computer's resources manages the computer's memory all of the above none of the above d

A proprietary operating system is ____. unique to a manufacturer similar to those of other manufacturers used by many different computer manufacturers properly configured to operate a

A computer's BIOS will ____ check for the presence of peripherals like mouse, sound card, scanner run a check of memory be loaded first when the computer is powered on none of the above c

A backup program _____. makes a copy of files you select. returns you to the previous program undoes the last change you made none of the above a

Disk formatting software is an example of: Application software Library program Utility program Operating system c