Computer Operating Systems And Software applications.

Slides:



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

COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
OPERATING SYSTEM An operating system is a group of computer programs that coordinates all the activities among computer hardware devices. It is the first.
The Operating System. What is an Operating System? The program that is loaded first and manages the hardware resources like main memory, backing storage.
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.
MCT260-Operating Systems I Operating Systems I Introduction to Operating Systems.
Unit 6- Operating Systems.  Identify the purpose of an OS  Identify different operating systems  Describe computer user interaction with multiple operating.
Operating Systems: Software in the Background
Introduction to windows operating system i
The Operating System and the User Interface
Operating Systems.
Installing Windows XP Professional Using Attended Installation Slide 1 of 41Session 2 Ver. 1.0 CompTIA A+ Certification: A Comprehensive Approach for all.
Computing Fundamentals Module Lesson 4 — Computer Software
Standard 1 - Objective 2: Understand, evaluate, and use computer software.
An Introduction to Operating Systems. Definition  An Operating System, or OS, is low-level software that enables a user and higher-level application.
Operating System.
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.
Week 6 Operating Systems.
Lesson 4 Computer Software
Lesson 4: What Is Software?
Operating Systems Basic PC Maintenance, Upgrade and Repair Mods 1 & 2.
Operating Systems Operating System
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Lesson 6 Operating Systems and Software
Computing Fundamentals Module A Unit 2: Using Windows Vista LessonTopic 8Looking at Operating Systems 9Looking at the Windows Desktop 10Starting Application.
CS101: Introduction to Computing Instructors: Badre Munir, Usman Adeel, Zahid Irfan & Maria Riaz Faculty of Computer Science and Engineering GIK Institute.
Component 4: Introduction to Information and Computer Science Unit 4: Application and System Software 1 Health IT Workforce Curriculum Version 1.0/Fall.
Computers Are Your Future Eleventh Edition Chapter 4: System Software Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Module 2 Part I Introduction To Windows Operating Systems Intro & History Introduction To Windows Operating Systems Intro & History.
Chapter 4 System Software.
Operating Systems  A collection of programs that  Coordinates computer usage among users  Manages computer resources  Handle Common Tasks.
Mr C Johnston ICT Teacher
Operating Systems TexPREP Summer Camp Computer Science.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
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.
System Software CSCI-N 100 Department of Computer and Information Science.
1 Chapter 7 Operating System & Utility Programs.  consists of the programs that control or maintain the operations of the computer and its devices. It.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
* Property of STI Page 1 of 18 Software: Systems and Applications Basic Computer Concepts Software  Software: can be divided into:  systems software.
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.
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.
Operating Systems Computer Technology Created by M. Guymon Pleasant Grove High School Spring 2003 Modified by M. Corbett Lehi Junior High Summer 2010.
Computer Components: Software Computer Technology.
© 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.
Lecture (7) Systems software and Application Software.Systems software and Application Software. Dr:Emad Elsharkawy Eng-Omar Salah Dr:Emad Elsharkawy 1.
Digital Communication Systems Comp Functions of the Operating System.
CONTENT  Introduction Introduction  Operating System (OS) Operating System (OS) Operating System (OS)  Summary Summary  Application Software Application.
Computing Fundamentals Module Lesson 23 — Computer Software
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.
THE WINDOWS OPERATING SYSTEM Computer Basics 1.2.
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.
European Computer Driving Licence Syllabus version 5.0 Module 1 – Concepts of ICT Chapter 3 – Software Pass ECDL5 for Office 2007 Module 1 Concepts of.
Booting Process Chapter 4: System Software Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
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.
Introduction to Computers
Computers: Tools for an Information Age
Introduction to Computers
Chapter 5: Using System Software
Computing Fundamentals
Presentation transcript:

Computer Operating Systems And Software applications

2 An operating system (OS) is the master controller for all of the activities that take place within a computer. –Microsoft Windows XP & 7, Mac OS, Linux, UNIX The operating system also interacts with application software, device drivers and hardware to manage a computer’s resources Operating System Overview: What does an operating system do?

3 What does an operating system do?

4 Why does an operating system need to manage memory? When you want to run more than one program at a time, the OS has to divide up memory and set aside RAM for each program The OS must ensure that instructions and data from one area of memory don’t “leak” into an area allocated to another program If it fails, data can get corrupted, programs can “crash” and your computer will display error messages such as “General Protection Fault”

5 The OS acts as a filing clerk that stores and retrieves files from your disks and CDs –It remembers the names and locations of all your files –It keeps track of empty spaces where new files can be stored How does the OS keep track of storage resources?

6 To ensure that they function correctly OS communicates with the device driver software so that the data can travel smoothly between the computer and the peripheral device OS controls peripherals to ensure input and output proceeds in an orderly fashion Why does the operating system get involved with peripheral devices?

7 A user interface can be defined as the combination of hardware and software that helps people and computers communicate with each other Two types of user interfaces –Graphical user interface (GUI) provides a way to point and click a mouse to select menu options and manipulate graphical objects that are displayed on the screen How does the operating system affect the user interface?

8 –Command-line user interface requires users to type various memorized commands to run programs and accomplish tasks How does the operating system affect the user interface?

9 Stored on the hard disk on most computers The OS’s small bootstrap program resides on the Master Boot Record (MBR) and provides the instructions to load the core parts into memory when system boots –These core components are called the kernel, and provides the most essential OS services, such as memory management and file access The kernel stays in memory all the time your computer is on Other parts of the OS, such as customization utilities, are loaded into memory as they are needed Where is the operating system?

10 Yes, typically through helpful tools called utilities, which are used to –Launch programs –Manage files –Get help –Customize the user interface –Configures equipment Do I ever interact directly with the OS?

11 Microsoft Windows –Installed on over 80% of the world’s PCs –Since its introduction in 1985, it has evolved through several versions, such as Windows 3.1, NT, 95, 98, Me, 2000, XP and Windows 7. Mac OS –Used with Macintosh computers, manufactured by Apple Computer. Inc. –PC and Mac platforms are not compatible Platform refers to the combination of a computer’s microprocessor and OS What are the most popular operating systems?

12 UNIX –Developed in 1969 –Command-line interface –Many versions became available for mainframes and microcomputers Linux –Developed in 1991 by Linus Torvald as a school project, based on UNIX –Linux is free –Popular OS for and Web servers –Most Linux versions have a GUI interface Red Hat Linux, Caldera OpenLinux, Debian, SuSE What are the most popular operating systems?

13 Developed several years before windows, it still has a GUI interface Both have windows, icons, menus and pointers Is Mac OS similar to windows?

14 The Mac OS

15 Linux

16 First operating system that most people have used DOS (Disk Operating System) was developed by Microsoft Is part of the operating system kernel of Windows 3.1, 95, 98 and ME –DOS is well hidden behind the Windows GUI –Found in the MS-DOS Prompt in the Start menu Why do I keep hearing about DOS?

17 “DOS Command-Line Interface” Classic Course Labs Found in your Computer Concepts BookOnCD Why do I keep hearing about DOS?

18 What are the options for PDA operating systems? Palm OSWindows Mobile OS

19 1.To run more than one program at a time, the OS must allocate specific areas of _______ for each program. 2.A _______ is the combination of hardware and software that helps people and computers communicate. 3.The core part of an OS is called its _______. 4.List 3 popular operating systems: _______, _______, _______ 5.Windows uses a _______ interface. 6.DOS uses a _______ interface. Self Quiz Questions

20 1.To run more than one program at a time, the OS must allocate specific areas of RAM for each program. 2.A user interface is the combination of hardware and software that helps people and computers communicate. 3.The core part of an OS is called its kernel. 4.List 3 popular operating systems: Windows, Mac OS, Linux 5.Windows uses a graphical user interface. 6.DOS uses a command-line interface. Self Quiz Questions

21 “Using the Windows Interface” New Perspectives Labs Found in your Computer Concepts BookOnCD Why do I keep hearing about DOS?