Introduction to windows operating system i

Slides:



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

Chapter 7 Operating Systems and Utility Programs.
COMPUTER SYSTEMS OPERATING SYSTEMS AND SOFTWARE NEXT.
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,
Chapter 5 System Software.
System Software Chapter 5 McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved.
System Software Chapter Describe the differences between system software and application software Discuss the four types of system software Discuss.
Chapter 8 Operating Systems and Utility Programs.
System Software Presented by Holly Cornell Comm spring Presented by Holly Cornell Comm spring.
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background.
55 CHAPTER SYSTEM SOFTWARE. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 5-2 Competencies Describe the differences between system software.
1 Chapter 2 Operating Systems: Software in the Background.
INFORMATION TECHNOLOGY, THE INTERNET, AND YOU
McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 System Software.
Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER System Software computing ESSENTIALS    
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.
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems System Software Chapter 4.
Operating System.
Lesson 4 Computer Software
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
BUSINESS COMPUTER APPLICATION University of Palestine College of Business Instructor: Mr. Ahmed Abumosameh.
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.
Computers Systems - software Powered by DeSiaMore 1.
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.
CSE 101 Spring 2000 Operating Systems. The Tasks of the Operating System Single Task Multitasking.
CMPF124:Basics Skills for Knowledge Workers Introduction to Windows OS.
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 System Software.
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.
* Property of STI Page 1 of 18 Software: Systems and Applications Basic Computer Concepts Software  Software: can be divided into:  systems software.
System Software Chapter Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
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,
McGraw-Hill Technology Education © 2006 by the McGraw-Hill Companies, Inc. All rights reserved. 55 CHAPTER SYSTEM SOFTWARE.
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.
1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background.
3 February Introduction to Operating Systems.
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
BMTS 242: Computer and Systems Lecture 5: Yousef Alharbi Website
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.
System Software Chapter Handles technical details Works with end users, application software, and computer hardware Four types of programs –Operating.
CHAPTER 2 COMPUTER SOFTWARE. LEARNING OUTCOMES At the end of this class, students should be able to:  Explain the significance of software  Define and.
System Software Chapter Handles technical details Works with end users, application software, and computer hardware Four types of programs –Operating.
Systems Software / The Operating System CSC October 14, 2010.
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background BSM025 Computers.
Chapter 2 Operating Systems
Software.
Operating System and Utility Programs
Processing with Programs 1
Operating System & Application Software
Chapter 8 Operating Systems and Utility Programs.
5 SYSTEM SOFTWARE CHAPTER
Computer Software CS 107 Lecture 2 September 1, :53 PM.
Copyright 2003 The McGraw-Hill Companies, Inc.
5 SYSTEM SOFTWARE CHAPTER
5 SYSTEM SOFTWARE CHAPTER
Presentation transcript:

Introduction to windows operating system i CMPF112 Computing Skills for Engineers Introduction to windows operating system i CMPF112 Computing Skills for Engineers Introduction & History of Windows OS

What is operating system? Interface between hardware and user. Handle technical details without user intervention. A Collection of programs Operating system Systems software Kernel Utilities Device drivers Language translators CMPF112 Computing Skills for Engineers

What is operating system? Responsible for the management and coordination of activities and the sharing of the resources of a computer Acts as a host for computing applications run on the machine. Determines which applications should run in what order and how much time should be allowed for each application before giving another application a turn (in multitasking OS). CMPF112 Computing Skills for Engineers

What is operating system? Handle the resource allocation and access protection of the hardware. Relieves the application programmers from having to manage these details. CMPF112 Computing Skills for Engineers

Kernel Is the central component of most computer operating systems; it is a bridge between applications and the actual data processing done at the hardware level. Responsibilities include managing the system's resources (the communication between hardware and software components). CMPF112 Computing Skills for Engineers

Function of OS It handles input and output process It sends messages to each application or interactive user about the status of operation and any errors It can off load the management of what are called batch jobs so that the initiating application is freed from this work (i.e. print spool) It can manage how to divide the program (in parallel processing) CMPF112 Computing Skills for Engineers

Categories of operating System Embedded OS Used in handheld computers, Stored within device in Read-Only Memory (ROM) Windows CE, Palm OS Network OS Controls and coordinates linked computers (Network) Novell NetWare, Windows NT Server, UNIX Stand-alone Desktop/ Personal Computer OS Controls a single desktop or laptop computer Client operating system MS-DOS, Windows 2000, XP, Mac OS X, Linux CMPF112 Computing Skills for Engineers

MS-DOS Uses a command-line interface Screen provides prompts for user User types commands Largely replaced by graphical user interfaces Not user-friendly CMPF112 Computing Skills for Engineers

Microsoft Windows Series of software operating systems and graphical user interfaces produced by Microsoft Most popular OS for microcomputers Designed for Intel processors Active Desktop Graphical user interface (GUI) to OS Windows XP, Windows 2003, Vista Windows CE Embedded Compact for minimalistic computers and embedded systems WinCE CMPF112 Computing Skills for Engineers

Apple Mac OS Series of graphical user interface-based operating systems. Runs on Macintosh computers Designed for PowerPC microprocessors OS X Latest version OS compatible with both PowerPC and Intel processors through version 10.5 ("Leopard"). First commercially successful GUI Has served as the model for Windows and other GUI products developed since then. CMPF112 Computing Skills for Engineers

UNIX Originally ran on mainframe and minicomputers Used for large servers on the Web Popular alternative to Windows Several versions available Solaris 8 Linux CMPF112 Computing Skills for Engineers

Windows 98 & Windows XP Window 98 Window XP CMPF112 Computing Skills for Engineers

Windows Vista Windows Vista is the latest operating system by Microsoft designed for home and office use. It contains new updates on the GUI and visual style and also an improvement in the search function. Even though Windows Vista has been around for quite sometime, there is some resistance in the uptake of Vista mainly due to the steep system requirements needed to run the system reliably. Also, some applications that run in Win XP are not compatible with Vista, requiring some software companies to rework their applications to be Vista compatible, i.e. Photoshop CS2 in XP but Vista Photoshop CS3. CMPF112 Computing Skills for Engineers

Windows Vista Intended to have enhanced security by introducing a new restricted user mode called User Account Control. One major difference between Vista and earlier versions of Windows, Windows 95 and later, is that the original start button was replaced with just the Windows icon. Vista also features new graphics features, the Windows Aero GUI, new applications CMPF112 Computing Skills for Engineers

Windows features Long file names (up to 255 characters) Plug and Play Makes installing hardware components easier Object Linking and Embedding (OLE) Allows user to embed or link one document to another CMPF112 Computing Skills for Engineers Excel Data Word Document

Windows Family Windows 9x Windows 95 Windows 98 Windows Millennium Edition (ME) Corporate Market Windows NT (“New technology”) Windows 2000 Windows 2003 Windows XP Windows CE Windows VISTA CMPF112 Computing Skills for Engineers