Computer Software Types Three layers of software Operation.

Slides:



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

 An operating system (OS) is a set of computer programs that allow the user to perform basic tasks like copying, moving, saving and printing files. 
Maninder Kaur OPERATING SYSTEM Maninder Kaur 11 Oct 2010.
A Good Manager? Find and explain on an example
COMPUTER APPLICATIONS Mr. Toscano Computer Concepts Lesson Objectives Students are introduced to the differences between computer software and computer.
Chapter 2 Introduction to Systems Architecture. Chapter goals Discuss the development of automated computing Describe the general capabilities of a computer.
A “Java Fun For Everyone” Interactive Quiz
Application Software CSC151.
Chapter 3 Software Two major types of software
Introduction to Computer Software
Systems Software Operating Systems.
Standard 1 - Objective 2: Understand, evaluate, and use computer software.
Types of software. Sonam Dema..
COMPUTER SOFTWARE Chapter 3. Software & Hardware? Computer Instructions or data, anything that can be stored electronically is Software. Hardware is one.
SOFTWARE.
Lesson 4 Computer Software
TC2-Computer Literacy Mr. Sencer February 8, 2010.
HARDWARE & SOFTWARE.
COMPUTER MAIN PARTS Hardware Software. HARDWARE Definition: The set of hardware components that make up the material part (physical) of a computer, unlike.
CS101: Introduction to Computing Instructors: Badre Munir, Usman Adeel, Zahid Irfan & Maria Riaz Faculty of Computer Science and Engineering GIK Institute.
Software Concepts. Software & Hardware? Computer Instructions or data, anything that can be stored electronically is Software. Hardware is one that is.
Type of Software There are two main types of software They are System software Application software Hardware System Software (OS) Application Software.
Computer Software CSCI N207 Data Analysis Using Spreadsheet Department of Computer and Information Science, IUPUI.
4 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
Operating Systems.
Software Software essential is coded programs that perform a serious of algorithms. Instructions loaded into primary memory (RAM) from secondary storage.
Standard Grade Computing System Software & Operating Systems.
Computer Programming Software. Two Basic Classifications System / Application Software.
Introduction OF Enterprise Application Development.
CHAPTER FOUR COMPUTER SOFTWARE.
Introduction to Interactive Media Interactive Media Tools: Software.
Software Writer:-Rashedul Hasan Editor:- Jasim Uddin.
Operating Systems TexPREP Summer Camp Computer Science.
Types of Software Module 5.12.
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.
Study Guide – Week #3 – System Software Start the Game.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Identify internal hardware devices (e. g
1 Title: Introduction to Computer Instructor: I LTAF M EHDI.
Application Software Is a computer software designed to help the user to perform specific tasks. Examples include enterprise software, accounting software,
CREATED BY – UPENDRA SHARMA
Application Software System Software.
Lecture 1: Network Operating Systems (NOS) An Introduction.
Chapter 3: Software Explain the difference between systems software and application software
Introduction TO Network Administration
Week1: Introduction to Computer Networks. Copyright © 2012 Cengage Learning. All rights reserved.2 Objectives 2 Describe basic computer components and.
Types of Software Chapter 2.
A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Applications software. Systems.
Chapter 4 Software. Introduction Program: is a set of sequence instructions that tell the computer what to do. Software: is a collection of programs,
System Programming Basics Cha#2 H.M.Bilal. Operating Systems An operating system is the software on a computer that manages the way different programs.
Presentation On Computer Hardware & Software. What is Hardware? Hardware is a general term for the physical objects of technology. It may also mean the.
Chapter 1 WHAT IS A COMPUTER Faculty of ICT & Business Management Tel : BCOMP0101 Introduction to Information Technology.
 is a set of instructions that tell the computer what to do. Software can be categorized into: 1. Operating system software 2. Applications software.
UNIX U.Y: 1435/1436 H Operating System Concept. What is an Operating System?  The operating system (OS) is the program which starts up when you turn.
Identify internal hardware devices (e. g
Identify internal hardware devices (e. g
INTRO. To I.T Razan N. AlShihabi
Hardware & Software Lesson 3 Software KS3 COMPUTING KS3 Computing
Computer Applications
Hardware vs. Software Question 1 What is hardware?
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,
Contents Todays Topic: Introduction to Computer Software We will learn
TexPREP Summer Camp Computer Science
OPERATING SYSTEMS.
Computer Science I CSC 135.
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.
Nat 4/5 Computing Science Operating Systems
Computer Software.
Software - Operating Systems
System Programming By Prof.Naveed Zishan.
Presentation transcript:

Computer Software Types Three layers of software Operation

a collection of computer programs, procedures and documentation that perform some tasks on a computer system includes application software such as word processors which perform productive tasks for users, system software such as operating systems

System software is any computer software which manages and controls computer hardware so that application software can perform a task. Operating systems, such as Microsoft Windows, Mac OS X or Linux

Specific kinds of system software include loading programs, Operating systems, device drivers, programming tools, compilers, assemblers, linkers, and utility software. System software performs tasks like transferring data from memory to disk, or rendering text onto a display device.

A programming tool or software development tool is a program or application that software developers use to create, debug, maintain, or otherwise support other programs and applications. The term usually refers to relatively simple programs that can be combined together to accomplish a task, much as one might use multiple hand tools to fix a physical object.

Application software allows end users to accomplish one or more specific (non- computer related) tasks. Typical applications include industrial automation, business software, educational software, medical software, databases, and computer games.

Platform includes the firmware, device drivers, an operating system, and typically a graphical user interface which, in total, allow a user to interact with the computer and its peripherals (associated equipment).

Application software or Applications are what most people think of when they think of software. examples include office suites and video games.

they run as independent applications. Applications are almost always independent programs from the operating system, though they are often tailored for specific platforms.

User-written software -End-user development tailors systems to meet users' specific needs include spreadsheet templates, word processor macros, scientific simulations, and scripts for graphics, animations and filters

Computer software has to be "loaded" into the computer's storage (such as a hard drive, memory, or RAM) this involves passing instructions from the application software, through the system software, to the hardware which ultimately receives the instruction as machine code

Each instruction causes the computer to carry out an operation -- moving data, carrying out a computation, or altering the control flow of instructions.

Back to home