Chapter 5 Presentation Meghan McCabe & Abby Lane Chapter 5 : Lane & McCabe.

Slides:



Advertisements
Similar presentations
Objectives Overview Define an operating system
Advertisements

Exploring Microsoft Windows 8 Chapter 1 Getting Started with Windows 8
Operating Systems First Program to load. Controls Hardware And software. Enable User to operate PC( Personal Computer) –Examples: DOS: Disk Operating.
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.
Discovering Computers Fundamentals, 2011 Edition Living in a Digital World.
Professor Michael J. Losacco CIS 1110 – Using Computers Operating Systems & Utility Programs Chapter 7.
CGS 1060 Introduction to MicroComputer Usage Chapter 1 Windows 7
Living in a Digital World Discovering Computers 2010.
System software & OS System software Operating systems:
The Operating System and the User Interface
LECTURE 14 Operating Systems and Utility Programs
System Software Operating System Boot Process Files Misc.
Living in a Digital World Discovering Computers 2010.
SOFTWARE.
Computer for Health Sciences
Using System Software Chapter 5. Announcements  Chapter 5 Homework  Windows 7 Homework.
Chapter 7 Working with Files.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Chapter Three OPERATING SYSTEMS.
Your Interactive Guide to the Digital World Discovering Computers 2012.
‘ {] Chapter 2 (HW01) Getting Started with Windows 7.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 3 Windows File Management 1 Morrison / Wells / Ruffolo.
Systems Software CSC 101 Unit 2 CSC 101 Unit 2. Software A collection of instructions that tells the computer what to do.
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 1.
Technology in Action Chapter 5 Using System Software:
Project 3 File, Document, Folder Management, Windows XP Explorer Windows XP Service Pack 2 Edition Comprehensive Concepts and Techniques.
‘ {] PowerPoint Presentation to Accompany GO! with Windows 7 Getting Started Chapter 2 Getting Started with Windows 7.
Chapter 4 System Software.
University of Management & Technology 1 Operating Systems & Utility Programs.
Explain the purpose of an operating system
Operating Systems TexPREP Summer Camp Computer Science.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
Your Interactive Guide to the Digital World Discovering Computers 2012.
System Software Provides GUI Manages the resources of the computer system Defines the Software Platform Components of System Software Operating system.
Microsoft Office 2008 for Mac – Illustrated Unit C: Understanding File Management.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
© 2009 Prentice-Hall, Inc. 1 Chapter 4 Using System Software: The Operating System, Utility Programs, and File Management Computer Skills For Preparatory.
Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Twelfth Edition.
Foundation year Lec.3: Computer SoftwareLec.3: Computer Software Lecturer: Dalia Mirghani Year: 2014/2015.
© 2009 Prentice-Hall, Inc. 1 Chapter 4 Using System Software: The Operating System, Utility Programs, and File Management Computer Skills For Preparatory.
Discovering Computers & Microsoft Office 2010 Discovering Computers Chapter 4.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
Exploring Microsoft Windows 8 Prepared by: Ms. Esraa AL Mousa.
Chapter 9 Operating Systems Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 3 Windows File Management 1 Morrison / Wells / Ruffolo.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 6A Operating System Basics PART I.
Your Interactive Guide to the Digital World Discovering Computers 2012.
THE WINDOWS OPERATING SYSTEM Computer Basics 1.2.
1 Course Medical Statistics with Informatics. System Software – programs that make hardware running: Operating System, User Interface, File Management.
Systems Software / The Operating System CSC October 14, 2010.
Discovering Computers Fundamentals, 2011 Edition Living in a Digital World.
Pasewark & Pasewark 1 Windows Vista Lesson 1 Windows Vista Basics Microsoft Office 2007: Introductory.
Chapter 2 – Introduction to Windows Operating System II Manipulating Windows GUI 1CMPF112 Computing Skills for Engineers.
TECHNOLOGY IN ACTION. Chapter 5 System Software: The Operating System, Utility Programs, and File Management.
Software.
Computers: Tools for an Information Age
Discovering Computers 2012: Chapter 8
Operating System Review
TECHNOLOGY IN ACTION Chapter 5
Objectives Overview Define system software and identify the two types of system software Describe the functions of an operating system Summarize the startup.
Chapter 5: Using System Software
Computer Software.
TexPREP Summer Camp Computer Science
Ch. 5 – System Software: The Operating System, Utility Programs, and File Management Molly Lovette By: Molly Lovette.
Objectives Overview Define system software and identify the two types of system software Describe the functions of an operating system Summarize the features.
Operating System Review
Computers Are Your Future
Microsoft Windows 7 Basics
Operating Systems & System Software
Windows Operating System
Presentation transcript:

Chapter 5 Presentation Meghan McCabe & Abby Lane Chapter 5 : Lane & McCabe

What Software Is Included In System Software? Two Basic Types Application software EX: Internet Explorer System software EX: Windows System software consists of two primary types of programs: Operating system Utility Programs Chapter 5 : Lane & McCabe

What Does An Operating System Do? Operating System Every computer has one-computer cannot operate without it Chapter 5 : Lane & McCabe

Operating System Categories Figure 5.1 Operating System Categories Category of Operating SystemExample of Operating System Software Examples of Devices Using the Operating System Real-Time Operating System (RTOS) Nucleus RTOS Mars Reconnaissance Orbiter Scientific Instruments Automation & control machinery, robotic devices Video games Single-User, Single-task Operating System Windows Mobile Personal Digital Assistants (PDAs) Embedded computers in cell phones, cameras, appliances, and toys Single-User, Multitask, Operating System Windows Vista Personal desktop computers Notebooks Multiuser Operating SystemWindows Server 2008 Networks (home & business) Mainframes Supercomputers Chapter 5 : Lane & McCabe

Desktop & Notebook Operating Systems Windows Mac OS Linux Chapter 5 : Lane & McCabe

Operating Systems For Servers And Mainframes Larger computers, which are known as mainframes and servers need a different type of operating system that supports multiple users requesting multiple tasks simultaneously. Chapter 5 : Lane & McCabe

Operating Systems For Servers And Mainframes Most common operating systems that run large servers and networks are Windows Server and UNIX. Chapter 5 : Lane & McCabe

What The Operating System Does Similar to a traffic cop coordinating the flow of data and information through the computer system. 1.Provides a way for the user to interact with the computer. Chapter 5 : Lane & McCabe

What The Operating System Does 2.Manages the Processer or CPU Chapter 5 : Lane & McCabe

What The Operating System Does 3.Manages the memory and storage Chapter 5 : Lane & McCabe

RAM Has limited capacity, when RAM runs out the operating system borrows room from hard drive space called virtual memory. Only a portion of hard drive is allocated to virtual memory Thrashing: Excessive paging Chapter 5 : Lane & McCabe

What The Operating System Does 4.Manages the computer system’s hard-ware and peripheral devices Chapter 5 : Lane & McCabe

What The Operating System Does 5.Provides a consistent means for software applications to work with the CPU Application Programming Interfaces Rather than having the same blocks of code for similar procedures in each software application, the operating system includes blocks of code. Software programmers need only refer to the API code blocks in their individual application programs rather than including the entire code in the application itself. Chapter 5 : Lane & McCabe

The Boot Process: Starting Your Computer 1.The basic input/output system (BIOS) is activated by powering on the CPU Chapter 5 : Lane & McCabe

The Boot Process: Starting Your Computer 2. The BIOS checks that all attached devices are in place (power-on self- test or POST) Chapter 5 : Lane & McCabe

The Boot Process: Starting Your Computer 3. The operating system is loading into RAM *the kernel: (essential component of the operating system that remains in the RAM when your computer is powered on) Chapter 5 : Lane & McCabe

The Boot Process: Starting Your Computer 4. Configuration and customization settings are checked Chapter 5 : Lane & McCabe

Handling Errors In The Book Process Uninstall recently installed software Restart your computer in Safe Mode Try a system restore System Restore: Used to roll back to a past configuration Chapter 5 : Lane & McCabe

Safe Mode Tutorial Chapter 5 : Lane & McCabe

Desktop & Windows Features Desktop: The first interaction you have with the operating system and the first image you see on the monitor. Contains all elements necessary for productive work session in features such as recycling bin, documents, computer, sidebar & gadgets, and all programs. Windows: Rectangular panes on your computer screen that display applications running on your system. Chapter 5 : Lane & McCabe

Title Bar Minimize Button Close Button Maximize Button Ribbon Document View Options Scroll Bar Desktop & Windows Features

Organizing Your Computer: File Management An additional function of an operating system is to enable file management: Proving organization structure to the computer’s contents. Chapter 5 : Lane & McCabe

Organizing Your Computer: File Management File Windows organizes the contents of the computer in a hierarchical structure with drives, folders, subfolders, and files. EX: Shared Drive, C Drive, My Pictures Hard Drive (C Drive) Chapter 5 : Lane & McCabe

Navigation pane with links to favorite folders Click to display the music folder Video folder selected Folders presented in a hierarchical Structure Files And Folders Inside Video Folder Locating And Seeing The Contents Of My Computer Search Link

View Of File/Folder Tiles ViewDisplayed as icon in list form Includes file name, application associated with the file, and file size Details View Most interactive view. Files and folders are displayed in lost form and the additional file information is displayed in columns alongside file name. Enables you to sort, list, and display files in a variety of way for quick access. List ViewDisplay of even smaller icon and file names. Good view if you have a lot of content in the folder and need to see most or all of it at once. Small & Medium Icon Views Displays files and folders as icons in list form, but the icons are small or medium size and include no other file information than the file name. Large Icon View Shows contents of folders as small icons. Viewing & Sorting Files And Folders Chapter 5 : Lane & McCabe

Naming Files File Name: Generally the name you assign to the file when you save it Extension or File Type: Identifies what kind of family of files the file belongs to or which application should be used to read the file. EX:.doc : word processing document,.pdf : portable document format,.pptx : PowerPoint presentation You can determine the location of a file by its file path which starts with the drive n which the file is located and includes all folders, subfolders, the file name, and extension. Backslash characters are path separators. EX: Chapter 5 : Lane & McCabe

Working With Files Open File Copy A File (1 Copy Made In Windows Explorer between folders on same drive) Move A File Deleted Files (Go To Recycling Bin) Permanently Deleting Files Retrieving Deleted File Chapter 5 : Lane & McCabe

Utility Programs Def: Small applications that perform special functions. Some help manage system resources (defrag utilities), others help make your time and work on the computer more pleasant (screen savers), and others improve efficiency(file compression utilities). Some are incorporated into the operating system while others are sold as stand alone off the shelf programs or as web based services available for an annual fee. Chapter 5 : Lane & McCabe

Utility Programs  Display Utilities  The Add Or Remove Programs Utility  File Compression Utilities  System Maintenance Utilities  Task Manager Utility Chapter 5 : Lane & McCabe

THE END  The Task Scheduler Utility  Accessibility Utilities  System Restore  Backup Utility Chapter 5 : Lane & McCabe Utility Programs