OPERATING SYSTEMS BY LANDON, KYLE, AND ETHAN. WHAT IS THEIR PURPOSE? (1) manage the computer's resources, such as the central processing unit (2) establish.

Slides:



Advertisements
Similar presentations
Operating-System Structures
Advertisements

COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
What is an operating system? Is it software?
The Operating System. What is an Operating System? The program that is loaded first and manages the hardware resources like main memory, backing storage.
Operating Systems An operating system is a set of programs that controls how the hardware of a computer works. An operating system provides a means of.
Linux can be generally divided into four major components: 1. KERNEL – OS, ultimate boss The kernel is the core program that runs programs and manages.
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.
Operating Systems: Software in the Background
Computer Forensics Principles and Practices by Volonino, Anzaldua, and Godwin Chapter 6: Operating Systems and Data Transmission Basics for Digital Investigations.
Introduction to windows operating system i
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.
Computer Main Parts.
Operating Systems.
Computing Fundamentals Module Lesson 4 — Computer Software
Is a program that acts as an intermediary between the user of the devices, which are cut by CO computer and applications (programs) which it runs are used.
Operating System.
Chapter 3  Manage the computer’s resources ◦ CPU ◦ Memory ◦ Disk drives ◦ Printers  Establish a user interface  Execute and provide services for applications.
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
Operating Systems What do you have left on your computer after you strip away all of the games and application programs you bought and installed? Name.
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
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.
Excellence Publication Co. Ltd. Volume Volume 1.
4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place.
MS-DOS/PC-DOS by: Temitope Akanni CS550: Operating Systems Fall 2003.
Software GCSE COMPUTING.
Computer and Information Science Computer Software Computer Software Chapter 1.2.
University of Management & Technology 1 Operating Systems & Utility Programs.
Most modern operating systems incorporate these five components.
Computing and the Web Operating Systems. Overview n What is an Operating System n Booting the Computer n User Interfaces n Files and File Management n.
Mr C Johnston ICT Teacher
System Software CSCI-N 100 Department of Computer and Information Science.
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.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
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.
COLLECTING Software. Why use Software with Hardware? Software used for collecting includes the software that interfaces with hardware collection device.
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.
Introducing Software Computer Concepts Unit A. Introducing Software What is an Operating System? OS is the master controller for all the activities that.
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.
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.
1 Operating System Software What, Where, Why, and How? Startup routines ROM BIOS POST Device Drivers User Interface – Text or GUI Menus and dialog boxes.
OPERATING SYSTEM BY KINSHUK RASTOGI. WHAT IS AN OPERATING SYSTEM? What is an operating system in the first place? An operating system is a software that.
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
CEG 2400 FALL 2012 Linux/UNIX Network Operating Systems.
Computer Operating Systems And Software applications.
OPERATING SYSTEM BASICS. What is an operating system and what does it do? The operating system has two basic functions: –communicates with the PC.
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.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
Operating Systems Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
Systems Software / The Operating System CSC October 14, 2010.
Operating System & Application Software
Lecture 1-Part 2: Operating-System Structures
Chapter Objectives In this chapter, you will learn:
Operating System Review
Chapter 2: Operating-System Structures
Chapter 5: Using System Software
Prepared by: Ms. Amira al-Ghanem Prepared for: Ms. Omarine
What is an Operating System?
Computer Software CS 107 Lecture 2 September 1, :53 PM.
Operating System Review
Booting Up 15-Nov-18 boot.ppt.
Intro. To Operating Systems
Presentation transcript:

OPERATING SYSTEMS BY LANDON, KYLE, AND ETHAN

WHAT IS THEIR PURPOSE? (1) manage the computer's resources, such as the central processing unit (2) establish a user interface (3) execute and provide services for applications software

HOW DO THEY WORK? When you press the power button on your computer what does it do? (Starts a program) Read only memory chip is where program is stored Start up BIOS which checks hardware and finds MBR Starts up master boot record (MBR) – enough code finish loading of a installed operating system Each OS has its own code Looks at partition table and starts VBR (Volume Boot Record) The VBR then runs the OS program code allowing it to run

TYPES OF OS (OPERATING SYSTEM) CPM OS 360 Unix Linux PC-DOS (MS-DOS) System 7 (Macintosh OS)

CPM Latest Release was version 3.1 in 1983 Built up of 3 different parts (BIOS, BDOS, and CCP) BIOS (Basic Input Output System) Checks Hardware BDOS (Basic Disc Operating System) allowed user to open files, output to a console, and printing CCP (Console Command Processor) allows access to the terminal by inputting information using the keyboard File names were specified as a string “data type” with only 8 characters

OS 360 This OS was introduced by IBM in 1964 The 360’s main purpose was to operate a series of widespread applications One of the first OS to require a direct access storage device Its name 360 was inspired since they wanted the OS to have the ability to support a full range of machines The OS 360 as an operating system was a failure however its hardware first rate and paved the way for more operating systems to come OS 360 was programmed in such a way that all of the information overlapped and caused errors The OS required more memory than planned, was over budget, and was slow

PC-DOS (MS-DOS) MS-DOS and PC-DOS were inspired by IBM’s PC (Personal Computer) When IBM come out with a Personal Computer they asked Microsoft to develop a OS for it Microsoft took this on and created PC-DOS which is a command line interface operating system for the ICM-PC These commands are entered on a command prompt MS-DOS like PC-DOS was created by Microsoft and was just an improved upon version of PC-DOS making it a command line interface as well

UNIX Operating system developed in 1960’s Unix does have a GUI similar to windows but not everything's covered by it Many different kinds Made up of three parts The Kernel is the hub ( allocates time and memory to programs, also it handles file storage and communications) The Shell( it’s the interface between the user and the kernel) Files/Processes(Everything in Unix is either a file or a process)

LINUX Linux created in 1990’s Gateway for open source free o/s Systems were intentionally like Unix

SYSTEM 7 (MACINTOSH OS) Introduced in 1991 by apple Codenamed “Big Bang” Multiple new features added with this system Virtual Memory Personal file sharing Quick time Quickdraw 3D Graphical User Interface

THE END TO THE BASIC OF OPERATING SYSTEMS