MCT260-Operating Systems I Operating Systems I Introduction to Operating Systems.

Slides:



Advertisements
Similar presentations
Chapter 3 Understanding the Boot Process and Command Line.
Advertisements

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.
UNIX Chapter 01 Overview of Operating Systems Mr. Mohammad A. Smirat.
MCT260-Operating Systems I Operating Systems I Navigating the File System.
Operating Systems: Software in the Background
Introduction to Computer Systems
Data Communications and Computer Networks
Chapter 1. What is computer fluency? The knowledge possessed by people who are able to navigate the digital world successfully NOT THIS.
1 CIS 101 – Introduction to IT Dr. Basel Mahafzah.
1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
1 Operating Systems Ch An Overview. Architecture of Computer Hardware and Systems Software Irv Englander, John Wiley, Bare Bones Computer.
MCT260-Operating Systems I Operating Systems I Managing Your System.
Spring 2007Introduction to OS1 IT 3423: Operating System Concepts and Administration Instructor: Wayne (Weizheng) Zhou
The Operating System and the User Interface
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.
MCT260-Operating Systems I Operating Systems I Interfaces to Operating Systems.
An Introduction to Operating Systems. Definition  An Operating System, or OS, is low-level software that enables a user and higher-level application.
Teaching and Learning with Technology  Allyn and Bacon 2002 Introduction to Personal Computers in the Classroom Chapter 3 Teaching and Learning with Technology.
Chapter 1 Computer History, Fundamentals, and Operating Systems.
SOFTWARE.
Lesson 4 Computer Software
Section 2.1 Identify hardware Describe processing components Compare and contrast input and output devices Compare and contrast storage devices Section.
IT Essentials - Chapter 4 Operating System Fundamentals.
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.
How Hardware and Software Work Together
Chapter 5 Basic Input/Output System (BIOS)
Basic Input Output System
Lesson 6 Operating Systems and Software
PC Components, Features, System Design.
INTRODUCTION TO COMPUTER PROGRAMMING itc-314 LECTURE 01.
Ch Review1 Review Chapter Microcomputer Systems Hardware, Software, and the Operating System.
Configuration.
Computer Parts There are many parts that work together to make a computer work.
University of Management & Technology 1 Operating Systems & Utility Programs.
How Hardware and Software Work Together
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 1 Introduction to Operating Systems.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Computer Architecture
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Basic Input/Output System (BIOS). 5.1Introduction to BIOS Basic Input / Output System (BIOS) boot the computer by providing a basic set of instructions.
Parts of the Computer System
COMPUTERS in the CLASSROOM
1 THE COMPUTER. 2 Input Processing Output Storage 4 basic functions.
General Computer Knowledge COE 201- Computer Proficiency.
1 ENG224 INFORMATION TECHNOLOGY – Part I 1. Introduction to Computers.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
Copyright © Genetic Computer School 2008 Computer Systems Architecture SA 8- 0 Lesson 8 Secondary Management.
Week1: Introduction to Computer Networks. Copyright © 2012 Cengage Learning. All rights reserved.2 Objectives 2 Describe basic computer components and.
Introduction To Computers
Computer Operating Systems And Software applications.
Basic concepts of a computer system V1.0 (21/11/2005)
Computer Organization & Assembly Language Chapter _ 04 Ghazanfer Mirza.
Booting Process Chapter 4: System Software Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
Computer Organisation
Chapter Objectives In this chapter, you will learn:
Operating System Review
An Overview of the Computer System
Computer Fundamentals 1
Computer Software.
Introduction to Operating Systems
IB Computer Science Topic 2.1.1
Operating System Review
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
Device management How does the operating system manage the hardware and peripheral devices? Device Driver: Each device is attached to your computer with.
Computer Electronic device Accepts data - input
Overview of Computer system
Presentation transcript:

MCT260-Operating Systems I Operating Systems I Introduction to Operating Systems

MCT260-Operating Systems I 2 Primary Learning Objective Understand the functions, terminology, and evolution of operating systems (OS)

MCT260-Operating Systems I 3 Specific Learning Objectives Describe the interface between a user and the computer, application software and the OS the hardware and the OS Recognize how an operating system manages the basic processes within a computer Identify and define operating system key terms

MCT260-Operating Systems I 4 Lesson Overview What are the basic functions of an operating system? What do operating systems have in common?

MCT260-Operating Systems I 5 What is a Computer? Webster says that it is an electronic device designed to accept data, perform prescribed mathematical and logical operation at a high speed, and display the results of these operations. Where could we get another definition? ter.htmlhttp:// ter.html

MCT260-Operating Systems I 6 Main Components of a Computer Input devices Output devices Central Processing Unit (CPU) Memory (primary storage) Mass storage device (secondary storage)

MCT260-Operating Systems I 7 Why Have an OS? There are many types of computers intended for various purposes. Therefore, they operate in different ways. The operating system dictates what the computer can do and how the computer does it.

MCT260-Operating Systems I 8 What is an OS? An operating system is a computer program that manages the basic tasks within a computer, coordinates the interaction of hardware and software so all components will work together, and provides support for the use of other types of software such as application software and utilities.

MCT260-Operating Systems I 9 Loading the Operating System Booting refers to the process of powering on a computer and loading the OS. The startup programs are stored on the ROM BIOS chip. The Power On Self Test (POST) makes sure the computer contains the necessary components and that they are functional. The last step is locating and loading the OS into RAM.

MCT260-Operating Systems I 10 Commonalties of Operating Systems All operating systems provides an interface between hardware and applications user and applications user and hardware They all contain a set of basic programming instructions that translates requests from applications into commands that the hardware can understand and perform (machine language).

MCT260-Operating Systems I 11 Basic Tasks of Operating Systems Configures itself by loading additional software known as device drivers that manage a specific type of hardware component. Customizes the computer with optional software such antivirus software before the end of the boot process Displays a user interface –Graphical User Interface (GUI) –Command Line Interface (CLI)

MCT260-Operating Systems I 12 Basic Tasks of Operating Systems Provide support services to applications –starting and supervising application software programs –allocating memory to those programs –manages data storage Provide basic input/output (I/O) support

MCT260-Operating Systems I 13 Manage the file system –Provide a file-organization system to keep track of files on a disk –Provide a set of disk management tools that enable the user to move, copy, erase, create, and view files and directories (folders) –Provide a way for the user to load and execute programs Manage system resources such memory or RAM Basic Tasks of Operating Systems

MCT260-Operating Systems I 14 Basic Tasks of Operating Systems Resolve system error or problems Provides help Provides a means of optimizing the systems performance Provides a variety of tools for troubleshooting Later OS’s provided support for communications with other computers

MCT260-Operating Systems I 15 How OS Accomplishes Tasks Through software –Windows based OS’s uses the Control Panel and ‘Plug and Play’ to setup device drivers –DOS uses system level files (config.sys and autoexec.bat) to configure device drivers Through hardware using controllers and adapter boards

MCT260-Operating Systems I 16 Software Hardware Applications Operating System Mouse Keyboard Monitor Printer Disk Controllers Modem NIC

MCT260-Operating Systems I 17 Identify and Define Key Terms device, device driver, application software, system software, graphical user interface, command line, boot, bootstrap, RAM, ROM, BIOS, CPU, command prompt, internal commands, external commands

MCT260-Operating Systems I 18 Review An operating system is a program that acts as an intermediary between a user and a computer and the computer hardware. The purpose of an OS is to provide an environment in which the user can execute programs in a convenient and efficient manner. The primary goal of an OS is to make the computer system convenient to use. The secondary goal is to use the computer hardware in an efficient manner.

MCT260-Operating Systems I 19 References –Choose Operating Systems or MS_DOS –Next choose the Notes link Use a search engine to find a different source

MCT260-Operating Systems I 20 Homework Assignment Reading: Windows XP Textbook – Chap 1 CLI Textbook - pp.3-20 References: Internet Lab Exercise: Functions of an OS Homework: OS Types and Terms Due Date: In One Week from Today Bring a floppy disk to the next class