A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Applications software. Systems.

Slides:



Advertisements
Similar presentations
Noris Bt. Ismail Faculty of Information and Communication Technology Tel : (Ext 8408) Introduction to System.
Advertisements

Prof. B. I. Khodanpur HOD – Dept. of CSE R. V. College of Engineering. ID: Subject: Computer Fundamentals (For EDUSAT) Common.
A Good Manager? Find and explain on an example
Mr Manesh T Dept. of CSE College of Arts and Science Chapter 3 Types of Softwares Code: 1400 Tech.
Software. Application Software performs useful work on general-purpose tasks such as word processing and data analysis. The user interacts with the application.
Application Software By Brandon Marcelli.
Computer Skills Preparatory Year Presented by: L.Obead Alhadreti.
Living in a Digital World Discovering Computers 2011.
Chapter 3 Software Two major types of software
Discovering Computers Fundamentals, 2011 Edition Living in a Digital World.
CGS 1000 Introduction to Computers and Technology.
Software and Multimedia
Introduction to Computer Software
I NTRODUCTION TO C OMPUTER S OFTWARE. S OFTWARE & H ARDWARE ? Computer Instructions or data, anything that can be stored electronically is Software. Hardware.
Standard 1 - Objective 2: Understand, evaluate, and use computer software.
Computer Software.
Types of software. Sonam Dema..
Your Interactive Guide to the Digital World Discovering Computers 2012.
COMPUTER SOFTWARE Chapter 3. Software & Hardware? Computer Instructions or data, anything that can be stored electronically is Software. Hardware is one.
SOFTWARE.
1 Chapter 6 Understanding Computers, 11 th Edition Software Ownership Rights Software license: agreement, either included in a software package or displayed.
Chapter 3 Application Software.
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
Computer Concepts – Illustrated 8 th edition Unit C: Computer Software.
Software Fundamentals
Application Software.
Software Concepts. Software & Hardware? Computer Instructions or data, anything that can be stored electronically is Software. Hardware is one that is.
Types of Software When a computer is first turned on (or "booted up"), it responds to its BIOS (Basic Input / Output System), located on a ROM (Read Only.
Applications Software
Computer Software CSCI N207 Data Analysis Using Spreadsheet Department of Computer and Information Science, IUPUI.
Jowella Vaka October 31, 2012 American Samoa Community Collage Ernie T. Seiuli ICT 150 Fall (ASTEP)
4 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
Logistics and Systems Rabby Q. Lavilles. Supply chain is a system of organizations, people, technology, activities, information and resources involved.
CHAPTER FOUR COMPUTER SOFTWARE.
ICT LITERACY TRAINING FOR STUDENTS November 30, 2009.
Software Writer:-Rashedul Hasan Editor:- Jasim Uddin.
1 UNIT 1: COMPUTER SOFTWARE Cite Examples of System Software.
1 Introduction to Information Systems Essentials for the Internetworked E-Business Enterprise C h a p t e r Computer Software 1.
MIS 105 LECTURE 1 INTRODUCTION TO COMPUTER HARDWARE CHAPTER REFERENCE- CHP. 1.
C OMPUTING E SSENTIALS Timothy J. O’Leary Linda I. O’Leary Presentations by: Fred Bounds.
Productivity Programs What is the use of a Word Processing, Desktop Publishing and Spreadsheet programs? What is the use of a Database and Presentation.
ELEMENTS OF A COMPUTER SYSTEM HARDWARE SOFTWARE PEOPLEWARE DATA.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Summer 2007.
Computer Software Types Three layers of software Operation.
Application Software Is a computer software designed to help the user to perform specific tasks. Examples include enterprise software, accounting software,
Application Software System Software.
Software Rashedul Hasan. Software Instructions and associated data, stored in electronic format, that direct the computer to accomplish a task. Instructions.
Software - A set of instructions, stored digitally within the computer's memory, which tells the computer system what to do.  System Software  Application.
SOFTWARE. Software… Instructions that are stored electronically that tell the computer what to do.
Ms. Tracy MODULE 1- LESSON 7. BELL RINGER What are the primary functions of a word-processing program?
1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?
1 Lesson 7 Software Fundamentals Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Introduction to Computing Lecture 9,10 Software
MILESTONES IN SOFTWARE
INTRO. To I.T Razan N. AlShihabi
Topic 2: Hardware and Software
Objectives Overview Identify the four categories of application software Describe characteristics of a user interface Identify the key features of widely.
Ashima Wadhwa Assistant Professor(giBS)
Application Software Chapter 6.
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,
Directions: GO THROUGH THE FOLLWING SLIDES. Make sure you have quizlet cards for all the vocabulary. Study the terms.
Contents Todays Topic: Introduction to Computer Software We will learn
Software and Multimedia
Software and Multimedia
Directions: GO THROUGH THE FOLLWING SLIDES. Make sure you have quizlet cards for all the vocabulary. Study the terms GCFLearnFree website “Computer Basics”:
COMPUTER SOFT WARE Software is a set of electronic instructions that tells the computer how to do certain tasks. A set of instructions is often called.
National Diploma in Computer Studies
Types and components of a computer system
Introduction To Computing BBA & MBA
Digital Literacy 1.00 Computer Basics
Presentation transcript:

A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Applications software. Systems software provides infrastructure for application software which consists of operating system and utility software such as compilers, loaders, linkers, and debuggers. Applications software comprises of programs designed for an end user, such as word processors, database systems, and spreadsheet programs.

What is System Software? System Software is a computer software designed to operate the computer hardware and to provide and maintain a platform for running application software. Most basic types of system software: o Operating system o Utility software o Linkers o Loaders o Compilers o Interpreters o Assemblers o Debugger

Device driver Provides basic functionality to operate and control the hardware connected to or built into the computer. Operating system Allows the parts of a computer to work together by performing tasks like transferring data between memory and disks or rendering output onto a display device. Utility software Helps to analyze, configure, optimize and maintain the computer. Examples are disk cleaners, anti virus software, data compression programs, disk drive partition utilities, storage, backup and archiving programs.

Compiler A program that translates source code into object code. Compiler looks at the entire piece of source code, collects and reorganizes the instructions. Programs produced by compilers run much faster than the same programs executed by an interpreter. Assembler Allows the parts of a computer to work together by performing tasks like transferring data between memory and disks or rendering output onto a display device. Linker Also called link editor and binder, a linker is a program that combines object modules to form an executable program. Many programming languages allows you to write different pieces of code, called modules, separately. This simplifies the programming task because you can break a large program into small, more manageable pieces. Eventually, though, you need to put all the modules together. This is the job of the linker.

Loader An operating system utility that copies programs from a storage device to main memory, where they can be executed. In addition to copying a program into main memory, the loader can also replace virtual addresses with physical addresses. Debugger A special program used to find errors(bugs) in other programs. A debugger allows a programmer to stop a program at any point and examine and change the values of variables.

What is Application Software? Application software (also called end-user programs) includes database programs, word processors, and spreadsheets. Application programs interact with systems software, systems software then directs computer hardware to perform the necessary tasks. Figuratively speaking, applications software sits on top of systems software because it is unable to run without the operating system and system utilities.

Types of application software for modern usage: Application software often includes multiple applications bundled together as a package or suite, like Microsoft Office or OpenOffice which both contain a suite of applications for common office usage. There are many types of applications software. Word Processing Software This software enables the users to create and edit documents. The most popular examples of this type of software are MS-Word, WordPad, Notepad and some other text editors. Database Software Database is a structured collection of data. A computer database relies on database software to organize the data and enable the database users to achieve database operations. Database software allows the users to store and retrieve data from databases. Examples are ORACLE, Microsoft Access, etc.

Spreadsheet Software Spreadsheet software allows users to perform calculations. They simulate paper worksheets by displaying multiple cells that make up a grid. Examples of spreadsheet software are Excel, Lotus and Apple Numbers. A software that allow the users to create and play audio and video media. The software are capable of playing media files. Audio converters, players, burners, video encoders and decoders are some forms of multimedia software. Examples of this type of software include Real Player and Media Player. A software that is used to display information in the form of a slideshow is known as presentation software. This type of software includes three functions, namely, editing that allows insertion and formatting of text, methods to include graphics in the text and a functionality of executing the slide shows. Microsoft PowerPoint is the best example of presentation software. A software which addresses the needs of organization processes and data flow often in a large distributed environment.

Enterprise Software A software which addresses the needs of organization processes and data flow often in a large distributed environment. Examples include financial systems, customer relationship management (CRM) system. Information Worker Software A software which addresses the needs of individuals to create and manage information, often for individual projects within a department, in contrast to enterprise management. Examples include time management, resource management, documentation tools, analytical, and collaborative. Content Access Software A software used primarily to access content without editing. Examples include Media Players, Web Browsers, Help browsers, and Games

Educational Software It has the capabilities of running tests and tracking progress. It also has the capabilities of collaborative software. It is often used in teaching and self-learning. Simulation Software Computer software for simulation of physical or abstract systems for either research, training or entertainment purposes. Examples are flight simulators and scientific simulator Media Development Software A software which addresses the needs of individuals who generate print and electronic media for others to consume, most often in a commercial or educational setting. Examples are Graphic Art software, Desktop Publishing software, Multimedia Development software, HTML editors, Digital Animation editors, Digital Audio and Video composition, and many others.