Computer Programming Software. Two Basic Classifications System / Application Software.

Slides:



Advertisements
Similar presentations
FatMax Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 LicenseCreative Commons Attribution-NonCommercial-ShareAlike 2.5.
Advertisements

What is an operating system? Is it software?
Operating Systems Manage system resources –CPU scheduling –Process management –Memory management –Input/Output device management –Storage device management.
 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
 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. 
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
Alford Academy Business Education and Computing1 Advanced Higher Computing Based on Heriot-Watt University Scholar Materials GUI – advantages and disadvantages.
1 The Five Parts of an Information System
Operating systems This work is licensed under a Creative Commons Attribution-Noncommercial- Share Alike 3.0 License. Skills: none IT concepts: popular.
Operating Systems: Software in the Background
1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.
Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Chapter 05: System Software.
System Software, functions of an operating system
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
The Operating System The operation system (OS) is a set of programs that coordinates: Hardware functions Interaction between application software and computer.
SOFTWARE.
TC2-Computer Literacy Mr. Sencer February 8, 2010.
Section 2.1 Identify hardware Describe processing components Compare and contrast input and output devices Compare and contrast storage devices Section.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
Lesson 6 Operating Systems and Software
Fundamentals of Computer Hardware & software
COMPUTER SOFTWARE Section 2 “System Software: Computer System Management ” CHAPTER 4 Lecture-6/ T. Nouf Almujally 1.
Chapter 4 System Software.
4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place.
Operating System. Architecture of Computer System Hardware Operating System (OS) Programming Language (e.g. PASCAL) Application Programs (e.g. WORD, EXCEL)
Introduction To Computer System
CSE 101 Spring 2000 Operating Systems. The Tasks of the Operating System Single Task Multitasking.
Operating Systems TexPREP Summer Camp Computer Science.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
1 Chapter 7 Operating System & Utility Programs.  consists of the programs that control or maintain the operations of the computer and its devices. It.
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 1 Introduction to Operating Systems.
1 The Five Parts of an Information System
Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Chapter 05: System Software.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Module 2 : Part 1 INTRODUCTION TO HARDWARE & SOFTWARE INTRODUCTION TO HARDWARE & SOFTWARE.
Study Guide – Week #3 – System Software Start the Game.
Computer Systems Mrs. Butera. Computer Systems Hardware Software.
1 11 CHAPTER Information Technology, the Internet, and You computing ESSENTIALS.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Computer Software Types Three layers of software Operation.
Chapter 06: System Software. Definition  Master program  Controls all hardwares connected to computer  Collection of programs Users Application software.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Chapter 8 Operating Systems. Objectives Identify the types of system software Summarize the startup process on a personal computer Describe the functions.
BABCA Software Operating Systems (OS) aka Systems Software A set of instructions that coordinate all the activities among computer hardware resources.
Operating Systems. An operating system (os) is a software program that enables the computer hardware to communicate and operate with the computer software.
Digital Communication Systems Comp Functions of the Operating System.
CONTENT  Introduction Introduction  Operating System (OS) Operating System (OS) Operating System (OS)  Summary Summary  Application Software Application.
Credit:  An operating system is the program that is loaded into the computer  coordinates all the activities among.
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Operating Systems By-Anoushka Puri. What is an Operating System An operating system is an interface between the user and the computer hardware. It is.
Operating Systems. Categories of Software System Software –Operating Systems (OS) –Language Translators –Utility Programs Application Software.
INTRODUCTION OF SYSTEM & APPLICATION SOFTWARE. OPERATING SYSTEM (OS) An operating system, or OS, is a software program that enables the computer hardware.
Graphical User Interfaces (GUI’s ). & Command-Line Interfaces.
GCSE Computing: A451 Computer Systems & Programming Topic 3 Software System Software (1) The Operating System.
Booting Process Chapter 4: System Software Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
System Software (1) The Operating System
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
INTRODUCTION OF SYSTEM & APPLICATION SOFTWARE Chapter 2 1Dr. BALAMURUGAN MUTHURAMAN.
Introduction to comp. and prog. CS 101 G 964
Operating System.
Introduction to Operating Systems
OPERATING SYSTEMS.
Computer software 2.
Introduction to Computer Software
Software - Operating Systems
A very basic introduction
Fundamentals of Computer Hardware & software
Presentation transcript:

Computer Programming Software

Two Basic Classifications System / Application Software

System Software is any computer software which manages and controls computer hardware – Linux, Microsoft Windows, and Mac OS X are examples. System software performs tasks like transferring data from memory to disk, or rendering text onto a display device. Application Software are programs that enable the end-user to perform specific, productive tasks, such as word processing or image manipulation. Application software employs the capabilities of a computer directly to complete a task that the user wishes to perform.

One way of demonstrating the relationship between them …

Software Categories Vertical software developed for a specific 'type' of client, usually a specialist of some kind (e.g. accountants, doctors, retail outlet) may be customisable Custom software written for a specific client Horizontal software designed to be useful for a wide range of users performing varied tasks

Software User Interfaces Text-based interfaces (CLIs) Command line: user types in specified commands with fixed syntax (example)(example) Menu-driven: user chooses from a 'list' of options ('point and shoot') (example)(example) Graphical user interfaces (GUIs) user works with operating system through the GUI places special demands on hardware (especially display and memory) applications are 'tied' to the interface supports multitasking though use of windows

Operating system developments on microcomputers Virtual memory provides more memory without extra (costly) RAM requires fast secondary storage essential for multitasking Print Spooling form of background processing example of multitasking Various forms of cross-platform standardisation