Introduction to Operating Systems

Slides:



Advertisements
Similar presentations
The Operating System. What is an Operating System? The program that is loaded first and manages the hardware resources like main memory, backing storage.
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.
COMPUTER SYSTEM CAN BE DIVIDED INTO : 1- General Computer 2- Special Computer.
Why do we need to learn about computers? Hardware & Software Windows95 Desktop - GUI? Mice? Internet Explorer & Netscape Microsoft Applications: –Excel.
MCT260-Operating Systems I Operating Systems I Introduction to Operating Systems.
Chapter 1. What is computer fluency? The knowledge possessed by people who are able to navigate the digital world successfully NOT THIS.
Computer Hardware.
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.
Spring 2007Introduction to OS1 IT 3423: Operating System Concepts and Administration Instructor: Wayne (Weizheng) Zhou
Review 5 Chapters 13, 14. What is software? Set of instructions to control computer operation.
Computer Parts There are many parts that work together to make a computer work.
Computer Basics Flashcards #2
An Introduction to Operating Systems. Definition  An Operating System, or OS, is low-level software that enables a user and higher-level application.
Week 6 Operating Systems.
Lesson 4 Computer Software
Lesson 4: What Is Software?
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.
Lesson 6 Operating Systems and Software
Today’s Agenda: Computer Basics Review Hardware: The physical components of a computer, any internal or external computer part that you can touch. Software:
Computer Parts There are many parts that work together to make a computer work.
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.
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
Operating Systems TexPREP Summer Camp Computer Science.
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 1 Introduction to Operating Systems.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Lecture 8: 9/19/2002CS149D Fall CS149D Elements of Computer Science Ayman Abdel-Hamid Department of Computer Science Old Dominion University Lecture.
Computer Systems Mrs. Butera. Computer Systems Hardware Software.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Operating Systems Lesson Objective: Understanding the functions of an operating system. Learning Outcome: Answer some basic questions on operating systems.
Parts of the Computer System
COMPUTERS in the CLASSROOM
MIND MAPS FOR THE ICT STUDENTS V.S.R.RANASIRI R / KURUWITA M.M.V.
Digital Communication Systems Comp Functions of the Operating System.
Computing Fundamentals Module Lesson 23 — Computer Software
Operating Systems. Categories of Software System Software –Operating Systems (OS) –Language Translators –Utility Programs Application Software.
Computer Fundamentals. Examples of Computers Hand-held (HPC)PDATablet PCLaptop/Notebook DesktopTowerWorkstation Computer Basics.
Systems Software / The Operating System CSC October 14, 2010.
Identify internal hardware devices (e. g
Identify internal hardware devices (e. g
System SOFTWARE.
Computer Parts There are many parts that work together to make a computer work.
Computers: Tools for an Information Age
Operating System Review
Computer Basics 1 Computer Basics.
Computer Hardware and Software
Chapter 4 – Introduction to Operating System Concepts
Operating Systems Overview
TexPREP Summer Camp Computer Science
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Chapter 4 The Power behind the Power
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
08/28/06 parts of the computer.
Computers Are Your Future
Operating System Review
Nat 4/5 Computing Science Operating Systems
Operating System Review
Chapter 4 The Power behind the Power
Introduction to Computer Software
Please find the definitions of the following terms
Computer Parts There are many parts that work together to make a computer work.
The Operating system Gives life to the hardware
Computer Parts There are many parts that work together to make a computer work.
Technology 6 Operating Systems.
Windows.
Introduction to Operating Systems
Computer Electronic device Accepts data - input
Bioinformatics (Nursing)
08/28/06 parts of the computer.
Presentation transcript:

Introduction to Operating Systems Lesson 1 Introduction to Operating Systems

Lesson 1 – Introduction to Operating Systems Objectives Define the term “operating system.” Explain the three different types of user interfaces. Identify the common physical components of your computer. Understand how the operating system handles resources. Lesson 1 – Introduction to Operating Systems

Objectives (continued) Understand how the operating system handles files. Discuss the evolution of the microcomputer and operating systems. Lesson 1 – Introduction to Operating Systems

What Is an Operating System? It is a collection of system programs that allows the user to run program software to perform tasks. The operating system manages hardware. It provides resources to the programs that it manages. Lesson 1 – Introduction to Operating Systems

The Three Types of User Interfaces Command-line user interface Menu-based user interface Graphical user interface Lesson 1 – Introduction to Operating Systems

Common Hardware Components CPU RAM ROM BIOS Motherboard Keyboard Pointing Device Lesson 1 – Introduction to Operating Systems

Classifications of Hardware Input Devices Keyboard Pointing devices Scanner Voice devices Output Devices Monitor Printer Processing Storage Types Tapes Disks Hard disks Lesson 1 – Introduction to Operating Systems

Basic Functionalities of the Operating System Resource management Memory management File management Lesson 1 – Introduction to Operating Systems

Lesson 1 – Introduction to Operating Systems Resource Management Booting the system Shutting down the system Multitasking Lesson 1 – Introduction to Operating Systems

Lesson 1 – Introduction to Operating Systems Memory Management RAM Virtual memory Lesson 1 – Introduction to Operating Systems

Lesson 1 – Introduction to Operating Systems File Management Storage devices Storage mediums File types Finding files Copying and moving files Deleting files Lesson 1 – Introduction to Operating Systems

Evolution of Computers Charles Babbage is considered to be the father of computing. Mainframes Minicomputers Microcomputers Lesson 1 – Introduction to Operating Systems

Lesson 1 – Introduction to Operating Systems Windows 9x NT ME 2000 XP MAC OSX Linux Novell Lesson 1 – Introduction to Operating Systems

Lesson 1 – Introduction to Operating Systems Summary An operating system is a collection of system programs that allows the user to run program software. It manages hardware and other programs. There are three basic types of user interfaces: command-line user interfaces, menu-based user interfaces, and graphical user interfaces (GUI). All modern computers have the following components: CPU, RAM, ROM, BIOS, motherboard, and keyboard. Lesson 1 – Introduction to Operating Systems

Lesson 1 – Introduction to Operating Systems Summary (continued) An operating system manages resources in many ways. Its main functions are starting up, shutting down, multitasking and allocating CPU cycles, and changing the way it works by using extensions and managing memory. An operating system also manages files. Its main functions are utilizing the different storage devices available, recognizing and using the different file types, navigating and finding files, and copying and moving files as needed. Lesson 1 – Introduction to Operating Systems

Lesson 1 – Introduction to Operating Systems Summary (continued) The evolution of the modern personal computer and its operating system has occurred over the past half-century and will continue into the future. Lesson 1 – Introduction to Operating Systems