What is an operating system? Is it software?

Slides:



Advertisements
Similar presentations
What is Computer Software?. Hardware vs Software Got to have both to get the job done!
Advertisements

What is Computer Software?. Hardware vs Software Got to have both to get the job done!
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.
Chapter 8: Operating Systems and Utility Programs
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Introduction to Computer Administration Introduction.
User Interface. What is a User Interface  A user interface is a link between the user and the computer. It allows the user and the computer to communicate.
 An operating system (OS) is a set of computer programs that allow the user to perform basic tasks like copying, moving, saving and printing files. 
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
UNIX Chapter 01 Overview of Operating Systems Mr. Mohammad A. Smirat.
Unit 6- Operating Systems.  Identify the purpose of an OS  Identify different operating systems  Describe computer user interaction with multiple operating.
CMPTR1 CHAPTER 3 COMPUTER SOFTWARE Application Software – The programs/software/apps that we run to do things like word processing, web browsing, and games.
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.
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
Operating Systems. Software Software – the instructions that make the CPU do useful things Divided into two main categories – System software – Applications.
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.
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.
Module 2 Part I Introduction To Windows Operating Systems Intro & History Introduction To Windows Operating Systems Intro & History.
Chapter 4 System Software.
What is Computer Software?. Hardware vs Software Got to have both to get the job done!
How Hardware and Software Work Together
Mr C Johnston ICT Teacher
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.
The Role of the Operating System
Chapter 4: System Software The Power Behind the Computer.
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.
Operating Systems, Utilities, and Networks Unit 6 Lesson 1 Exercise 3 & 4.
Computer Operating Systems Unit 1 – BTA 3O Chytra.
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,
Introduction to Computer Operating Systems
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.
An operating system is the software that makes everything in the computer work together smoothly and efficiently. What is an Operating System?
© 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.
Operating Systems & Applications Software Lesson 8.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Digital Communication Systems Comp Functions of the Operating System.
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.
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
Computer Operating Systems And Software applications.
WHAT IS HARDWARE ? Computer hardware is the collection of physical elements that comprise a COMPUTER SYSTEM LIKE A MOUSE, MONITOR, KEYBOARD, SPEAKER MICROPHONE,
Operating System Basics. Outline The User Interface Running Programs Managing Files Managing Hardware Utility Software.
Allows the user and the computer to communicate with each other.
Operating System and Utility Programs
Operating System & Application Software
PC Operating Systems in Review
Chapter 2: Operating-System Structures
Computing Fundamentals
What is an Operating System?
برامج النظام Software Systems
Computer Software CS 107 Lecture 2 September 1, :53 PM.
Operating System Basics
برامج النظام System Software
Chapter 2: System Structures
Software.
What is Computer Software?
PC Operating Systems in Review
Types of Software Mrs. S. Palmer Office Administration.
Presentation transcript:

What is an operating system? Is it software?

An operating system or OS is a software program that enables the computer hardware to communicate and operate with the computersoftware.

Microsoft Windows 7 Apple MacOS Ubuntu Linux Google Android iOS Examples of computer operating systems: Microsoft Windows 7 Apple MacOS Ubuntu Linux Google Android iOS

Four Main Tasks of an Operating System Controlling and Managing Computer Hardware Running Application Programs Organizing Files Providing a User Interface

An operating system has two parts: a kernel and a shell. The kernel is the core of the operating system. It manages memory, files, and other devices; maintains the time and date; starts applications; and manages system resources

The shell provides direct communication between the user and the kernel. It is an interface between the user and the kernel.

There are many different types of operating systems. We can classify systems according to the type of user interface, how many users they support (single or multiple), how they perform tasks (single tasks or multiple tasks), and how they work with other computers (single computer or network).

The user interface is the part of the operating system that you use to enter commands and data. There are two types of user interfaces: a graphical user interface (GUI) and a command-line interface (CLI).

GUI - Short for Graphical User Interface, a GUI Operating System contains graphics and icons and is commonly navigated by using a computer mouse

A command-line interface (CLI) does not use images or graphical menus A command-line interface (CLI) does not use images or graphical menus. Instead, you type commands with the keyboard, using a special command language.

A single-user operating system can be used only by a single user. A multi-user operating system can be used by more than one user.

A network operating system is an operating system specifically designed to support computer networks. A computer network is a set of computers that can communicate with each other and share sources.

Single-task operating systems can work only on a single task at a time. Multitasking operating systems can work on multiple tasks at the same time.

MS-DOS is short for Microsoft Disk Operating System. MS-DOS is a single-task, single-user operating system with a command-line interface

Some MS-DOS codes can still be used via the Command Prompt. Command Prompt is a console that comes with Windows 7.

Microsoft Windows 9x and Windows Me Microsoft Windows was one of the first graphical operating systems for home and office PCs. In the beginning, the early versions of Windows were just a graphical interface to MS-DOS.

The important releases of this new family of Windows systems are Windows 95 and Windows 98 (together called Windows 9x) as well as Windows Me.

Mac OS UNIX Novell NetWare Linux Ubuntu Pardus Windows NT Windows Server Family Windows XP Windows Vista Android Windows Phone 7 iOS Windows 7

HW1: What is an operating system. Is it software HW1: What is an operating system? Is it software? Do I have a 32-bit or 64-bit OS?(9 JAN) HW2 :LIST OPERATING SYSTEM !!!! AND SEARCH WINDOWS 7 INTERFACE AND DESKTOP(15 JAN)