3 February 20161 Introduction to Operating Systems.

Slides:



Advertisements
Similar presentations
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Advertisements

Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 6A Operating System Basics PART II.
What is an operating system? Is it software?
Chapter 8 Operating Systems and Utility Programs.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
What You Will Learn Components of a computer’s system software The importance of an operating system Functions of an operating system Types of user interfaces.
Chapter 8 Operating Systems and Utility Programs.
CMPTR1 CHAPTER 3 COMPUTER SOFTWARE Application Software – The programs/software/apps that we run to do things like word processing, web browsing, and games.
McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 System Software.
Introduction to windows operating system i
Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER System Software computing ESSENTIALS    
Installing Windows XP Professional Using Attended Installation Slide 1 of 41Session 2 Ver. 1.0 CompTIA A+ Certification: A Comprehensive Approach for all.
LECTURE 14 Operating Systems and Utility Programs
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
Living in a Digital World Discovering Computers 2010.
The University of Akron Summit College Business Technology Department Computer Information Systems 2440: 145 Operating Systems Introduction to UNIX/Linux.
Operating Systems Chapter 4.
Learning Outcomes At the end of this lesson, students should be able to: State the types of system software – Operating system – Utility system Describe.
Section 6.1 Explain the development of operating systems Differentiate between operating systems Section 6.2 Demonstrate knowledge of basic GUI components.
Lesson 4 Computer Software
Lesson 4: What Is Software?
Operating Systems Operating System
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Lesson 6 Operating Systems and Software
University of Management & Technology Operating Systems & Utility Programs.
BUSINESS COMPUTER APPLICATION University of Palestine College of Business Instructor: Mr. Ahmed Abumosameh.
Excellence Publication Co. Ltd. Volume Volume 1.
Operating Systems. Operating systems  Between the hardware and the application software lies the operating system. The operating system is a program.
Component 4: Introduction to Information and Computer Science Unit 4: Application and System Software 1 Health IT Workforce Curriculum Version 1.0/Fall.
Module 2 Part I Introduction To Windows Operating Systems Intro & History Introduction To Windows Operating Systems Intro & History.
Chapter 4 System Software.
3 3 3 CHAPTER System Software. 3 Objectives By the end of this lecture, you should know how to: –Describe the differences between system software and.
 2002 Prentice Hall Chapter 4 Software Basics: The Ghost in the Machine.
Software 1. Software is divided into parts System software Operating system Utility software Application software 2.
Chapter 4 System Software. Software Programs that tell a computer what to do and how to do it. Sets of instructions telling computers to perform actions.
1 Chapter 7 Operating System & Utility Programs.  consists of the programs that control or maintain the operations of the computer and its devices. It.
System Software Provides GUI Manages the resources of the computer system Defines the Software Platform Components of System Software Operating system.
Device- dependent Runs only on specific type of computer Types of Operating Systems What are some characteristics of operating systems? Next p
CMPF124 Basic Skills For Knowledge Workers Chapter 1 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Kuliah 4 Pengantar Teknologi Informasi Oleh Coky Fauzi Alfi cokyfauzialfi.wordpress.com Software.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Module 2 Part I Introduction To Windows Operating Systems Intro & History Introduction To Windows Operating Systems Intro & History.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
CMPF124 Basic Skills For Knowledge Workers Chapter 1 – Part 1 Introduction To Windows Operating Systems.
By Shreya Mozumdar 6B.  An operating system (OS) is a program that, after being loaded onto the computer, manages all the other programs on the computer.
Introduction to UNIX CS465. What is UNIX? (1) UNIX is an Operating System (OS). An operating system is a control program that allocates the computer's.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
CONTENT  Introduction Introduction  Operating System (OS) Operating System (OS) Operating System (OS)  Summary Summary  Application Software Application.
Computing Fundamentals Module Lesson 23 — Computer Software
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Ms. Tracy  Identify the purpose of an operating system.  Identify different operating systems.  Describe computer user interaction with multiple.
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
What is O.S Introduction to an Operating System OS Done by: Hani Al-Mohair.
Computer Operating Systems And Software applications.
20 March Introduction to Operating Systems.
System Software Chapter Handles technical details Works with end users, application software, and computer hardware Four types of programs –Operating.
Chapter 2 Operating Systems
Operating System and Utility Programs
Fundamentals of Information Systems, Sixth Edition
Operating System & Application Software
2. OPERATING SYSTEM 2.1 Operating System Function
LINUX WINDOWS Vs..
Chapter 8 Operating Systems and Utility Programs.
5 SYSTEM SOFTWARE CHAPTER
5 SYSTEM SOFTWARE CHAPTER
5 SYSTEM SOFTWARE CHAPTER
Types of Software Mrs. S. Palmer Office Administration.
Presentation transcript:

3 February Introduction to Operating Systems

An Operating System? What is an Operating System? A program that acts as an interface between a user of a computer and the computer hardware. What is the purpose of an operating system? To provide an environment in which a user can execute programs. What are the goals of an Operating System? The primary goal of an Operating System is to make the computer system convenient to use. The secondary goal is to make the computer system efficient to use.

Computer System Components Hardware – provides basic computing resources (CPU, memory, I/O devices). Operating system – controls and coordinates the use of the hardware among the various application programs for the various users. Applications programs – define the ways in which the system resources are used to solve the computing problems of the users. Users (people, machines, other computers).

Abstract View of System Components

Functions of Operating System Operating system performs the following functions: Booting: It is a process of starting computer. operating system starts the computer to work. it checks the computer and makes it ready to work. Memory Management: The memory cannot be managed without operating system. Different programs and data execute at one time. if there is no operating system,the programs may mix with each other. The system will not work properly.

Functions of Operating System Loading and Execution: A program is loaded in the memory before it can be executed. operating system provides the facility to load programs in memory easily and then execute it. Data Security: The operating system protects the data stored on the computer from illegal use, modification or deletion. Disk Management: It manages the disk space. It manages the stored files and folders in a proper way.

Functions of Operating System Process Management: CPU can perform one task at one time. if there are many tasks,operating system decides which task should get the CPU. Device Controlling: Operating system controls all devices attached to computer. the hardware devices are controlled with the help of small software called device driver. Printing Controlling: Operating system controls printing function. If a user issues two print commands at a time, it does not mix data of these files and print them separately.

3 February Function of Operating System Providing Interface: U ser interface is used to interact with the computer. Operating system provides two types of interface for the user: 1. Graphical User Interface 2. Command Line Interface

Types of Operating System 1. Stand-Alone Operating Systems 2. Network Operating System 3. Embedded Operating Systems

Stand-Alone Operating System An operating system that works on a desktop or notebook operating system is called stand-alone operating system. Examples: 1. DOS 2. Mac OS 3. Windows

DOS Stands for Disk Operating System It was developed by Microsoft in early 1980s for personal computers It is single user operating system

3 February Mac OS It is product of Apple It was one of the first successful GUI. It was released with Macintosh computers in 1984 The latest version of this operating system is called Mac OS X

Windows Microsoft Windows is the most widely used operating system It uses Graphical User Interface The most commonly used versions of Windows are as follows: 1. Windows XP It is product of Microsoft corporation It was released in 2001 XP stands for Experience It provides quicker startup, better performance and new look

Windows 2. Windows Vista It was released in 2007 It provides new interface and enhanced features. It has an attractive design, easy to use search It is available in several editions of Home and Business categories.

Network Operating System An operating system that supports network is called network operating system It normally works on a server Examples 1. Windows NT Server 2. Windows 2000 Server 3. NetWare 4. UNIX 5. LINUX 6. Solaris

3 February Windows NT Server It is product of Microsoft It is designed for client/server network The server in the network uses Windows NT Server The client computers use Windows NT-workstation and stand-alone versions of Windows

UNIX UNIX is multitasking operating system It was developed in early 1970s Many versions of this operating system are available It uses command line interface It is mainly used in network environment

3 February LINUX It is free and multitasking operating system It was developed in 1991 It is an open-source operating system. It means that its code is available to the public Some versions of LINUX use command-line interface and others use GUI Most widely used version of LINUX is RedHat.

3 February Embedded Operating System That is used in most Handheld computers and small devices is called embedded operating system It resides on ROM chips Examples: 1. Windows CE 2. Windows Mobile Palm OS 4. Symbian OS 5. Embedded Linux

Introduction to LINUX

Abstract We will start with an overview of how Linux became the operating system it is today.  We will discuss past and future development

History In order to understand the popularity of Linux, we need to travel back in time In 1969, a team of developers in the Bell Labs laboratories started working on a solution for the software problem, to address these compatibility issues. They developed a new operating system, which was  Simple and elegant.  Written in the C programming language instead of in assembly code.  Able to recycle code. The Bell Labs developers named their project “UNIX.”

Linus and Linux Linus Torvalds, a young man studying computer science at the university of Helsinki thought it would be a good idea to have some sort of freely available academic version of UNIX, and promptly started to code. Linux is a full UNIX clone

Current application of Linux systems Today Linux has joined the desktop market. Linux developers concentrated on networking and services in the beginning, and office applications have been the last barrier to be taken down. On the server side, Linux is well-known as a stable and reliable platform, providing database and trading services for companies like Amazon, the well-known online bookshop, US Post Office, the German army etc…..

Current application of Linux systems Clusters of Linux machines are used in the creation of movies such as “Titanic” and others.

Is Linux difficult? This is a frequently asked question about Linux. Linux is designed to be fast, responsive and flexible. There is excellent and free Internet support and documentation available The graphical user interface is similar in design to that on any other system and a very powerful command line alternative is also available. So Linux can get the things done you need doing. Linux is user friendly.

Linux for non-experienced users Nowadays you can log in graphically and start all required applications without even having to type a single character, while you still have the ability to access the core of the system if needed. Because of its structure, Linux allows a user to grow into the system: it equally fits new and experienced users. New users are not forced to do difficult things, while experienced users are not forced to work in the same way they did when they first started learning Linux.

Properties of Linux Linux is free: If you want to spend absolutely nothing, you don't even have to pay the price of a CD. Linux can be downloaded in its entirety from the Internet completely for free. No registration fees, no costs per user, free updates, and freely available source code in case you want to change the behavior of your system.

Properties of Linux Linux is portable to any hardware platform: A vendor who wants to sell a new type of computer and who doesn't know what kind of OS his new machine will run,can take a Linux kernel and make it work on his hardware, because documentation related to this activity is freely available.

Properties of Linux Linux is secure and versatile: The security model used in Linux is based on the UNIX idea of security, which is known to be robust and of proven quality. But Linux is not only fit for use as a fort against enemy attacks from the Internet: it will adapt equally to other situations, utilizing the same high standards for security.

Properties of Linux Linux is scalable: Add or remove the appropriate packages and Linux fits all. You don't need a supercomputer anymore, because you can use Linux to do big things using the building blocks provided with the system. If you want to do little things, such as making an operating system for an embedded processor, Linux will do that as well

Properties of Linux The Linux OS and quite some Linux applications have very short debug-times: Because Linux has been developed and tested by thousands of people, both errors and people to fix them are usually found rather quickly. It sometimes happens that there are only a couple of hours between discovery and fixing of a bug