Learning About Operating Systems

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!
What is an operating system? Is it software?
Maninder Kaur OPERATING SYSTEM Maninder Kaur 11 Oct 2010.
Chapter 8 Operating Systems and Utility Programs.
Two Broad Categories of Software
Operating Systems: Software in the Background
F2032 Fundamental of OS Chapter 1 Introduction to Operating System Part 4.
Operating Systems.
OPERATING SYSTEMS AND SYSTEMS SOFTWARE. SYSTEMS SOFTWARE Systems software consists of the programs that control the operations of the computer and its.
Objectives  Understand the purpose of the superuser account  Outline the key features of the Linux desktops  Navigate through the menus  Getting help.
Operating systems.
The University of Akron Summit College Business Technology Department Computer Information Systems 2440: 145 Operating Systems Introduction to UNIX/Linux.
Week 6 Operating Systems.
Operating Systems Operating System
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
O PERATING S YSTEM ALAK ROY. Assistant Professor Dept. of CSE, RSET ROYAL GROUP OF INSTITUTIONS CS-107 I NTRODUCTION TO.
COMP 6005 An Introduction To Computing Session Two: Computer Software Systems Software.
Chapter 4 System Software.
Introduction To Computer System
 What is OS? What is OS?  What OS does? What OS does?  Structure of Operating System: Structure of Operating System:  Evolution of OS Evolution of.
Operating Systems.
 Introduction to Operating System Introduction to Operating System  Types Of An Operating System Types Of An Operating System  Single User Single User.
What is Computer Software?. Hardware vs Software Got to have both to get the job done!
Server Systems Administration. Types of Servers Small Servers –Usually are PCs –Need a PC Server Operating System (SOS) such as Microsoft Windows Server,
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
The Role of the Operating System
Operating Systems Sara Mullan Johns Hopkins University Fall 2010
Invitation to Computer Science 5 th Edition Chapter 6 An Introduction to System Software and Virtual Machine s.
CS 390 Unix Programming Summer Unix Programming - CS 3902 Course Details Online Information Please check.
1 Chapter 7 Operating System & Utility Programs.  consists of the programs that control or maintain the operations of the computer and its devices. It.
INVITATION TO COMPUTER SCIENCE, JAVA VERSION, THIRD EDITION Chapter 6: An Introduction to System Software and Virtual Machines.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
E- Learning and Writing Skills IGGU 1101 Operating System Windows Dr. Sana’a Wafa Al-Sayegh.
CMPF124 Basic Skills For Knowledge Workers Chapter 1 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
INFORMATION SYSTEM-SOFTWARE Topic: OPERATING SYSTEM CONCEPTS.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Two Types of Software.
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.
Principles of Information Systems, Sixth Edition Software: Systems and Application Software Chapter 4.
CMPF124 Basic Skills For Knowledge Workers Chapter 1 – Part 1 Introduction To Windows Operating Systems.
CENTRAL PROCESSING UNIT. CPU Does the actual processing in the computer. A single chip called a microprocessor. Composed of an arithmetic and logic unit.
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Week1: Introduction to Computer Networks. Copyright © 2012 Cengage Learning. All rights reserved.2 Objectives 2 Describe basic computer components and.
Operating Systems.
Operating Systems. Categories of Software System Software –Operating Systems (OS) –Language Translators –Utility Programs Application Software.
HNC COMPUTING - Network Concepts 1 Network Concepts Network Concepts Network Operating Systems Network Operating Systems.
Lesson 4 Software: Systems and Applicatio n Software CREATED BY MOBIN 2016.
1 OPERATING SYSTEMS. 2 CONTENTS 1.What is an Operating System? 2.OS Functions 3.OS Services 4.Structure of OS 5.Evolution of OS.
System SOFTWARE.
Operating System and Utility Programs
Fundamentals of Information Systems, Sixth Edition
Administration Tools Cluster.exe is a command line tool that you can use for scripting or remote administration through slow WAN links. Cluadmin.exe is.
2. OPERATING SYSTEM 2.1 Operating System Function
PC Operating Systems in Review
Introduction to Operating System (OS)
TexPREP Summer Camp Computer Science
TYPES OFF OPERATING SYSTEM
Chapter 4 The Power behind the Power
Learning About Operating Systems
Chapter 4 The Power behind the Power
What is Computer Software?
The Operating system Gives life to the hardware
PC Operating Systems in Review
Materials prepared by Dhimas Ruswanto, BMm
Introduction to Operating Systems
Operating System Overview
Presentation transcript:

Learning About Operating Systems

What are the different types of operating system? Single-tasking An operating system that only allows one process (task) to be running at a time Some examples are DOS and Windows 3.x Multitasking The ability of a computer operating system to effectively support more than one process running at a time Examples are Windows and Mac OS Most operating systems today are multitasking

What are the different types of operating system? (continued) Network operating system An operating system designed to provide strong network services The capabilities to configure and manage networks of computers Some examples are NetWare, UNIX, Windows 2000 Server, and Windows Server 2003 Multiprocessing The coordinated processing of a process by more than one processor at the same time UNIX is also a good example of multiprocessing

Related terms User Interface- a program that controls a display for the user (usually on a computer monitor) and that allows the user to interact with the system. Deadlock- when each program is waiting for a resource to become available that will never become free. Command Language- a source language consisting of procedural operators that invoke functions to be executed Compute bound- refers to a condition where the time to complete a computation is determined principally by the speed of the central processor and main memory Parallel Processing- The simultaneous processing of different tasks by two or more microprocessors, as by a single computer with more than one central processing unit or by multiple computers connected together in a network.

Sources so far: Invitation to Computer Science Third Edition By: G. Michael Schneider and Judith L. Gersking Connecting with Computer Science By: Greg Anderson, David Ferro, and Robert Hilton Dictionary.com