Regardless of the size and complexity of the computer and the operating system, all operating systems perform the same four basic functions:

Size: px
Start display at page:

Download "Regardless of the size and complexity of the computer and the operating system, all operating systems perform the same four basic functions:"

Transcription

1 Operating Systems Introduction The operating system (OS) controls almost all functions on a computer. In this chapter, you learn about the components, functions, and terminology related to the Windows 7, Windows Vista, and Windows XP operating systems. Modern Operating Systems OS Terms and Characteristics To understand the capabilities of an operating system, it is important to first understand some basic terms. The following terms are often used when describing operating systems: Multi- user - Two or more users have individual accounts that allow them to work with programs and peripheral devices at the same time. Multitasking - The computer is capable of operating multiple applications at the same time. Multiprocessing - The operating system can support two or more CPUs. Multithreading - A program can be broken into smaller parts that are loaded as needed by the operating system. Multithreading allows different parts of a program to be run at the same time. All computers rely on an OS to provide the interface for the interaction between users, applications, and hardware. The OS boots the computer and manages the file system. Operating systems can support more than one user, task, or CPU. Basic Functions of an Operating System Regardless of the size and complexity of the computer and the operating system, all operating systems perform the same four basic functions: Control hardware access Manage files and folders Provide a user interface Manage applications 1

2 Hardware Access The OS manages the interaction between applications and the hardware. To access and communicate with each hardware component, the OS uses a program called a device driver. When a hardware device is installed, the OS locates and installs the device driver for that component. Assigning system resources and installing drivers are performed with a plug-and-play (PnP) process. The OS then configures the device and updates the registry, which is a database that contains all the information about the computer. If the OS cannot locate a device driver, a technician must install the driver manually either by using the media that came with the device or downloading it from the manufacturer s website. File and Folder Management The OS creates a file structure on the hard disk drive to store data. A file is a block of related data that is given a single name and treated as a single unit. Program and data files are grouped together in a directory. The files and directories are organized for easy retrieval and use. Directories can be kept inside other directories. These nested directories are referred to as subdirectories. Directories are called folders in Windows operating systems, and subdirectories are called subfolders. User Interface The OS enables the user to interact with the software and hardware. Operating systems include two types of user interfaces: Command-line interface (CLI) - The user types commands at a prompt, as shown in Figure 1. Graphical user interface (GUI) - The user interacts with menus and icons, as shown in Figure 2. Application Management The OS locates an application and loads it into the RAM of the computer. Applications are software programs, such as word processors, databases, spreadsheets, and games. The OS allocates available system resources to running applications. To ensure that a new application is compatible with an OS, programmers follow a set of guidelines known as an Application Programming Interface (API). An API allows programs to access the resources managed by the operating system in a consistent and reliable manner. Here are some examples of APIs: Open Graphics Library (OpenGL) - Cross-platform standard specification for multimedia graphics 2

3 DirectX - Collection of APIs related to multimedia tasks for Microsoft Windows Windows API - Allows applications from older versions of Windows to operate on newer versions Java APIs - Collection of APIs related to the development of Java programming Processor Architecture The way that a CPU handles information can affect the performance of the OS. Two common architectures used to process data are: x86 - A 32-bit architecture that processes multiple instructions using a 32-bit address space. An x86 processor uses fewer registers than an x64 processor. Registers are storage areas used by the CPU when performing calculations. An x86 processor can support a 32-bit operating system. x64 - This 64-bit architecture adds additional registers specifically for instructions that use a 64-bit address space. The additional registers allow the CPU to process instructions much faster than x86. The x64 processer is backward compatible with the x86 processor. An x64 processor can support 32-bit and 64- bit operating systems. A 32-bit OS is capable of addressing only 4 GB of system memory, while a 64-bit OS can address more than 128 GB. Memory management differs between the two systems. A 64-bit system has better performance. A 64-bit OS also includes features that provide additional security. Desktop Operating Systems A technician might be asked to choose and install an OS for a customer. There are two distinct types of operating systems: desktop and network. A desktop operating system is intended for use in a small office, home office (SOHO) environment with a limited number of users. A network operating system (NOS) is designed for a corporate environment serving multiple users with a wide range of needs. A desktop OS has the following characteristics: Supports a single user Runs single-user applications Shares files and folders on a small network with limited security 3

4 In the current software market, the most commonly used desktop operating systems fall into three groups: Microsoft Windows, Apple Mac OS, and Linux. This chapter focuses on Microsoft operating systems. Microsoft Windows Windows is one of the most popular operating systems today. The following versions of Windows are available: Windows 7 Starter - Used on netbook computers to make networking easy Windows 7 Home Premium - Used on home computers to easily share media Windows 7 Professional - Used on small business computers to secure critical information and to make routine tasks easier to complete Windows 7 Enterprise - Used on large business computers to provide more enhanced productivity, security, and management features Windows 7 Ultimate - Used on computers to combine the ease of use of Windows 7 Home Premium with the business capabilities of Windows 7 Professional and provide added data security Windows Vista Home Basic - Used on home computers for basic computing Windows Vista Home Premium - Used on home computers to expand personal productivity and digital entertainment beyond the basics Windows Vista Business - Used on small business computers for enhanced security and enhanced mobility technology Windows Vista Enterprise - Used on large business computers to provide more enhanced productivity, security, and management features Windows Vista Ultimate - Used on computers to combine all the needs of both home and business users Windows XP Professional - Used on most computers that connect to a Windows Server on a network Windows XP Home - Used on home computers and has limited security 4

5 Windows XP Media Center - Used on entertainment computers for viewing movies and listening to music Windows XP 64-bit Professional - Used for computers with 64-bit processors Apple Mac OS Apple computers are Intel-based PCs and use an operating system called Mac OS. Mac OS is designed to be a userfriendly GUI operating system. Linux Unix was introduced in the late 1960s and is one of the oldest operating systems. Linux is an operating system based on Unix. Linus Torvalds designed Linux in 1991 as an open-source OS. Open-source programs allow the source code to be distributed and changed by anyone as a free download or by developers at a much lower cost than other operating systems. NOTE: In this course, all command paths refer to Microsoft Windows, unless otherwise noted. Network Operating Systems A NOS contains additional features to increase functionality and manageability in a networked environment. A NOS has the following characteristics: Supports multiple users Runs multi-user applications Provides increased security compared to desktop operating systems A NOS provides network resources to computers, including: Server applications, such as shared databases Centralized data storage Centralized repository of user accounts and resources on the network Network print queue Redundant storage systems, such as RAID and backups The following are examples of network operating systems: Windows Server 5

6 Red Hat Linux Mac OS X Server Customer Requirements for an Operating System OS Compatible Applications and Environments Understanding how a computer will be used is important when recommending an OS to a customer. The OS must be compatible with the existing hardware and the required applications. Before recommending an OS to a customer, investigate the types of applications that the customer will be using and whether new computers will be purchased. To make an OS recommendation, a technician must review budget constraints, learn how the computer will be used, and determine which types of applications will be installed. These are some guidelines to help determine the best OS for a customer: Does the customer use off-the-shelf applications for this computer? Off-the-shelf applications specify a list of compatible operating systems on the application package. Does the customer use customized applications that were programmed specifically for the customer? If the customer is using a customized application, the programmer of that application specifies which OS to use. Minimum Hardware Requirements and Compatibility with the OS Platform Operating systems have minimum hardware requirements that must be met for the OS to install and function correctly. Identify the equipment that your customer has in place. If hardware upgrades are necessary to meet the minimum requirements for an OS, conduct a cost analysis to determine the best course of action. In some cases, it might be less expensive for the customer to purchase a new computer than to upgrade the current system. In other cases, it might be cost effective to upgrade one or more of the following components: RAM Hard disk drive CPU Video adapter card Motherboard 6

7 NOTE: If the application requirements exceed the hardware requirements of the OS, you must meet the additional requirements for the application to function properly. After you have determined the minimum hardware requirements, ensure that all hardware in the computer is compatible with the OS that you have selected for the customer. Microsoft Compatibility Center Windows 7 and Windows Vista have an online Compatibility Center that allows technicians to check the compatibility of both software and hardware, as shown in the figure. The tool provides a detailed inventory of hardware that has been tested and proven to work with Windows 7 and Windows Vista. If any of the customer s existing hardware is not on the list, those components might need to be upgraded. The Microsoft Compatibility Center does not support Windows XP. Windows XP has a Hardware Compatibility List (HCL) that can be found on the manufacturer's website. NOTE: An HCL specified for an OS might not be continuously maintained and therefore may not contain all compatible hardware. 7

8 8

9 Operating System Upgrades Checking OS Compatibility An OS must be upgraded periodically to remain compatible with the latest hardware and software. It is also necessary to upgrade an OS when a manufacturer stops supporting it. Upgrading an OS can increase performance. New hardware 9

10 products often require that the latest OS version be installed to operate correctly. While upgrading an OS may be expensive, you can gain enhanced functionality through new features and support for newer hardware. NOTE: When newer versions of an OS are released, support for older versions is eventually withdrawn. Before upgrading the operating system, check the minimum hardware requirements of the new OS to ensure that it can be installed successfully on the computer. Also check the Windows Compatibility Center for Windows 7 and Vista, or the Windows XP HCL to ensure that the hardware is compatible with the new OS. Upgrade Advisor Microsoft provides a free utility called the Upgrade Advisor, which scans the system for hardware and software incompatibility issues in hardware before upgrading to newer editions of the Windows OS. The Upgrade Advisor creates a report of any problems and then guides you through the steps to resolve them. You can download the Upgrade Advisor from the Microsoft Windows website. To use the Windows 7 Upgrade Advisor, follow these steps: Step 1. Download and run the Windows 7 Upgrade Advisor from the Microsoft website. Step 2. Click Start check. The program scans your computer hardware, devices, and installed software. A compatibility report is presented. Step 3. Click Save Report if you want to keep it or print it later. Step 4. Examine the report. Record any recommended fixes for the issues found. Step 5. Click Close. After making the changes to hardware, devices, or software, Microsoft recommends running the Upgrade Advisor again before installing the new OS. Windows OS Upgrades The process of upgrading a computer s OS can be quicker than performing a new installation. The upgrade process varies depending on the version. For example, the Windows 7 setup utility replaces existing Windows Vista files with Windows 7 files. However, the existing applications and settings are saved. The version of an OS determines available upgrade options. For example, a 32-bit OS cannot be upgraded to a 64-bit OS. Another example is that Windows XP cannot be upgraded to Windows 7. Before attempting an upgrade, check the OS developer's website for a list of possible upgrade paths. NOTE: Prior to performing an upgrade, back up all data in case there is a problem with the installation. 10

11 To upgrade the OS to Windows 7, follow these steps: Step 1. Insert the Windows 7 disc into the optical drive. The Set Up window appears. Step 2. Select the Install now option. Step 3. You are prompted to download any important updates for installation. Step 4. Agree to the End User License Agreement (EULA), and click Next. Step 5. Click Upgrade. The system begins copying the installation files. Step 6. Follow the prompts to complete the upgrade. When the install is complete, the computer restarts. NOTE: Before you can upgrade from Windows XP to Windows Vista, you must install Windows XP Service Pack 2 or 3. To upgrade the OS to Windows Vista, follow these steps: Step 1. Insert the Windows Vista disc into the optical drive. The Set Up window appears. Step 2. Select Install Windows Vista. Step 3. You are prompted to download any important updates. Step 4. Enter your product key and then agree to the End User License Agreement (EULA). Step 5. Click Upgrade. The system begins copying the installation files. Step 6. Follow the prompts to complete the upgrade. When the install is complete, the computer restarts. To upgrade the OS to Windows XP, follow these steps: Step 1. Insert the Windows XP disc into the optical drive. Step 2. Select Start > Run. (The Setup Wizard might automatically start when the disc is inserted in the optical drive.) Step 3. In the Run box, where D is the drive for the optical drive, type D:\i386\winnt32 and press Enter. The Welcome to the Windows XP Setup Wizard displays. Step 4. Choose Upgrade to Windows XP and click Next. The License Agreement page displays. 11

12 Step 5. Read the license agreement and click the button to accept this agreement. Step 6. Click Next. The Upgrading to the Windows XP NTFS File System page displays. Step 7. Follow the prompts to complete the upgrade. When the install is complete, the computer restarts. Data Migration When a new installation is required, user data must be migrated from the old OS to the new one. There are three tools available to transfer data and settings. The tool you select depends on your level of experience and your requirements. User State Migration Tool The Windows User State Migration Tool (USMT) migrates all user files and settings to the new OS, as shown in Figure 1. Download and install USMT from Microsoft. You then use the software to create a store of user files and settings that are saved in a different location from the OS. After the new OS is installed, download and install USMT again to load the user files and settings on the new OS. Windows Easy Transfer If a user is switching from an old computer to a new one, you can use Windows Easy Transfer to migrate personal files and settings, as shown in Figure 2. You can perform the file transfer using a USB cable, CD or DVD, a USB flash drive, an external drive, or a network connection. After running Windows Easy Transfer, you can view a log of the files transferred. To access Windows Easy Transfer in Windows 7 or Windows Vista, use the following path: Start > All Programs > Accessories > System Tools > Windows Easy Transfer On Windows XP, you must first download the Windows Easy Transfer program. After it has been downloaded, access it using the following path: 12

13 Start > All Programs > Windows Easy Transfer Windows Easy Transfer replaced the Windows XP File and Settings Transfer Wizard. File and Settings Transfer Wizard for Windows XP The File and Settings Transfer Wizard for Windows XP, as shown in Figure 3, transfers files and settings from an old computer to a new computer. It allows the user to select which files and settings to transfer. You can transfer files using storage media, a cabled connection, or a network connection. To access the Files and Settings Transfer Wizard, use the following path: Start > All Programs > Accessories > System Tools > Files and Settings Transfer Wizard 13

IT ESSENTIALS V. 4.1 Module 5 Fundamental Operating Systems

IT ESSENTIALS V. 4.1 Module 5 Fundamental Operating Systems IT ESSENTIALS V. 4.1 Module 5 Fundamental Operating Systems 5.0 Introduction 1. What controls almost all functions on a computer? The operating system 5.1 Explain the purpose of an operating system 2.

More information

Chapter 12: Advanced Operating Systems

Chapter 12: Advanced Operating Systems : Advanced Operating Systems IT Essentials: PC Hardware and Software v4.0 1 Purpose of this Presentation To provide to instructors an overview of : List of chapter objectives Overview of the chapter contents,

More information

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

A+ Guide to Managing and Maintaining your PC, 6e. Chapter 2 Introducing Operating Systems A+ Guide to Managing and Maintaining your PC, 6e Chapter 2 Introducing Operating Systems Objectives Learn about the various operating systems and the differences between them Learn how an OS interfaces

More information

About the Presentations

About the Presentations About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning of each presentation. You may customize the presentations

More information

IT 05: Fundamental Operating Systems Online Study Questions

IT 05: Fundamental Operating Systems Online Study Questions IT 05: Fundamental Operating Systems Online Study Questions CUR Question Answer 5.0 Introduction 1. What controls almost all functions on a computer? 5.1 Explain the purpose of an operating system 2. The

More information

Windows 7 on the 2009 A+ Exams

Windows 7 on the 2009 A+ Exams Windows 7 on the 2009 A+ Exams CompTIA s 2009 A+ exams will include Windows 7 beginning January, 2011. The revised A+ 2009 objectives showing additional content on Windows 7 are available at CompTIA's

More information

Chapter 12: Advanced Operating Systems

Chapter 12: Advanced Operating Systems Chapter 12: Advanced Operating Systems IT Essentials: PC Hardware and Software v4.1 1 Chapter 12 Objectives 12.1 Select the appropriate operating system based on customer needs 12.2 Install, configure,

More information

Windows Vista, XP, and 2000 all share the same basic Windows

Windows Vista, XP, and 2000 all share the same basic Windows CHAPTER 12 Installing Windows In this chapter, you will learn: How to plan a Windows installation How to install Windows Vista How to install Windows XP How to install Windows 2000 Windows Vista, XP, and

More information

Parallels Transporter

Parallels Transporter Parallels Transporter User's Guide Copyright 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o Parallels International GMbH. Parallels International

More information

Identify Windows Editions and Upgrade Paths

Identify Windows Editions and Upgrade Paths L E S S O N 2. 1 Identify Windows Editions and Upgrade Paths L E S S O N 2. 1 Lesson Overview Identifying Windows editions and upgrade paths. In this lesson, you will: Identify Windows editions Identify

More information

Parallels Desktop 4.0 Switch to Mac Edition. Migrate your PC Tutorial.

Parallels Desktop 4.0 Switch to Mac Edition. Migrate your PC Tutorial. Parallels Desktop 4.0 Switch to Mac Edition Migrate your PC Tutorial www.parallels.com Migrate Your PC with Parallels Transporter Tutorial The enhanced Parallels Transporter included in Parallels Desktop

More information

Microsoft Windows Vista is a desktop

Microsoft Windows Vista is a desktop Differences Between Vista Editions Microsoft Windows Vista is a desktop operating system designed for both home and professional use. It comes in several different versions, including Home Basic, Home

More information

Parallels Transporter Agent

Parallels Transporter Agent Parallels Transporter Agent User's Guide Copyright 1999-2015 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH Vordergasse 59 8200 Schaffhausen Switzerland

More information

System Software. System software

System Software. System software System Software 1 System Software 2 System Software System software o Consists of all the programs that enable the computer and its peripheral devices to function smoothly o Divided into two main categories:

More information

14-Nov-11. Chapter 5: System Software: Operating Systems and Utility Programs. Learning Objectives. Learning Objectives. Overview

14-Nov-11. Chapter 5: System Software: Operating Systems and Utility Programs. Learning Objectives. Learning Objectives. Overview Learning Objectives Chapter 5: System Software: Operating Systems and 1. Understand the difference between system software and application software. 2. Explain the different functions of an operating system

More information

I. Ch 5 System Software

I. Ch 5 System Software I. Ch 5 System Software A. Competencies 1. Describe the differences between system software and application software 2. Discuss the four types of system software 3. Discuss the basic functions, features

More information

Definition. A series of detailed instructions that control the operation of a computer system. are developed by computer programmers

Definition. A series of detailed instructions that control the operation of a computer system. are developed by computer programmers Computer Software Definition A series of detailed instructions that control the operation of a computer system. Software exists as programs that are developed by computer programmers Categories of software

More information

Lab 03. Windows Operating Systems (Cont.)

Lab 03. Windows Operating Systems (Cont.) Lab 03 s (Cont.) Objectives Develop a good understanding of 1. The role of an operating system in a computer system 2. Services provided by an operating system and have some hands on experience in 1. Understanding

More information

Getting Started With Parallels Desktop 7

Getting Started With Parallels Desktop 7 Getting Started With Parallels Desktop 7 Copyright 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o Parallels International GMbH. Parallels International

More information

Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and

Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Applications software. Systems software provides infrastructure

More information

Chapter 3 Computer Software

Chapter 3 Computer Software Chapter 3 Computer Software Learning Objectives LO3.1: Explain system software and operating systems LO3.2: Identify operating systems for desktop PCs LO3.3: Identify operating systems for handheld PCs

More information

2009 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product.

2009 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. GA-1310 Welcome 2009 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45085373 5 May 2009 WELCOME 3 WELCOME This Welcome document provides

More information

Xerox 700 Digital Color Press with Integrated Fiery Color Server. Welcome

Xerox 700 Digital Color Press with Integrated Fiery Color Server. Welcome Xerox 700 Digital Color Press with Integrated Fiery Color Server Welcome 2008 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45072712

More information

Systems software. Definition. Categories of software. Examples Of Systems Software 11/23/2018

Systems software. Definition. Categories of software. Examples Of Systems Software 11/23/2018 Systems Computer Software Is an interface or buffer between application and hardware Controls the computer hardware and acts as an interface with applications programs Definition A series of detailed instructions

More information

Lab - Data Migration in Windows

Lab - Data Migration in Windows Lab - Data Migration in Windows Introduction When a new computer is purchased or a new operating system is installed, it is often desirable to migrate a user s data to the new computer or OS. Windows has

More information

GP-N100 Utility Software Manual

GP-N100 Utility Software Manual System Requirements En Thank you for your purchase of a GP-N100. This manual describes how to use the GP-N100 Utility to download the latest assisted GPS data from Nikon servers to your GP-N100. To ensure

More information

PARALLELS SERVER 4.0 FOR MAC BARE METAL EDITION README

PARALLELS SERVER 4.0 FOR MAC BARE METAL EDITION README PARALLELS SERVER 4.0 FOR MAC BARE METAL EDITION README February 18, 2010 1999-2010 Parallels Holdings, Ltd. and its affiliates. All rights reserved. This document provides the first-priority information

More information

Fiery EX4112/4127. Welcome

Fiery EX4112/4127. Welcome Fiery EX4112/4127 Welcome 2007 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45063989 17 August 2007 WELCOME 5 WELCOME This Welcome

More information

Windows Media Player Manual Update Vista Full Version

Windows Media Player Manual Update Vista Full Version Windows Media Player Manual Update Vista Full Version How to Manually Check for Updates in Windows Media Player Information Windows Media Player (WMP) is updated from time to Click image for larger version.

More information

Full file at

Full file at Chapter 2: Current Hardware and PC Operating Systems Chapter 2 Answers to Review Questions 1. An EPIC CPU design: a. evolved from the CISC processor b. was created in a joint project between Apple and

More information

Computer Software. Lect 4: System Software

Computer Software. Lect 4: System Software Computer Software Lect 4: System Software 1 What You Will Learn List the two major components of system software. Explain why a computer needs an operating system. List the five basic functions of an operating

More information

Fiery PRO 80 /S450 65C-KM Color Server. Welcome

Fiery PRO 80 /S450 65C-KM Color Server. Welcome Fiery PRO 80 /S450 65C-KM Color Server Welcome 2007 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45067303 01 November 2007 WELCOME

More information

STEP 1: PREPARE FOR DATA MIGRATION 1. Right-click the desktop and choose New > Folder. a. Type For Transferring and press Enter to name the folder.

STEP 1: PREPARE FOR DATA MIGRATION 1. Right-click the desktop and choose New > Folder. a. Type For Transferring and press Enter to name the folder. PC Support and Repair Chapter 5 Data Migration Lab 5144 When a new computer is purchased or a new operating system is installed, it is often desirable to migrate a user s data to the new computer or OS.

More information

Acronis Backup & Recovery 11 Beta Advanced Editions

Acronis Backup & Recovery 11 Beta Advanced Editions Acronis Backup & Recovery 11 Beta Advanced Editions Quick Start Guide Table of contents 1 Main components... 3 2 Supported operating systems... 3 3 Where do I install the components?... 3 4 What you need

More information

DRAWings 8 and Wings modular 8 Embroidery Software INSTALLATION GUIDE

DRAWings 8 and Wings modular 8 Embroidery Software INSTALLATION GUIDE DRAWings 8 and Wings modular 8 Embroidery Software INSTALLATION GUIDE We thank you for purchasing DRAWings 6 and Wings modular 5 software. We are committed to providing you with the most innovative technology.

More information

Chapter 8 Operating Systems and Utility Programs

Chapter 8 Operating Systems and Utility Programs Chapter 8 Operating Systems and Utility Programs Chapter 8 Objectives Identify the types of system software Summarize the startup process on a personal computer Summarize the features of several stand-alone

More information

1. The first true 32-bit operating system developed by Microsoft was Windows 3.1.

1. The first true 32-bit operating system developed by Microsoft was Windows 3.1. Chapter 02 TRUE/FALSE 1. The first true 32-bit operating system developed by Microsoft was Windows 3.1. F PTS: 1 REF: 58 2. Windows 95 used cooperative multitasking for 16-bit applications and preemptive

More information

Technology in Action

Technology in Action Technology in Action Chapter 5 Using System Software: The Operating System, Utility Programs, and File Management Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 1 System Software: The

More information

Usb Port On Manually Create Bootable Windows Xp Install From Iso

Usb Port On Manually Create Bootable Windows Xp Install From Iso Usb Port On Manually Create Bootable Windows Xp Install From Iso are given to ease. All you need is usb drive of atleast 4GB and Windows 8 Pro iso file. all Download this program. This is Microsoft genuine

More information

Various editions of Windows 7

Various editions of Windows 7 Various editions of Windows 7 ( and their relationship to Windows Vista and XP) Windows 7 Windows Vista Windows XP Starter 1 Starter Starter Home Basic Basic Home Edition Home Premium Home Premium Media

More information

DOWNLOAD PDF CREATOR FOR WINDOWS 8 64 BIT

DOWNLOAD PDF CREATOR FOR WINDOWS 8 64 BIT Chapter 1 : Media Creation Tool x64 - Windows 8 Downloads If you need to install or reinstall Windows, you can use the tools on this page to create your own installation media using either a USB flash

More information

Microsoft Technology Associate Series. Windows Operating System Fundamentals COURSEWARE EXAM For Evaluation Only

Microsoft Technology Associate Series. Windows Operating System Fundamentals COURSEWARE EXAM For Evaluation Only Microsoft Technology Associate Series Windows Operating System Fundamentals COURSEWARE 8369 1 EXAM 98 349 Lesson 1: Introduction to the Operating System Lesson Objectives In this lesson, you will learn

More information

Introducing Operating Systems

Introducing Operating Systems CHAPTER 2 Introducing Operating Systems In this chapter, you will learn: About the various operating systems and the differences between them About the components of Windows operating systems How operating

More information

Installation Guide. Copyright 2011 Bitdefender

Installation Guide. Copyright 2011 Bitdefender Installation Guide Copyright 2011 Bitdefender Bitdefender Total Security 2012 Installation Guide Publication date 2011.07.15 Copyright 2011 Bitdefender Legal Notice All rights reserved. No part of this

More information

Chapter 8 Operating Systems and Utility Programs أ.أمل زهران

Chapter 8 Operating Systems and Utility Programs أ.أمل زهران Chapter 8 Operating Systems and Utility Programs Chapter 8 Objectives Identify the types of system software Summarize the startup process on a personal computer Summarize the features of several stand-alone

More information

Computer chip: A very small pieces of silicon or other semi-conducting material onto which integrated circuits are embedded Circuit board: A thin

Computer chip: A very small pieces of silicon or other semi-conducting material onto which integrated circuits are embedded Circuit board: A thin INTRODUCTION We can divide the parts that make up a computer into three broad categories or subsystem: the central processing unit (CPU), the main memory, and the input/output subsystem. The next three

More information

CompTIA A+ Accelerated course for & exams

CompTIA A+ Accelerated course for & exams CompTIA A+ Accelerated course for 220-901 & 220-902 exams Course overview Target Audience This course is for Participants wishing to take and pass both CompTIA A+ exams (220-901 and 220-902) exam. It is

More information

Mac OS X 10.6 Snow Leopard Installation and Setup Guide

Mac OS X 10.6 Snow Leopard Installation and Setup Guide Mac OS X 10.6 Snow Leopard Installation and Setup Guide Read this document before you install Mac OS X. It includes important information about installing Mac OS X. For more information about Mac OS X,

More information

This installation guide is intended for customers who are installing NMIS for the first time. Included are the recommended hardware specifications

This installation guide is intended for customers who are installing NMIS for the first time. Included are the recommended hardware specifications This installation guide is intended for customers who are installing NMIS for the first time. Included are the recommended hardware specifications and sample screens to guide you through the installation

More information

Boot Camp Installation & Setup Guide

Boot Camp Installation & Setup Guide Boot Camp Installation & Setup Guide Contents 3 Introduction 3 What You Need 4 Installation Overview 4 Step 1: Check for updates 4 Step 2: Prepare your Mac for Windows 4 Step 3: Install Windows 4 Step

More information

Q&As. Windows Operating System Fundamentals. Pass Microsoft Exam with 100% Guarantee

Q&As. Windows Operating System Fundamentals. Pass Microsoft Exam with 100% Guarantee 98-349 Q&As Windows Operating System Fundamentals Pass Microsoft 98-349 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee 100% Money Back Assurance

More information

A+ Certification Guide. Chapter 13 Installing and Upgrading Windows Operating Systems

A+ Certification Guide. Chapter 13 Installing and Upgrading Windows Operating Systems A+ Certification Guide Chapter 13 Installing and Upgrading Windows Operating Systems Chapter 13 Objectives Installing Windows Transferring Data Updating Windows Setting Up Recovery Partitions and Discs

More information

Technology in Action. Chapter Topics (cont.) Chapter Topics. Participation Question. Participation Question 7/17/11

Technology in Action. Chapter Topics (cont.) Chapter Topics. Participation Question. Participation Question 7/17/11 Technology in Action Chapter 5 Using System Software: The Operating System, Utility Programs, and File Management 1 Copyright 2011 Pearson Education, Inc. Publishing as Prentice Hall 2 Chapter Topics System

More information

By Dr. Samaher Hussein Ali

By Dr. Samaher Hussein Ali Department of Information Networks The University of Babylon LECTURE NOTES ON Operating Systems By Dr. Samaher Hussein Ali College of Information Technology, University of Babylon, Iraq Samaher@itnet.uobabylon.edu.iq

More information

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 3 Introducing Windows Operating Systems

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 3 Introducing Windows Operating Systems Chapter 3 Introducing Windows Operating Systems Objectives Learn how to use Windows to interface with users, files and folders, applications, and hardware Learn about some Windows tools that you can use

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future Twelfth Edition Chapter 4: System Software Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 System Software Copyright 2012 Pearson Education, Inc. Publishing

More information

Fiery Network Controller for Xerox WorkCentre 7800 Series. Welcome

Fiery Network Controller for Xerox WorkCentre 7800 Series. Welcome Fiery Network Controller for Xerox WorkCentre 7800 Series Welcome 2013 Electronics For Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45109462 17 January

More information

Rational Systems Developer

Rational Systems Developer Rational Systems Developer Version 7.0 Installation Guide GI11-8355-04 Rational Systems Developer Version 7.0 Installation Guide GI11-8355-04 Note Before using this information and the product it supports,

More information

3M Molecular Detection System Software Upgrade/Installation Instructions

3M Molecular Detection System Software Upgrade/Installation Instructions User Manual Supplement Number: TB.342837.03 Effective Date: March 2018 Supersedes: TB.342837.02 Technology Platform: 3M Molecular Detection System Originating Location: St. Paul, MN 3M Molecular Detection

More information

Hitachi File Services Manager Release Notes

Hitachi File Services Manager Release Notes Hitachi File Services Manager 5.3.0-00 Release Notes Copyright 2011, 2015, Hitachi, Ltd., Hitachi Data Systems Corporation, ALL RIGHTS RESERVED Notice: No part of this publication may be reproduced or

More information

Getting Started With Parallels Desktop 14

Getting Started With Parallels Desktop 14 Getting Started With Parallels Desktop 14 Parallels International GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 672 20 30 www.parallels.com Copyright 1999-2018 Parallels International

More information

CHAPTER 03: MULTIMEDIA & OPERATING SYSTEM. :: Operating System :: ~ What is OS?~ ~ OS Functions~ ~ OS Characteristics ~ ~ Type of OS~

CHAPTER 03: MULTIMEDIA & OPERATING SYSTEM. :: Operating System :: ~ What is OS?~ ~ OS Functions~ ~ OS Characteristics ~ ~ Type of OS~ CHAPTER 03: MULTIMEDIA & OPERATING SYSTEM :: Operating System :: ~ What is OS?~ ~ OS Functions~ ~ OS Characteristics ~ ~ Type of OS~ 1 Operating System and Software Computer Operating System An operating

More information

Chapter 2 Operating-System Structures

Chapter 2 Operating-System Structures This chapter will discuss the following concepts: 2.1 Operating System Services 2.2 User Operating System Interface 2.3 System Calls 2.4 System Programs 2.5 Operating System Design and Implementation 2.6

More information

Introducing Windows 7 Lesson 1

Introducing Windows 7 Lesson 1 Introducing Windows 7 Lesson 1 Minimum System Requirements 1 gigahertz (GHz) or faster 32-bit (x86) or 64-bit (x64) processor 1 gigabyte (GB) RAM (32-bit) or 2 GB RAM (64-bit) 16 GB available hard disk

More information

Accounting Software. Collaboration Software

Accounting Software. Collaboration Software Accounting Software Android Application Software Bitmap Image BlackBerry OS Boot Process Buffer Collaboration Software Command Line Interface Commercial Software An application program that is used to

More information

Wireless LAN. SmartPass Quick Start Guide. Release 9.0. Published: Copyright 2013, Juniper Networks, Inc.

Wireless LAN. SmartPass Quick Start Guide. Release 9.0. Published: Copyright 2013, Juniper Networks, Inc. Wireless LAN SmartPass Quick Start Guide Release 9.0 Published: 2013-07-14 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net All rights reserved.

More information

Windows 7 Manual Partition Hard Drive During Install Xp

Windows 7 Manual Partition Hard Drive During Install Xp Windows 7 Manual Partition Hard Drive During Install Xp There are plenty of free ISO writers if you have Vista or XP. If you're using a spare hard drive, delete all partitions or simply choose an Step

More information

Downloaded from various sources on the NET

Downloaded from various sources on the NET Overview Computers. Hardware components of a Computer. Purpose and functions of computer operating systems. Evolution of computer operating systems. Operating systems available today. Downloaded from various

More information

BACKUP APP V7 MICROSOFT SYSTEM BACKUP AND RESTORE GUIDE

BACKUP APP V7 MICROSOFT SYSTEM BACKUP AND RESTORE GUIDE V7 MICROSOFT SYSTEM BACKUP AND RESTORE GUIDE Revision History Date Descriptions Type of modification 27 July 2016 First Draft New 3 Feb 2017 Added instructions and screen shots for Encryption New key handling

More information

Hitachi File Services Manager Release Notes

Hitachi File Services Manager Release Notes Hitachi File Services Manager Release Notes Copyright 2011, 2015, Hitachi, Ltd., Hitachi Data Systems Corporation, ALL RIGHTS RESERVED Notice: No part of this publication may be reproduced or transmitted

More information

Boot Camp Installation & Setup Guide

Boot Camp Installation & Setup Guide Boot Camp Installation & Setup Guide 1 Contents 3 Boot Camp 3 Introduction 4 What You Need 4 If You ve Already Used a Beta Version of Boot Camp 5 Upgrading Windows XP to Windows Vista 5 Installation Overview

More information

Sage Fixed Assets Lite Depreciation for Sage 50 - U.S. Edition

Sage Fixed Assets Lite Depreciation for Sage 50 - U.S. Edition Sage Fixed Assets 2018.0 Lite Depreciation for Sage 50 - U.S. Edition Quick start guide October 2017 Last updated October 04, 2017 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage

More information

QuickBooks 2008 Software Installation Guide

QuickBooks 2008 Software Installation Guide 12/11/07; Ver. APD-1.2 Welcome This guide is designed to support users installing QuickBooks: Pro or Premier 2008 financial accounting software, especially in a networked environment. The guide also covers

More information

Gamco Installation Guide for Worksheet Magic Plus. Version 4.5 WINDOWS and MAC OS X

Gamco Installation Guide for Worksheet Magic Plus. Version 4.5 WINDOWS and MAC OS X Gamco Installation Guide for Worksheet Magic Plus Version 4.5 WINDOWS and MAC OS X Dear Educator, Thank you for purchasing a Gamco product. Our programs succeed in classrooms and computer labs because

More information

F-Secure PSB Getting Started Guide

F-Secure PSB Getting Started Guide F-Secure PSB Getting Started Guide F-Secure PSB Getting Started Guide TOC 3 Contents Chapter 1: Introduction...5 Chapter 2: Getting Started...7 Creating a new account...8 Downloading Software...9 Recovering

More information

2. install windows vista

2. install windows vista 2. install windows vista Windows Vista comes preloaded on many brand-new PCs. If you already have a computer with Windows Vista installed, you can go directly to Chapter 3, Move from another PC. If you

More information

Sage Fixed Assets Single User

Sage Fixed Assets Single User Single User 2018.0 Installation guide October 2017 Last updated October 17, 2017 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned

More information

Boot Camp Installation & Setup Guide

Boot Camp Installation & Setup Guide Boot Camp Installation & Setup Guide 1 Contents 3 Boot Camp 3 Introduction 4 What You Need 5 If You ve Already Used a Beta Version of Boot Camp 5 Upgrading Windows XP to Windows Vista 6 Installation Overview

More information

Manually Windows Update Xp Sp3 Iso Bootable

Manually Windows Update Xp Sp3 Iso Bootable Manually Windows Update Xp Sp3 Iso Bootable Usb Hello, I've downloaded Windows XP Service Pack 3 - ISO-9660 CD Image File from microsoft website. May I know how can I create a bootable USB disk so that

More information

Technology in Action. Chapter 5 System Software: The Operating System, Utility Programs, and File Management

Technology in Action. Chapter 5 System Software: The Operating System, Utility Programs, and File Management Technology in Action Chapter 5 System Software: The Operating System, Utility Programs, and File Management Chapter Topics Operating System Fundamentals What the Operating System Does The Boot Process:

More information

Visible Windows. Chapter The McGraw-Hill Companies, Inc. All rights reserved. Mike Meyers CompTIA A+ Guide to Managing and Troubleshooting PCs

Visible Windows. Chapter The McGraw-Hill Companies, Inc. All rights reserved. Mike Meyers CompTIA A+ Guide to Managing and Troubleshooting PCs Visible Windows Chapter 4 Overview In this chapter, you will learn how to Relate the history of Microsoft Windows Explain the Windows interface Identify the operating system folders of Windows XP, Windows

More information

Intel Solid State Drive Firmware Update Tool

Intel Solid State Drive Firmware Update Tool Intel Solid State Drive Firmware Update Tool Software Version 3.0.0 or later Document Number: 322570-011US Intel disclaims all express and implied warranties, including without limitation, the implied

More information

Designing and Deploying Connected Device Solutions for Small and Medium Business

Designing and Deploying Connected Device Solutions for Small and Medium Business Designing and Deploying Connected Device Solutions for Small and Medium Business HPATA Connected Devices Study Guide Rev 1.1 Table of Contents 1.1 Describe and recognize common desktop virtualization technologies

More information

Rational Performance Tester, Version 7.0

Rational Performance Tester, Version 7.0 Rational Performance Tester, Version 7.0 Installation Guide GI11-6754-00 Rational Performance Tester, Version 7.0 Installation Guide GI11-6754-00 Note Before using this information and the product it

More information

Perform Manual System Restore Xp Recovery Console

Perform Manual System Restore Xp Recovery Console Perform Manual System Restore Xp Recovery Console chkdsk in Windows XP Recovery Console If you can't boot the operating system, you can run the tool from Command Prompt either by booting your computer.

More information

HOW TO: Upgrade Windows XP to Windows 7 with Windows Easy Transfer

HOW TO: Upgrade Windows XP to Windows 7 with Windows Easy Transfer HOW TO: Upgrade Windows XP to Windows 7 with Windows Easy Transfer Upgrade Windows XP to Windows 7 with Windows Easy Transfer Upgrade option for XP users like Windows Vista. In addition, if you completely

More information

Operating System Concepts Rab Nawaz Khan Jadoon

Operating System Concepts Rab Nawaz Khan Jadoon Operating System Concepts Rab Nawaz Khan Jadoon DCS COMSATS Institute of Information Technology Lecturer COMSATS Lahore Pakistan Operating System Concepts Operating System Operating System It is a system

More information

C A S P E R TECH EDITION 10 USER GUIDE

C A S P E R TECH EDITION 10 USER GUIDE TM C A S P E R TM TECH EDITION 10 USER GUIDE Copyright and Trademark Information Information in this document is subject to change without notice. Federal law prohibits unauthorized use, duplication, and

More information

CARAT System Recommendations

CARAT System Recommendations CARAT System Recommendations 05/2018 With CARAT, you have chosen for a sophisticated graphic program, which provides kitchen planning at the highest technical level, with brilliant picture and colour quality.

More information

EX700i Print Server/Integrated Fiery Color Server. Welcome

EX700i Print Server/Integrated Fiery Color Server. Welcome EX700i Print Server/Integrated Fiery Color Server Welcome 2011 Electronics For Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45099409 22 June 2011 WELCOME

More information

Lesson 1: Preparing for Installation

Lesson 1: Preparing for Installation 2-2 Chapter 2 Installing Windows XP Professional Lesson 1: Preparing for Installation When you install Windows XP Professional, the Windows XP Professional Setup program allows you to specify how to install

More information

Getting Started with VMware Fusion VMware Fusion for Mac OS X Version 1.0

Getting Started with VMware Fusion VMware Fusion for Mac OS X Version 1.0 VMware Fusion for Mac OS X Version 1.0 Getting Started with VMware Fusion Revision: 20070806 Item: VMF-ENG-Q307-295 You can find the most up-to-date technical documentation on our Web site at http://www.vmware.com/support/

More information

SECTION 2 (Part B) Types And Components Of Computer Systems. Sophia Pratzioti

SECTION 2 (Part B) Types And Components Of Computer Systems. Sophia Pratzioti SECTION 2 (Part B) Types And Components Of Computer Systems 2 Hardware & Software Hardware: is the physical parts of the computer system the part that you can touch and see. Hardware can be either external

More information

Detailed Installation Guide. Version 1.0

Detailed Installation Guide. Version 1.0 Detailed Installation Guide Version 1.0 Copyright 2009 Table of Contents Table of Contents General Guidelines...3 Kontakt Requirements...3 System Specifications...3 Installation of LASS DVDs...4 What to

More information

Indicates a caution you must observe when operating the product. Shows the number of the page that has related contents.

Indicates a caution you must observe when operating the product. Shows the number of the page that has related contents. Installation Guide This manual contains detailed instructions and notes on the operation and use of this product. For your safety and benefit, read this manual carefully before using the product. Notice

More information

Lesson 1 Computers and Operating Systems

Lesson 1 Computers and Operating Systems Computers and Operating Systems Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition 1 About the Presentations The presentations cover the objectives found in the opening of each lesson.

More information

Installing and Setting Up the Snap-on EPC. Rev.1.6 (12 Apr 2012) PN EN

Installing and Setting Up the Snap-on EPC. Rev.1.6 (12 Apr 2012) PN EN Installing and Setting Up the Snap-on EPC Rev.1.6 (12 Apr 2012) PN 275-0800-EN Table of Contents 1. Introduction... 3 2. Minimum Requirements... 4 3. Installing the Snap-on EPC... 6 4. Licensing the Snap-on

More information

How To Install Windows Updates 8 From Usb

How To Install Windows Updates 8 From Usb How To Install Windows Updates 8 From Usb Hard Drive Without Formatting We never updated our Windows 7 and 8 install guides with information about dump everything in your user profile onto a USB stick

More information

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Ninth Edition. Copyright 2013 Pearson Education, Inc. Publishing as Prentice Hall

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Ninth Edition. Copyright 2013 Pearson Education, Inc. Publishing as Prentice Hall Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Ninth Edition Copyright 2013 Pearson Education, Inc. Publishing as Prentice Hall Technology in Action Chapter 5 Using System Software: The

More information

Cd Manually To Your Hard Drive Without Windows Xp

Cd Manually To Your Hard Drive Without Windows Xp Cd Manually To Your Hard Drive Without Windows Xp To create a bootable USB drive manually, we will use the Command Prompt as a Type 'list disk' to view active disks on your computer and hit Enter. as Disk

More information