Operating Systems Operating System

Slides:



Advertisements
Similar presentations
Chapter 1 Introduction to Computer Operating System.
Advertisements

Objectives Overview Define an operating system
Chapter 8 Operating Systems and Utility Programs
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
Chapter 8 Operating Systems and Utility Programs.
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.
Chapter 8 Operating Systems and Utility Programs
Professor Michael J. Losacco CIS 1110 – Using Computers Operating Systems & Utility Programs Chapter 7.
Chapter 8 Operating Systems and Utility Programs.
1 Pertemuan 6 Understanding Operating Systems Matakuliah: J0282 / Pengantar Teknologi Informasi Tahun: 2005 Versi: 02/02.
55 CHAPTER SYSTEM SOFTWARE. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 5-2 Competencies Describe the differences between system software.
Operating Systems and Utility Programs
Cambodia-India Entrepreneurship Development Centre - : :.... :-:-
LECTURE 14 Operating Systems and Utility Programs
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
Computing Fundamentals Module Lesson 4 — Computer Software
Living in a Digital World Discovering Computers 2010.
The University of Akron Summit College Business Technology Department Computer Information Systems 2440: 145 Operating Systems Introduction to UNIX/Linux.
SOFTWARE.
Lesson 4 Computer Software
Lesson 4: What Is Software?
Section 2.1 Identify hardware Describe processing components Compare and contrast input and output devices Compare and contrast storage devices Section.
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.
Chapter 8 Operating Systems and Utility Programs
Chapter Three OPERATING SYSTEMS.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Chapter 5 Basic Input/Output System (BIOS)
Lesson 6 Operating Systems and Software
Chapter 8 Operating Systems and Utility Programs Serena Oldhouser.
BUSINESS COMPUTER APPLICATION University of Palestine College of Business Instructor: Mr. Ahmed Abumosameh.
INTRODUCTION TO COMPUTING CHAPTER NO. 03. Operating Systems and Utility Programs Functions of Operating Systems Types of Operating Systems (Standalone.
Computer Software What is system software?
Chapter 4 System Software.
Chapter 3 - Computer Software
University of Management & Technology 1 Operating Systems & Utility Programs.
What is system software and what are its parts? Programs that control operation of computer Two parts are operating systems utility programs.
Explain the purpose of an operating system
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
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.
Chapter 7 Operating Systems and Utility Programs.
1 Chapter 7 Operating System & Utility Programs.  consists of the programs that control or maintain the operations of the computer and its devices. It.
Chapter 8 Operating Systems and Utility Programs.
Kuliah 4 Pengantar Teknologi Informasi Oleh Coky Fauzi Alfi cokyfauzialfi.wordpress.com Software.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Chapter 8 Operating Systems. Objectives Identify the types of system software Summarize the startup process on a personal computer Describe the functions.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
Chapter 9 Operating Systems Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
Computing Fundamentals Module Lesson 23 — Computer Software
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 6A Operating System Basics PART I.
Computer Operating Systems And Software applications.
Booting Process Chapter 4: System Software Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
Chapter 8 Operating Systems and Utility Programs.
Chapter 8 Operating Systems and Utility Programs.
CHAPTER 7 Operating System Copyright © Cengage Learning. All rights reserved.
1 Chapter 8 Operating Systems and Utility Programs.
Chapter 8 Operating Systems and Utility Programs.
DISCOVERING COMPUTERS 2018 Digital Technology, Data, and Devices
Computers: Tools for an Information Age
Section 2.1 Section 2.2 Identify hardware
Operating System Review
Chapter 8 Operating Systems and Utility Programs.
Computer Software.
Chapter 7 Operating Systems and Utility Programs
Operating System Review
Presentation transcript:

Operating Systems Operating System What are the functions of an operating system? provide user interface start up the computer manage programs manage memory Operating System schedule jobs and configure devices administer security control a network access the Web monitor performance and provide housekeeping services

Operating System Functions How does a personal computer boot up? Step 2: The processor looks for the BIOS. processor BIOS Step 2 Step 1: The power supply sends a signal to components in the system unit. Step 1 BIOS basic input/output system Firmware that contains the computer's startup instructions

Operating System Functions Step 3: The BIOS performs the POST, which checks components such as the mouse, keyboard connectors, and expansion cards. processor BIOS CD-ROM drive Step 3 POST power-on self test expansion cards

Operating System Functions Step 4: The results of the POST are compared with data in the CMOS chip. CD-ROM drive CMOS Step 4 processor CMOS chip Stores configuration information about the computer Also detects new devices connected to the computer BIOS expansion cards

Operating System Functions Step 5: The BIOS looks for the system files in drive A (floppy disk drive) and then drive C (hard disk). floppy disk drive CD-ROM drive CMOS processor hard disk system files Specific operating system files loaded during start up Step 5 BIOS expansion cards

Operating System Functions Step 6: The boot program loads the kernel of the operating system into RAM from storage (hard disk). The operating system in memory takes control of the computer. floppy disk drive CD-ROM drive CMOS processor hard disk (RAM) memory modules BIOS Step 6 expansion cards

Operating System Functions Step 7 Step 7: The operating system loads configuration information and displays the desktop on the screen. The operating system executes programs in the StartUp folder.

Operating System Functions What is a user interface? Controls how you enter data and instructions and how information displays on the screen graphical user interface (GUI) Allows you to use menus and visual images to issue commands Allows you to type keywords or press special keys on the keyboard to enter data and instructions Set of commands you use to interact with the computer is called the command language command-line interface commands entered by user

Operating System Functions What are features of a graphical user interface? Menu: a set of commands from which you can choose Icon: a small image that represents a program, an instruction, a file, or some other object Web pages can be delivered or pushed automatically to your screen icons function as Web links Web pages pushed onto the desktop

Operating System Functions What is multitasking? Allows a single user to work on two or more applications that reside in memory at the same time The foreground contains the active application: the one you currently are using The other programs that are running, but are not in use, are in the background foreground application background applications listed on the toolbar

Operating System Functions What is formatting? sector track The process of preparing a disk for reading and writing Most floppy and hard disk manufacturers preformat their disks Various operating systems format disks differently block

Operating System Functions What is a network operating system? An operating system that supports a network Also called a network OS or NOS A network is a collection of computers and devices connected together via communications media and devices client client client laser printer server controls access

Operating System Functions What are features of a network operating system? The server is the computer that controls access to the network and provides a centralized storage area The other computers on the network are called clients Organizes and coordinates how multiple users access and share resources on the network Resources include programs, files, and devices such as printers and drives Network administrator uses the network OS to add and remove users, computers, and other devices to and from the network

Types of Operating Systems What are three categories of operating systems?

Network Operating Systems What is UNIX? A multitasking operating system developed in the early 1970s by scientists at Bell Laboratories Lacks interoperability across multiple platforms Several versions exist, each slightly different Command-line interface

Network Operating Systems What is Linux? A popular, free, multitasking UNIX-type operating system Also includes many programming languages Open-source software Code is available to the public Some versions are command-line and others are GUI

Product on the Cutting Edge Operating system created by Linus Torvalds A free program offered as alternative to Microsoft Windows and Apple Mac OS Linux’ GNU General Public License allows anyone to obtain and modify the source code and then redistribute the revised product A large, friendly community of users distribute the operating system and provide an extensive number of user groups, mailing lists, newsletters, and forums

Embedded Operating Systems What is Pocket PC OS®? A scaled-down operating system developed by Microsoft Works on a specific type of handheld computer, called a Pocket PC Allows access to all the basic PIM functions Provides Web access Supports handwriting recognition Allows document creation

Embedded Operating Systems What is Palm OS? Used in handheld computers Palm from Palm, Inc. Visor from Handspring® Manages data and synchronizes this information with a desktop computer Some access the Internet