A+ Guide to Managing and Maintaining Your PC, 7e Chapter 2 Introducing Operating Systems.

Slides:



Advertisements
Similar presentations
Chapter 2 How Hardware and Software Work Together.
Advertisements

Chapter 1 Introducing Windows Operating Systems
Chapter 3 Understanding the Boot Process and Command Line.
A+ Guide to Managing & Maintaining Your PC, 8th Edition
MCITP Guide to Microsoft Windows Server 2008 Server Administration (Exam #70-646) Chapter 11 Windows Server 2008 Virtualization.
MCT260-Operating Systems I Operating Systems I Navigating the File System.
Computer Forensics Principles and Practices by Volonino, Anzaldua, and Godwin Chapter 6: Operating Systems and Data Transmission Basics for Digital Investigations.
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 2 Introducing Operating Systems.
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.
Installing Windows XP Professional Using Attended Installation Slide 1 of 41Session 2 Ver. 1.0 CompTIA A+ Certification: A Comprehensive Approach for all.
Chapter 4: Operating Systems and File Management 1 Operating Systems and File Management Chapter 4.
A+ Guide to Software, 4e Chapter 1 Introducing Operating Systems.
Chapter 7 Installing and Using Windows XP Professional.
Gorman, Stubbs, & CEP Inc. Introduction to Operating Systems Lesson 5 Windows 2000 Professional.
Operating Systems Basic PC Maintenance, Upgrade and Repair Mods 1 & 2.
Chapter 7 Working with Files.
Computer Concepts 2013 Chapter 4 Operating Systems and File Management.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 3 Windows File Management 1 Morrison / Wells / Ruffolo.
How Hardware and Software Work Together
WINDOWS XP PROFESSIONAL Bilal Munir Mughal Chapter-1 1.
A+ Guide to Managing and Maintaining Your PC, 7e
INTRODUCTION TO OPERATING SYSTEMS. An operating system is a program that controls the overall activity of a computer. Like an orchestra conductor an operating.
Tutorial 11 Installing, Updating, and Configuring Software
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 2 Introducing Operating Systems.
A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e Chapter 1 Introducing Operating Systems.
Understanding the Boot Process and Command Line
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.
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 2 Introducing Operating Systems.
Practical PC, 7th Edition Chapter 2: Working with Windows
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 14 Managing and Troubleshooting Windows 2000.
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Chapter 2 How an OS Works with Hardware and Other Software.
University of Management & Technology 1 Operating Systems & Utility Programs.
Operating Systems JEOPARDY Computer Repair GeneralConcepts OS Tasks MoreConcepts Using the OS Misc
How Hardware and Software Work Together
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 4 Microsoft Windows XP.
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 2 Introducing Operating Systems.
Introduction to Windows7
Practical Computer Literacy Week-02
Presented by: New Features Ability for two users to be logged on simultaneously User Interface has a different look Media Player for Windows XP Messenger.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 13 Understanding and Installing Windows 2000 and Windows NT.
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
File System Management File system management encompasses the provision of a way to store your data in a computer, as well as a way for you to find and.
A+ Guide to Managing and Maintaining your PC, 6e Chapter 2 Introducing Operating Systems (v0.92)
Chapter 5 Organizing Files and Folders. 2Practical PC 5 th Edition Chapter 5 Getting Started In this Chapter, you will learn: − How to get a list of your.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 13 Understanding and Installing Windows 2000 and Windows NT.
Windows Vista Inside Out Chapter 28 - Chapter 28 - Managing Disks and Drives Last modified
Windows and File Management
®® Microsoft Windows 7 for Power Users Tutorial 1 Exploring the Windows 7 Operating System.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 3 Windows File Management 1 Morrison / Wells / Ruffolo.
A+ Guide to IT Technical Support, 9th Edition
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 3 Windows File Management 1 Morrison / Wells / Ruffolo.
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.
A+ Guide to Managing and Maintaining your PC, 6e Chapter 2 Introducing Operating Systems.
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background BSM025 Computers.
Systems Administration (Windows) BIT3111 – Lecture 5 (Introduction to Windows OS)
A+ Guide to Managing and Maintaining Your PC, 7e
A+ Guide to Managing and Maintaining Your PC, 7e
Chapter Objectives In this chapter, you will learn:
Operating System Review
Understanding Operating System Configurations
Operating System Review
Microsoft Windows 7 Basics
Chapter Overview Operating System Basics
Operating System Fundamentals
OPERATING SYSTEM B-TECH III YEAR I SEM BRANCH :ECE
Instructor Materials Chapter 5: Windows Installation
Presentation transcript:

A+ Guide to Managing and Maintaining Your PC, 7e Chapter 2 Introducing Operating Systems

A+ Guide to Managing and Maintaining Your PC, 7e2 Objectives Learn about the various operating systems and the differences between them Learn about the components of Windows operating systems Learn how operating systems interface with users, files and folders, applications, and hardware

A+ Guide to Managing and Maintaining Your PC, 7e3 What an Operating System Does Four functions common to all operating systems –Providing a user interface –Managing files –Managing applications –Managing hardware

Components of Windows Shell: relates to the user and to applications Kernel: responsible for interacting with hardware Configuration data –Information OS keeps about hardware, applications, data, users Shell made up of subsystems –Operate in user mode Subsystems have limited access to system information and can access hardware only through other OS services –Win32 security subsystem A+ Guide to Managing and Maintaining Your PC, 7e4

5 Figure 2-10 Inside an operating system, different components perform various functions Courtesy: Course Technology/Cengage Learning Three main components of the OS Burning a CD Kernel interacts with the hardware HAL-cannot be moved from one computer to another

A+ Guide to Managing and Maintaining Your PC, 7e6 Components of Windows (cont’d.) Windows kernel –More power to communicate with hardware devices than the shell has –Operates in kernel mode –Applications cannot get to hardware devices without the shell passing those requests to the kernel –Two main components The HAL (hardware abstraction layer) Executive services interface----device drivers

A+ Guide to Managing and Maintaining Your PC, 7e7 Components of Windows (cont’d.) Configuration data –Used when OS first loaded and when needed by hardware, applications, users –Stored in: Registry Initialization files—data base that windows keeps

A+ Guide to Managing and Maintaining Your PC, 7e8 How Windows Manages Applications Launching an application –Move from hard drive into memory Process –Program running, together with the system resources assigned to it –Request resources through Win32 subsystem Called a thread Thread –Single task Multitasking

A+ Guide to Managing and Maintaining Your PC, 7e9 Figure 2-11 A process with two threads Courtesy: Course Technology/Cengage Learning A process is a program running in the background A thread is a single task— here we have two

A+ Guide to Managing and Maintaining Your PC, 7e10 How Windows Manages Hardware Device drivers –Small programs stored on the hard drive –Allow kernel to communicate with hardware –Provided by OS, vendors on CDs or online At system startup: –BIOS provides instructions to the CPU for device communication Drivers are programs written to work for a specific OS Four types of software---Operating system, applications, device drivers, BIOS

A+ Guide to Managing and Maintaining Your PC, 7e11 Figure 2-12 An OS relates to hardware by way of device drivers and possibly system BIOS Courtesy: Course Technology/Cengage Learning

A+ Guide to Managing and Maintaining Your PC, 7e12 How Many Bits At A Time? Central Processing Unit (CPU) –Also called a processor –Partly determines which operating system can be installed Major consideration –Number of bits CPU processes at a time –Intel or AMD desktop and laptop processors sold today Process 64 bits at a time –Older processors handled only 32 bits

A+ Guide to Managing and Maintaining Your PC, 7e13 How Many Bits At A Time? (cont’d.) 32-bit processors –x86 processors Intel used the number 86 in the model number of these earlier processors Processors using underlying 32-bit processing with 64-bit instructions –Hybrid processors known as x86-64 bit processors –Handle a 32-bit OS or a 64-bit OS 64-bit processors –Fully implement 64-bit processing Intel Itanium and Xeon processors

A+ Guide to Managing and Maintaining Your PC, 7e14 How Many Bits At A Time? (cont’d.) Windows 2000: 32-bit OS Windows XP Professional x64 Edition: 64-bit OS –All other Windows XP editions: 32-bit OSs Vista Home Basic, Home Premium, Business, Enterprise, Ultimate editions –32-bit or 64-bit versions Modern desktop, laptop processors today –Can handle either a 32-bit or 64-bit OS Sometimes referred to as an x86 or x64 OS

How Many Bits At A Time? (cont’d.) Discussion points –64-bit processing is faster than 32-bit processing –64-bit OS requires that device drivers operating in kernel mode be 64-bit drivers –Application is compiled to process 64 bits or 32 bits –32-bit OS can only address up to 4 GB of memory –Benefit from 64-bit computing if: Many applications open at the same time You have high computing needs and enough hard drive space and memory A+ Guide to Managing and Maintaining Your PC, 7e15

A+ Guide to Managing and Maintaining Your PC, 7e16 How Many Bits At A Time? (cont’d.) Manufacturers often install a 32-bit OS on a computer that could support a 64-bit OS 64-bit computing tips –x86 refers to 32-bit processors and to 32-bit operating systems –x86-64 refers to a 64-bit OS or to 32-bit processors that process 64-bit instructions –IA64 refers specifically to 64-bit Intel processors –x64 refers to 64-bit operating systems –Right click on my computer to find out what type of CPU you have

17 Using Windows 2000/XP/Vista/7 PC support technician –Needs to be a Windows power user Technician knowledge required –How Windows desktop organized and how it works –How to use Windows utilities My Computer, Windows Explorer, Control Panel, System Information, Command Prompt window

18 Figure 2-33 Storage devices such as a USB drive, CD, or hard drive, are organized into directories and subdirectories that contain files Courtesy: Course Technology/Cengage Learning

19 Windows Explorer And The Computer Window Path: location of a file referenced by a drive and directories The complete path to a file includes the volume letter, directories, filename, and file extension; the colon, backslashes, and period are required to separate items in the path Default layout for files and folders %SystemDrive%\Users folder %SystemDrive%\Documents and Settings folder

20 Windows Explorer And The Computer Window Tips to navigate the directory structure –Double-click to drill down to subfolders inside folders –Use top of the left pane in the Favorite Links area –Find a folder or file using the Search box –Use forward and back arrows

21 Windows Explorer And The Computer Window (cont’d.) Changing folder options –Controls how users view files in a folder, what users can do with the files –File extension Used to identify file types (Windows) Default: hide file types Can view hidden files and file extensions

22 Windows Explorer And The Computer Window Methods to create a file –Use a particular application –Use Windows Explorer or the Computer window Create a new file using Windows Explorer

23 Windows Explorer And The Computer Window (cont’d.) How do you create a folder? ????????????????????? -Can create folders within folders within folders -Windows desktop is itself a folder

Windows Explorer And The Computer Window (cont’d.) Copy or delete files or folders –Copy???????? –Alternative way to copy??????? –Delete????????? –Recycle bin does not really delete files—How do you recover a file or folder???????? 24

25 Windows Explorer And The Computer Window (cont’d.) Change file attributes –Use the Properties window Properties of a file in Windows

26 The Control Panel Contains applets used to manage the system Accessing Control Panel in Vista and XP –Click Start and the click Control Panel Two views: Category View and Classic View Applets can be accessed directly

27 System Information Utility Used to view detailed information about the system Important features –Processor or BIOS version installed –RAM is installed –OS installation directory –Hard drive size –Names of currently running drivers –Click Start, and enter Msinfo32.exe in the run box and press Enter

28 Command Prompt Window Used in the old days as the OS—now used for troubleshooting the system Ways to open Or Click Start, All Programs, Accessories, and Command Prompt

A+ Guide to Managing and Maintaining Your PC, 7e29 Command Prompt Window (cont’d.) Two levels of command prompt windows –Standard window and elevated window Figure 2-44 An elevated command prompt window Courtesy: Course Technology/Cengage Learning

Summary OS manages system resources for users and applications Many operating systems have evolved over time Operating systems –Divided into a kernel and user shell –Provide user interface, manage files, manage applications, manage hardware Tools –Windows desktop, Windows Explorer, System Properties, Control Panel, Device Manager, System Information, Windows Help A+ Guide to Managing and Maintaining Your PC, 7e30