INTRODUCTION OF SYSTEM & APPLICATION SOFTWARE Chapter 2 1Dr. BALAMURUGAN MUTHURAMAN.

Slides:



Advertisements
Similar presentations
Chapter 8: Operating Systems and Utility Programs
Advertisements

A graphical user interface (GUI) is a human-computer interface (i.e., a way for humans to interact with computers) that uses windows, icons and menus.
4 1 4 C H A P T E R Software: Systems and Application Software.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
UNIX Chapter 01 Overview of Operating Systems Mr. Mohammad A. Smirat.
Operating Systems: Software in the Background
Computer Basics. What is a Computer? A computer is a machine that can take inputs from the user, process that information, store that information as needed.
Software: Systems & Application Software Chapter 4.
Software. Application Software performs useful work on general-purpose tasks such as word processing and data analysis. The user interacts with the application.
Xuan Guo Chapter 1 What is UNIX? Graham Glass and King Ables, UNIX for Programmers and Users, Third Edition, Pearson Prentice Hall, 2003 Original Notes.
The Operating System and the User Interface
An Introduction to Operating Systems. Definition  An Operating System, or OS, is low-level software that enables a user and higher-level application.
The Operating System The operation system (OS) is a set of programs that coordinates: Hardware functions Interaction between application software and computer.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Introduction to Computer Administration Introduction.
Operating systems.
SOFTWARE.
Week 6 Operating Systems.
O PERATING S YSTEM ALAK ROY. Assistant Professor Dept. of CSE, RSET ROYAL GROUP OF INSTITUTIONS CS-107 I NTRODUCTION TO.
Ajmer Singh PGT(IP) Software Concepts. Ajmer Singh PGT(IP) Operating System It is a program which acts as an interface between a user and hardware.
Computers Systems - software Powered by DeSiaMore 1.
1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?
Computer Software Computer Technology Day 5. Software  Provides step-by-step instructions that tell the computer how to perform  Categories  System.
SYSTEM SOFTWARE Prepared by: Mrs. Careene McCallum-Rodney.
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
The Role of the Operating System
Operating System Basics section 6A. This lesson includes the following sections: Running Programs Managing Files Managing Hardware Utility Software.
Learning Objective The students should be able to: a. state the definition of software b. state the usage of software c. list different types of software.
E- Learning and Writing Skills IGGU 1101 Operating System Windows Dr. Sana’a Wafa Al-Sayegh.
Lecture 8: 9/19/2002CS149D Fall CS149D Elements of Computer Science Ayman Abdel-Hamid Department of Computer Science Old Dominion University Lecture.
Operating System Principles And Multitasking
Parts of the Computer System
Software Chapter 2. Basic Types of Software System software - provides an environment in which the application software can run Applications software.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Computer Components: Software Computer Technology.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
BABCA Software Operating Systems (OS) aka Systems Software A set of instructions that coordinate all the activities among computer hardware resources.
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.
Types of Software Chapter 2.
BY MR.SUTCHUKORN TANTITHANAWARAPONG COMPUTER TEACHER AT POOLCHAROENWITTAYAKOM SCHOOL Subject :Operating System C30207.
 Software provides the instructions that tell the computer what to do.  These instructions are called programs. Programs enable you to use the computer.
INTRODUCTION OF SYSTEM & APPLICATION SOFTWARE. OPERATING SYSTEM (OS) An operating system, or OS, is a software program that enables the computer hardware.
CS4315A. Berrached:CMS:UHD1 Introduction to Operating Systems Chapter 1.
MULTIMEDIA TECHNOLOGY SMM 3001 OPERATING SYSTEM. how operating systems software manage the computer how operating systems software manage the computer.
Systems Software / The Operating System CSC October 14, 2010.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
Operating System and Utility Programs
An Overview of the Computer System
2. OPERATING SYSTEM 2.1 Operating System Function
Chapter 5: Using System Software
Software: Systems and Application Software
Introduction to Operating Systems
SOFTWARE and OPERATING SYSTEM.
Introduction to Operating System (OS)
Operating Systems What are they and why do we need them?
Looking Inside the machine (Types of hardware, CPU, Memory)
Systems Software Keywords Operating Systems
An Overview of the Computer System
OPERATING SYSTEMS.
Shell & Kernel Concepts in Operating System
Unit 1: Introduction to Operating System
Functions of an operating system
Operating System Introduction.
The Main Features of Operating Systems
Software - Operating Systems
Materials prepared by Dhimas Ruswanto, BMm
Introduction to Operating Systems
Introduction to Operating Systems
A very basic introduction
An Introduction to Operating Systems
Presentation transcript:

INTRODUCTION OF SYSTEM & APPLICATION SOFTWARE Chapter 2 1Dr. BALAMURUGAN MUTHURAMAN

OPERATING SYSTEM (OS) An operating system, or OS, is a software program that enables the computer hardware to communicate and operate with the computer software. Without a computer operating system, a computer would be useless. 2Dr. BALAMURUGAN MUTHURAMAN

OS 3Dr. BALAMURUGAN MUTHURAMAN

SYSTEM SOFTWARE - OS  Controls computer functions Hardware Processor Memory Devices  Provides means for software to work with the CPU  Responsible for management, scheduling, and interaction of tasks  Provides user interface 4Dr. BALAMURUGAN MUTHURAMAN

TYPES OF OPERATING SYSTEM » Graphical User Interface (GUI) » Multi-user » Multiprocessing » Multitasking 5Dr. BALAMURUGAN MUTHURAMAN

 GUI - Short for Graphical User Interface, a GUI Operating System contains graphics and icons and is commonly navigated by using a computer mouse.  Multi-user - A multi-user operating system allows for multiple users to use the same computer at the same time and different times. 6Dr. BALAMURUGAN MUTHURAMAN

 Multiprocessing - An operating system capable of supporting and utilizing more than one computer processor.  Multitasking - An operating system that is capable of allowing multiple software processes to run at the same time. 7Dr. BALAMURUGAN MUTHURAMAN

THE OS FUNCTIONS  Provides a user interface  Manages the CPU  Manages memory and storage  Manages hardware and secondary devices  Coordinates application software with the CPU 8Dr. BALAMURUGAN MUTHURAMAN

D ATABASE M ANAGEMENT Data is a vital part of any organization. It needs to be stored, organized, managed, accessed, protected and manipulated. Operational Use databases to: Create a book Track book sales Set salaries and wages Pay employees 9Dr. BALAMURUGAN MUTHURAMAN

Uses  Keep track of a large number of related facts  Query the data for specific information  Retrieve information in a variety of ways Functions  Store data  Update data  Manipulate data  Retrieve data  Print data in many forms  Report on data in a variety of ways 10Dr. BALAMURUGAN MUTHURAMAN

11Dr. BALAMURUGAN MUTHURAMAN

12Dr. BALAMURUGAN MUTHURAMAN