Operating System & Application Software

Slides:



Advertisements
Similar presentations
PC Operating Systems in Review lesson 12. UNIX DOS The Macintosh Operating System Windows 3.x OS/2 Warp Windows NT Windows 95 and 98 Linux Windows 2000.
Advertisements

COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Lesson 4 0x Operating Systems.
By- Anjali Bhardwaj. An operating system (OS) is a collection of software that manages computer hardware resources and provides common services for computer.
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.
Chapter 5 Operating Systems. 5 The Operating System When working with multimedia, the operating system is perhaps the most important, the most complex,
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.
Introduction to windows operating system i
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.
1 DOS with Windows 3.1 and 3.11 Operating Environments n Designed to allow applications to have a graphical interface DOS runs in the background as the.
Operating Systems.
LECTURE 14 Operating Systems and Utility Programs
The University of Akron Summit College Business Technology Department Computer Information Systems 2440: 145 Operating Systems Introduction to UNIX/Linux.
Operating System.
Learning Outcomes At the end of this lesson, students should be able to: State the types of system software – Operating system – Utility system Describe.
Week 6 Operating Systems.
Lesson 4 Computer Software
Operating Systems Basic PC Maintenance, Upgrade and Repair Mods 1 & 2.
Lesson 6 Operating Systems and Software
Operating Systems. Operating systems  Between the hardware and the application software lies the operating system. The operating system is a program.
Survey of PC and Network Operating Systems
Module 2 Part I Introduction To Windows Operating Systems Intro & History Introduction To Windows Operating Systems Intro & History.
Operating Systems  A collection of programs that  Coordinates computer usage among users  Manages computer resources  Handle Common Tasks.
Chapter 2 – Software Part A. Definition Computer is made up of two components Hardware Physical components Software Instructions for the computer Two.
How Hardware and Software Work Together
CMPF124 Basic Skills For Knowledge Workers Chapter 1 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
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.
Module 2 Part I Introduction To Windows Operating Systems Intro & History Introduction To Windows Operating Systems Intro & History.
CMPF124 Basic Skills For Knowledge Workers Chapter 1 – Part 1 Introduction To Windows Operating Systems.
Chapter 1 Basic Concepts of Operating Systems Introduction Software A program is a sequence of instructions that enables the computer to carry.
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
Systems Software / The Operating System CSC October 14, 2010.
Chapter 2 Operating Systems
Introduction to Operating Systems Concepts
OS Introduction 1.1 – OS Basics – cont. 1.2 – Microsoft Windows
Software.
Computer System Structures
Operating System and Utility Programs
Introduction to Computers
Chapter 5 Operating Systems.
Computers: Tools for an Information Age
Introduction to Computers
Lesson 4 0x Operating Systems.
Lecture 1-Part 2: Operating-System Structures
Chapter Objectives In this chapter, you will learn:
Operating System Review
PC Operating Systems in Review
Introduction to Operating Systems
LINUX WINDOWS Vs..
System Software EIT, © Author Gay Robertson, 2016.
Chapter 8 Operating Systems and Utility Programs.
Chapter 2: Operating-System Structures
Chapter 5: Using System Software
Chapter 4 – Introduction to Operating System Concepts
TYPES OFF OPERATING SYSTEM
What is an Operating System?
Chapter 4 The Power behind the Power
Computer Software CS 107 Lecture 2 September 1, :53 PM.
Operating System Review
B.Ramamurthy Chapter 2 : Appendix
Lecture 1-Part 2: Operating-System Structures
Chapter 4 The Power behind the Power
Windows Virtual PC / Hyper-V
PC Operating Systems in Review
Types of Software Mrs. S. Palmer Office Administration.
Technology 6 Operating Systems.
Introduction to Operating Systems
Presentation transcript:

Operating System & Application Software Lecture 3 Operating System & Application Software

OS & Application Software Operating System Driver Driver Hardware

Software Component Applications Operating System API: application program interface File management I/O Drivers Network Module Kernel Memory management Resource scheduling Program communication Security

What is an Operating System Operating System handles Process & Task Management Interrupt & Exception Handling Memory Addressing & Management Process Scheduling & Synchronization File System Examples of Operating Systems Single-user, Single-task: PalmOS Single-user, Multi-task: MS Windows and MacOS Multi-user, Multi-task: UNIX, Windows Server 2003/2008

Device Drivers Device Drivers A device driver is a computer program which allows higher-level computer programs to interact with a hardware device. Drivers are hardware-dependent and operating-system-specific. They usually provide the interrupt handling required for any necessary asynchronous time-dependent hardware interface. A device driver simplifies programming by acting as an abstraction layer between a hardware device and the operating systems that use it. Drivers are usually written by the companies that develop the hardware or by others for free operating systems like Linux.

QUESTIONS?

Disk Operating System DOS IBM Introduced DOS (Disk Operating System) in 1981. Later many versions like MS-DOS (1982) by Microsoft were introduced. Text based OS All DOS-type operating systems run on machines with the Intel x86 or compatible CPUs, mainly the IBM PC and compatibles. DOS is a single-user, single-task operating system with basic kernel functions that are non-reentrant: only one program at a time can use them.

Disk Operating System DOS DOS consists of two parts, the kernel and the command.com which is the command interface. The DOS kernel provides various functions for programs, like displaying characters on-screen, reading a character from the keyboard, accessing disk files and memory etc. Command.com provides the shell or the user and system commands The new Windows versions provide emulated DOS command interface (cmd).

Windows Operating System Microsoft Windows has a significant majority of market share in the desktop and notebook computer markets Microsoft first introduced an operating environment named Windows in November 1985 as an add-on to MS-DOS in response to the growing interest in graphical user interfaces (GUIs). It was a 16 Bit OS running on top of DOS providing Multitasking and GUI Windows 3.0 (1990) and Windows Workgroup 3.11 (1992) improved the design and were 16/32 Bit OS. Windows 3.1 had Internet Explorer browser as a part of the OS. Later came Windows 95 (1995), Windows 98 (1998) and Windows ME (2000) which were 32 Bit OS and used FAT File System and supported DOS also.

Windows Operating System NTFS was introduced in 1993 as the file system for Windows NT server and it was later adopted as default File system for all later releases of Windows client and server OS. Windows NT 4.0 (1996) was a popular server OS which was later replaced by Windows 2000 (2000). NT was the true Multi-User and Multi-Tasking OS based on NTFS File System. Windows XP (2001), Vista (2006), 2003 (2003) and 2008 (2008)are all available in 32 bit and 64 bit versions. The most recent client version of Windows is Windows Vista; the most recent server version is Windows Server 2008.

QUESTIONS?

UNIX Operating System UNIX Operating System Servers generally run on Linux or other Unix-like systems UNIX was designed as a Multi-User and Multi-Tasking OS Various Proprietary UNIX OS like IBM AIX, SUN Solaris, SGI IRIX, HP HP-UX etc and public domain OS like various variants of LINUX are available. Today most of the proprietary OS are also available free and for x86 platforms also.

Apple Operating System Apple OS Apple Operating System Apple introduced the Macintosh OS (Mac OS) in 1984 which had a graphical user interface Various versions have come since then and the current version is Mac OS X v10.5 “Leopard” Apple OS was based on Unix (much like BSD Unix) and so it has always been more robust and faster than windows. The processor used in Apple computers was PowerPC until 2006 when they switched over to Intel platform.

Multiple Operating System Multi OS System Multiple Operating System Multi-Boot system Combination of Windows and Linux is the most popular Generally multi-boot system boots into any one OS at a time. Virtualization software like VMware can be used to run multiple instances of OS simultaneously on the same physical machine.

Boot Loader Boot Loader Booting is a process that starts operating systems when the user turns on a computer system. A boot sequence is the initial set of operations that the computer performs when it is switched on. The bootloader typically loads the main operating system for the computer. The bootloader may be multistage In Desktop Computers, the boot process involve running of system BIOS followed by the second stage bootloader like GRUB, BOOTMGR, LILO or NTLDR which is located in the boot sector of the boot device or the hard disk.

QUESTIONS? Thank You