B USINESS C OMPUTER A PPLICATION Eyad M. AlMassri BGMS4101 Introduction 1 Business Computer Application.

Slides:



Advertisements
Similar presentations
OPERATING SYSTEM An operating system is a group of computer programs that coordinates all the activities among computer hardware devices. It is the first.
Advertisements

Maninder Kaur OPERATING SYSTEM Maninder Kaur 11 Oct 2010.
Operating Systems * Section A: Introduction * Section B: The importance of the operating system * Section C: Types of operating systems * Section D: Operating.
Operating Systems CS101 – Autumn 2005 Wk04 - Lecture 1.
Understanding Operating Systems 1 Overview Introduction Operating System Components Machine Hardware Types of Operating Systems Brief History of Operating.
Understanding Computer Hardware Continued…. How fast is your computer? Depends on a lot of factors Depends on a lot of factors –Processor design –Clock.
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.
CS101 Introduction to Computing Lecture 11 Operating Systems
An Introduction to Operating Systems. Definition  An Operating System, or OS, is low-level software that enables a user and higher-level application.
BY: SACHIN SHRIVASTAVA Operating System By : Sachin Shrivastava 1.
Operating System.
SOFTWARE.
The Operating System. Operating Systems (F) What you need to know about –operating system as a program; –directory/folder.
Operating Systems Chapter 4.
Week 6 Operating Systems.
Computer for Health Sciences
Lesson 4 Computer Software
IT Introduction to Information Technology CHAPTER 08 – Operating System.
O PERATING S YSTEM ALAK ROY. Assistant Professor Dept. of CSE, RSET ROYAL GROUP OF INSTITUTIONS CS-107 I NTRODUCTION TO.
Operating Systems.
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
Operating Systems TexPREP Summer Camp Computer Science.
The Role of the Operating System
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.
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 1 Introduction to Operating Systems.
Human-computer interfaces. Operating systems are software (i.e. programs) used to control the hardware directly used to run the applications software.
CMPF124 Basic Skills For Knowledge Workers Chapter 1 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Foundation year Lec.3: Computer SoftwareLec.3: Computer Software Lecturer: Dalia Mirghani Year: 2014/2015.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
A Level Computing for AQA Teacher’s Resource CD-ROM 42 CHAPTER: Operating systems Nick Sims Basic functions Classifying operating systems.
Bridges To Computing General Information: This document was created for use in the "Bridges to Computing" project of Brooklyn College. You are invited.
Computer Systems Nat 4/5 Computing Science Operating Systems.
CSCI 1101 INTRODUCTION TO COMPUTERS 5. Basic Computer Architecture.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
1 3 Computing System Fundamentals 3.3 Computer Systems.
Types of OS and OS Components
Purpose of Operating System Monil Adhikari. Agenda Introduction Responsibilities of Operating System User Interfaces Command Line Interface Graphical.
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.
HNC COMPUTING - COMPUTER PLATFORMS 1 Computer Platforms Week 3 Types of Software.
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
Graphical User Interfaces (GUI’s ). & Command-Line Interfaces.
Computer Operating Systems And Software applications.
OPERATING SYSTEM BASICS. What is an operating system and what does it do? The operating system has two basic functions: –communicates with the PC.
An operating system (OS) is a collection of system programs that together control the operation of a computer system.
L ECTURE -6 Topics: Introduction to Operating system. Functions of an Operating system. Classification of Operating systems.
Operating Systems p.describe the characteristics of knowledge-based systems; q.describe the purpose of operating systems; r.describe the characteristics.
By Nanda Page Operating Systems. Without the operating system, a computer is only devices connected together….. Operating system brings life to computer.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
Computer Software. Two Major Types of SW System SW Programs that generally perform the background tasks in a computer. These programs, many times, talk.
Operating Systems. Operating System Every general-purpose computer must have an operating system to run other programs. Operating systems perform basic.
System SOFTWARE.
Nat 4/5 Computing Science Software
Operating Systems & System Software
Lecture 1-Part 2: Operating-System Structures
2. OPERATING SYSTEM 2.1 Operating System Function
Introduction to Operating Systems
TexPREP Summer Camp Computer Science
Operating Systems What are they and why do we need them?
Chapter 4 The Power behind the Power
Lecture 1: Introduction to Network Operating Systems
OPERATING SYSTEMS.
Nat 4/5 Computing Science Operating Systems
Operating System Review
Chapter 4 The Power behind the Power
Operating System Introduction.
The Main Features of Operating Systems
Software - Operating Systems
Lecture 1: Introduction to Network Operating Systems
Presentation transcript:

B USINESS C OMPUTER A PPLICATION Eyad M. AlMassri BGMS4101 Introduction 1 Business Computer Application

O PERATING SYSTEMS C HAPTER 5 2 Business Computer Application

W HAT I S A N O PERATING S YSTEM ?  An operating system is a program designed to run other programs on a computer. A computer’s operating system is its most important program.computer  It is considered the backbone of a computer, managing both software and hardware resources.  Operating systems are responsible for everything from the control and allocation of memory to recognizing input from external devices and transmitting output to computer displays.  They also manage files on computer hard drives and control peripherals, like printers and scanners. 3 Business Computer Application

T YPE O F O PERATING S YSTEMS Within the broad family of operating systems, there are generally four types, categorized based on the types of computers they control and the sort of applications they support. The categories are:  Real-time operating system (RTOS):  Single-user, single task:  Single-user, multi-tasking:  Multi-user:  Time Sharing operating System: 4 Business Computer Application

R EAL - TIME OPERATING SYSTEM (RTOS)  Real-time operating systems are used to control machinery, scientific instruments and industrial systems.  An RTOS typically has very little user-interface capability, and no end-user utilities, since the system will be a "sealed box" when delivered for use.  A very important part of an RTOS is managing the resources of the computer so that a particular operation executes in precisely the same amount of time, every time it occurs.  In a complex machine, having a part move more quickly just because system resources are available may be just as catastrophic as having it not move at all because the system is busy 5 Business Computer Application

S INGLE - USER, SINGLE TASK  As the name implies, this operating system is designed to manage the computer so that one user can effectively do one thing at a time.  The Palm OS for Palm handheld computers is a good example of a modern single-user, single-task operating system. 6 Business Computer Application

S INGLE - USER, MULTI - TASKING  This is the type of operating system most people use on their desktop and laptop computers today.  Microsoft's Windows and Apple's MacOS platforms are both examples of operating systems that will let a single user have several programs in operation at the same time.  For example, it's entirely possible for a Windows user to be writing a note in a word processor while downloading a file from the Internet while printing the text of an message 7 Business Computer Application

M ULTI - USER A multi-user operating system allows many different users to take advantage of the computer's resources simultaneously. 8 Business Computer Application

F EATURES O F O PERATING S YSTEM Input/output operation: responsible for handling various type of inputs and various types of outputs in the appropriate manner. Handling File System : this task involves the making of decisions regarding the storage of file. Execution Of Program : responsible for executing various programs whether user programs or system. Allocating Of Resources: this task aims at proper use of resource visible. Detection Of Errors: the operation system is also responsible for detecting any type of error the occurs. Information and Resource Protection: ensuring that the information and resource available on machine and used in the current way. 9 Business Computer Application

G RAPHICS U SER I NTERFACE (GUI) A graphical user interface ( GUI ) is a type of user interface which allows people to interact with programs in more ways than typing such as computers. user interfaceinteract with programs in more ways than typing 10 Business Computer Application

C OMMAND L INE I NTERFACE (CLI) A command-line interface (CLI) is a mechanism for interacting with a computer operating system or software by typing commands to perform specific tasks. operating systemsoftware 11 Business Computer Application