System Software. 2.1 The Operating System (OS) %%describe the characteristics of different types

Size: px
Start display at page:

Download "System Software. 2.1 The Operating System (OS) %%describe the characteristics of different types"

Transcription

1 System Software 2 Revision Objectives After you have studied this chapter, you should be able to: %%describe the purpose of operating systems %%describe the characteristics of different types of operating systems and their users; batch, real-time, single user, multi-user, multi-tasking and network systems %%identify a range of applications requiring batch processing and a range of applications in which a real time response is required %%describe different types of user interface; forms, menus, GUI, natural language and command line, suggesting the characteristics of user interfaces which make them appropriate for use by different types of user %%describe the purpose of a range of utility software, for example, disk formatting, file handling, hardware drivers, file compression and virus checkers. 2.1 The Operating System (OS) The computer hardware is unusable without an operating system. When we purchase a PC it is the one item of software we expect to be provided along with the hardware. The OS is the software which makes the hardware usable. This is obvious but we need to appreciate what the computer system has to perform behind the screens. Look Back To Chapter 1 for definition of OS Consider the following example: You load the word processing software and at the end of the session save the document. You simply have to key in a document name and click the save button. Consider what the operating system is doing behind the screens. The OS must: check that the document name is valid check that there is sufficient free disc space. If so, decide which sectors on the disc it will use for storage of the file mark these sectors are used remove these sectors from the list of free space on the secondary storage make a new entry in the file directory fort he device. This suggests that the purpose of any operating system is to: hide the complexity of the computer hardware away from the user provide a user-friendly interface between the user and the computer hardware. Progress Check Is the operating system applications software or systems software? 2. Write two possible definitions for the operating system. Look Back To the previous chapter MTPL0225_Chapter 02.indd 7 2/4/2012 4:08:15 PM

2 8 System Software The discussions so far are points which would apply to any computer system. We shall now study computer systems which operate in a specific way. Batch processing OS Before the advent of the microcomputer the majority of computer usage was batch processing. A program would be loaded together with the data which the program would process and the printed output produced. Key features Characteristics of any batch processing system are given here. All aspects of the processing occur as a batch The data is collected and entered as a batch The data is all processed at the same time (i.e. as a batch) The output is also produced as a single batch of documents. This may result in acceptable time delay between the data entry stage and final production of the output The job once started will run to completion without any interaction from the user. Progress Check 2.2 A college operates a payroll program for the payment of all monthly paid staff. Staff must submit a form showing their hours worked before the 14 th of each month. The data from these forms is keyed in and saved a batch. The program is run on the 25 th of each month and the payslips are posted to employees the following day. Does this application meet all the key points bulleted above? Real-time OS Real-time processing is the exact opposite of batch processing. Whereas with batch the nature of the application means there is an acceptable time delay between inputs and outputs, for a real-time application the processing must occur almost instantaneously. Applications which require a real-time OS therefore are process control type applications. Key features Characteristics of real-time processing are: there is a continuous cycle of inputprocessing-output called a feedback loop the inputs may not be sequential in nature the nature of the output(s) will affect the next input events (and so inputs) may occur is parallel and at intermittent intervals. Progress Check 2.3 A large greenhouse is temperature controlled. The inputs come from a number of temperature sensors. Each sensor sends temperature readings back to the computer (say) every 1/100 th of a second. The computer processes these readings and will, if required, send signals to a set of motors which control the opening and closing of the windows. This continuous cycle of input-processing-output maintains a constant temperature inside the greenhouse. Does this application meet the bullet pointed requirements for a real-time operating system? Note Some of the OS classification descriptions are not mutually exclusive. A multi-user operating system is likely to be provided for by on a network; the operating system therefore provides both network and multi-user usage. Pseudo real-time Some computer applications require the processing and outputs to take place quickly but on a time scale of seconds (rather that fractions of a second as with our greenhouse application). MTPL0225_Chapter 02.indd 8 2/4/2012 4:08:15 PM

3 System Software 9 Consider purchasing concert tickets from a ticketing agency. Once a reservation is made for tickets, the reservation data must be brought up-to-date immediately as each new reservation transaction is completed. If not, the likely outcome will be a double booking. Modern websites will often reserve the selection made by the user for around two minutes, to give the user sufficient time to make payment for the tickets selected. Single-user Multi-user OS A stand-alone microcomputer system will require a single-user operating system. This is clouded by the ability to create different user profiles for use on the same computer, but when the computer system is in use it is a single-user system. Multi-user means the computer system can be concurrently used by several users. Progress Check 2.4 A small office environment may require that all users have access to a central database of data for order processing etc. Could you describe another computer application which would require multi-user access? Network OS Each computer on the network will have its resident operating system software. Communication across the network is provided for with another layer of software called the network operating system. Tasks for the network OS include: control of access to the network (user IDs and passwords) management of all available resources (for example, a printer) management of all users data files. Multitasking When using a stand-alone computer we almost take for granted that we can have several programs concurrently loaded. Strictly we should use the term process. For example, there may be two copies of the word processor program loaded and the OS will treat each of these as a separate process. However, remember that there is only one processor and so although there are several programs loaded into the main memory the processor is only ever actually processing one of the processes at any one time. For the Windows operating system we can see the loaded programs sitting on the taskbar. Running the Task Manager utility will display the list of processes loaded. Don t Confuse Multitasking Multi-processing Multi-programming 2.2 User interfaces We have already stated that it is a key role of the operating system to provide the user of the computer system will an interface through which the computer system is used. Forms based interface Many applications are web-based and require the completion of a form for data capture. The screen shows the entry of the data for ordering a pair of spectacles on-line. The form will contain the usual widget controls for data entry including: text boxes radio buttons check boxes drop-down lists. Why do drop-down list help with data validation? Note the fields marked with the star must be entered a form of validation. Progress Check 2.5 Do you know where it would be appropriate to use a check boxes (usually square) or radio buttons? MTPL0225_Chapter 02.indd 9 2/4/2012 4:08:16 PM

4 10 System Software Figure 2.1 Figure 2.2 Graphical User Interface (GUI) A GUI uses: windows (This means a program window and not the Windows operating system) icons menus pointing device (for example, a mouse). Hence a graphical user interface is called a WIMP interface. This screen illustrates all these points. The Windows Explorer program uses multi-level menus (see screenshot). The desktop and taskbar has icons to represent various programs. A more recent trend is to organise the menu selections using ribbons and tabs. This is illustrated with the Articulate Quizmaker software (Figure 2.3). MTPL0225_Chapter 02.indd 10 2/4/2012 4:08:17 PM

5 System Software 11 Figure 2.3 Figure 2.4 Command-line interface The user is presented with a command line prompt. The user must learn and then use the commands. The traditional command-line interface on the PC was the early MS-DOS operating system from Microsoft. One such command is dir which displays a list of all the folders and files in the current folder/ directory. Command line interfaces have the advantage that once the commands have been learnt an expert user can quickly use the computer system. Natural language interface Natural language processing is the ability to communicate with the computer system using natural language. This is one step on from simply carrying out a keyword search. Figure 2.5 There s an interesting paradox here in that natural language, the system that is easiest for humans to learn and use, is the hardest for a computer system to master and implement! Consider a search for the text Which city in England has the largest population outside London. A keyword search would only focus on the keywords population and London. A natural MTPL0225_Chapter 02.indd 11 2/4/2012 4:08:18 PM

6 12 System Software language search on the other hand, attempts to use natural language to understand the nature of the question and then return matches which answer the question. If the natural language search is successful, results should have a higher relevance than results from a keyword search using a search engine. The website Ask.com would claim to use natural language processing for the analysis of search engine text. Disc formatter program Formatting a disc requires the setting up of the block markers on each track. The screenshot shows the format of a pen-drive with Windows 7 and the screen shows the size of the blocks which the FAT filing system will use. The size of all blocks written to the disc is 16 kilobytes. A disc must be formatted before it can be used. Look Back To Figure 1.2 in Chapter 1 to see where utility software fits in the general classification of software. 2.3 Utility software What was classified as a utility some 15 years ago would have been clear. The issue now is that, as operating systems now provide more and more features, tasks we would have previously labelled a utility may well now be packaged as part of the OS. The screenshot shows all the Windows 7 operating system programs available under System Tools. The following are all examples of a utility program. Figure 2.7 Disc defragmenter As the disc becomes more and more used for the saving of files, the blocks used for a file become scattered over various tracks and sectors. The result is that files may take longer to load, as all the required blocks need to be retrieved and this will require several movements of the read/write head. Defragmenter software rearranges the blocks that are used for each file so that the blocks are contiguous. This will result in fewer movements of the read/write head and hence faster retrieval of the file. Disc cleanup Following heavy use, some of the blocks on the surface of the disc may become damaged. These blocks must be marked as unusable so that the file management module of the OS will not attempt to use them. Figure 2.6 Virus checker All computers should have one! The virus checker program will make reference to a database of MTPL0225_Chapter 02.indd 12 2/4/2012 4:08:19 PM

7 System Software 13 known viruses and then report if a file is found on the computer. The virus checking software will then quarantine the suspicious file, ready for its removal. The database of known viruses must be continually kept up-to-date. A virus is just one type of malware which can cause harm to the computer system. Hardware driver New hardware when developed will be designed so that it can be used with a variety of operating systems. What makes this possible is a program called a device driver. A driver program is designed to allow successful communication between the operating system and the hardware device. File management The operating system will come with commands/ programs to manage the files on the computer system. File management includes: organising files into folders/directories deleting files moving/copying files. File compression Some files by their very their nature, for example, video and graphics files, are large. Reducing the size of any file is clearly desirable as: it takes up less storage space on the secondary storage device the file size may be critical if the file is to be attached to an and then sent over the Internet. The WinZip program (Figure 2.8) has almost become a de-facto standard for file compression on the PC. Figure 2.8 The overhead with file compression is that we need software to perform the task and then software to extract a compressed file. Archiving utility This may be utility in its own right or a feature which is part of an application such as an client program. An client program (such as Microsoft s Outlook) has a facility to archive old and unwanted s. When the files are archived file compression will take place. Top tip The list of possible utilities is huge for an examination answer stick to these listed here which can be found on most computer systems. Exam-style Questions Specimen Paper 1 Question 1 1 (a) State what is meant by (i) operating system software [1] (ii) applications software [1] MTPL0225_Chapter 02.indd 13 2/4/2012 4:08:19 PM

8 14 System Software Technique The number of lines provided indicates the length of answer expected for each part. Note also the different keywords: State Explain Identify (b) Explain the difference between batch processing and real-time operating systems [2] (c) Identify one application which would need to use batch processing and give a reason for your answer. Application... Reason... [2] Summer 2009 Question 5 (The question has been presented in the current question/answer book format) Technique Needs careful reading, as the question requires: a description of the interface and then an application. One purpose of most operating systems is to provide a human computer interface (HCI). (a) Describe the following HCIs and give an example of an application which would use each: (i) menu based [3] (ii) natural language [3] (b) State three other purposes of an operating system [3] MTPL0225_Chapter 02.indd 14 2/4/2012 4:08:19 PM

Kernel. What is an Operating System? Systems Software and Application Software. The core of an OS is called kernel, which. Module 9: Operating Systems

Kernel. What is an Operating System? Systems Software and Application Software. The core of an OS is called kernel, which. Module 9: Operating Systems Module 9: Operating Systems Objective What is an operating system (OS)? OS kernel, and basic functions OS Examples: MS-DOS, MS Windows, Mac OS Unix/Linux Features of modern OS Graphical operating system

More information

Computers: Tools for an Information Age

Computers: Tools for an Information Age Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background Objectives of Chapter 3 Describe the functions of an Operating System Explain the basics of a personal computer

More information

Operating Systems. and Windows

Operating Systems. and Windows Operating Systems and Windows What is an Operating System? The most important program that runs on your computer. It manages all other programs on the machine. Every PC has to have one to run other applications

More information

Click to view Web Link, click Chapter 8, Click Web Link from left navigation, then click BIOS below Chapter 8 p. 395 Fig. 8-4.

Click to view Web Link, click Chapter 8, Click Web Link from left navigation, then click BIOS below Chapter 8 p. 395 Fig. 8-4. Chapter 8 Objectives Chapter 8 Operating Systems and Utility Programs Identify the the types types of of system software Summarize the the startup process on on a a personal computer Describe the the functions

More information

Chapter 8 Objectives. Chapter 8 Operating Systems and Utility Programs. Operating Systems. Operating Systems. Operating Systems.

Chapter 8 Objectives. Chapter 8 Operating Systems and Utility Programs. Operating Systems. Operating Systems. Operating Systems. Chapter 8 Objectives Chapter 8 s and Utility Programs Describe the two types of software Understand the startup process for a personal computer Describe the term user interface Explain features common

More information

OPERATING SYSTEMS Software in the Background. Chapter 2

OPERATING SYSTEMS Software in the Background. Chapter 2 OPERATING SYSTEMS Software in the Background Chapter 2 Objectives Describe the functions of an Operating System Explain the basics of a personal computer operating system Describe the advantages of a graphical

More information

Chapter 8 Operating Systems and Utility Programs

Chapter 8 Operating Systems and Utility Programs Operating Systems What are the functions of an? start the computer provide a user interface manage programs Chapter 8 Operating Systems and Utility Programs administer security control a network manage

More information

Chapter 5: System Software: Operating Systems and Utility Programs

Chapter 5: System Software: Operating Systems and Utility Programs Understanding Computers Today and Tomorrow 12 th Edition Chapter 5: System Software: Operating Systems and Utility Programs Learning Objectives Understand the difference between system software and application

More information

Chapter Contents. Operating System Activities. Operating System Basics. Operating System Activities. Operating System Activities 25/03/2014

Chapter Contents. Operating System Activities. Operating System Basics. Operating System Activities. Operating System Activities 25/03/2014 Chapter Contents Operating Systems and File Management Section A: Operating System Basics Section B: Today s Operating Systems Section C: File Basics Section D: File Management Section E: Backup Security

More information

Lecture 6: Operating Systems and Utility Programs

Lecture 6: Operating Systems and Utility Programs Lecture 6: 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

Topic 2: Computer Management File Management Folders A folder is a named storage location where related files can be stored. A folder also known as

Topic 2: Computer Management File Management Folders A folder is a named storage location where related files can be stored. A folder also known as Topic 2: Computer Management File Management Folders A folder is a named storage location where related files can be stored. A folder also known as directory in some operating systems, all folders or directories

More information

Discovering Computers

Discovering Computers Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet Chapter 9 Operating Systems Objectives Overview Define an operating system Describe the start-up process and shutdown

More information

Chapter 5: Fundamental Operating Systems

Chapter 5: Fundamental Operating Systems Chapter 5: Fundamental Operating Systems IT Essentials: PC Hardware and Software v4.1 Chapter5 2007-2010 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Chapter 5 Objectives 5.1 Explain the purpose

More information

EUCIP IT Administrator - Module 2 Operating Systems Syllabus Version 3.0

EUCIP IT Administrator - Module 2 Operating Systems Syllabus Version 3.0 EUCIP IT Administrator - Module 2 Operating Systems Syllabus Version 3.0 Copyright 2011 ECDL Foundation All rights reserved. No part of this publication may be reproduced in any form except as permitted

More information

SOFTWARE UNIT 1 PART B C O M P U T E R T E C H N O L O G Y ( S 1 O B J 2 2-3 A N D O B J 3-2)

SOFTWARE UNIT 1 PART B C O M P U T E R T E C H N O L O G Y ( S 1 O B J 2 2-3 A N D O B J 3-2) SOFTWARE UNIT 1 PART B C O M P U T E R T E C H N O L O G Y ( S 1 O B J 2 2-3 A N D O B J 3-2) SOFTWARE CATEGORIES There are two main type of software categories Operating Systems Software Application Software

More information

EUCIP - IT Administrator. Module 2 Operating Systems. Version 2.0

EUCIP - IT Administrator. Module 2 Operating Systems. Version 2.0 EUCIP - IT Administrator Module 2 Operating Systems Version 2.0 Module 2 Goals Module 2 Module 2, Operating Systems, requires the candidate to be familiar with the procedure of installing and updating

More information

Specific Information for installation and use of the database Report Tool used with FTSW100 software.

Specific Information for installation and use of the database Report Tool used with FTSW100 software. Database Report Tool This manual contains: Specific Information for installation and use of the database Report Tool used with FTSW100 software. Database Report Tool for use with FTSW100 versions 2.01

More information

BillQuick Agent 2010 Getting Started Guide

BillQuick Agent 2010 Getting Started Guide Time Billing and Project Management Software Built With Your Industry Knowledge BillQuick Agent 2010 Getting Started Guide BQE Software, Inc. 2601 Airport Drive Suite 380 Torrance CA 90505 Support: (310)

More information

Downloading and installing SMART Notebook Software

Downloading and installing SMART Notebook Software Connected Classrooms Program: Interactive Classrooms Project 03 June 2009 Downloading and installing SMART Notebook Software Step-by-step instructions for Windows and Apple Macs DET has licensed the SMART

More information

EBSCO MEDIA FILE TRANSFER SOFTWARE INSTALLATION INSTRUCTIONS

EBSCO MEDIA FILE TRANSFER SOFTWARE INSTALLATION INSTRUCTIONS EBSCO MEDIA FILE TRANSFER SOFTWARE INSTALLATION INSTRUCTIONS CLICK HERE FOR Instructions For MACINTOSH Instructions For WINDOWS EBSCO MEDIA FILE TRANSFER WINDOWS INSTALLATION Metagraphix FTP 3.5 Software

More information

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Eleventh Edition. Copyright 2015 Pearson Education, Inc.

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Eleventh Edition. Copyright 2015 Pearson Education, Inc. Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Eleventh Edition Technology in Action Chapter 4 System Software: The Operating System, Utility Programs, and File Management. Chapter Topics

More information

NDA-30141 ISSUE 1 STOCK # 200893. CallCenterWorX-Enterprise IMX MAT Quick Reference Guide MAY, 2000. NEC America, Inc.

NDA-30141 ISSUE 1 STOCK # 200893. CallCenterWorX-Enterprise IMX MAT Quick Reference Guide MAY, 2000. NEC America, Inc. NDA-30141 ISSUE 1 STOCK # 200893 CallCenterWorX-Enterprise IMX MAT Quick Reference Guide MAY, 2000 NEC America, Inc. LIABILITY DISCLAIMER NEC America, Inc. reserves the right to change the specifications,

More information

Rev. 06 JAN. 2008. Document Control User Guide: Using Outlook within Skandocs

Rev. 06 JAN. 2008. Document Control User Guide: Using Outlook within Skandocs Rev. 06 JAN. 2008 Document Control User Guide: Using Outlook within Skandocs Introduction By referring to this user guide, it is assumed that the user has an advanced working knowledge of Skandocs (i.e.

More information

REDUCING YOUR MICROSOFT OUTLOOK MAILBOX SIZE

REDUCING YOUR MICROSOFT OUTLOOK MAILBOX SIZE There are several ways to eliminate having too much email on the Exchange mail server. To reduce your mailbox size it is recommended that you practice the following tasks: Delete items from your Mailbox:

More information

Chapter 4. System Software. What You Will Learn... Computers Are Your Future. System Software. What You Will Learn... Starting the Computer

Chapter 4. System Software. What You Will Learn... Computers Are Your Future. System Software. What You Will Learn... Starting the Computer What You Will Learn... Computers Are Your Future Chapter 4 The two major components of operating system software Why a computer isn t useful without an operating system The five basic functions of an operating

More information

After going through this lesson you would be able to:

After going through this lesson you would be able to: 18 :: Data Entry Operations 2 Operating System 2.1 INTRODUCTION The operating system in these days uses a graphical user interface (GUI). Here you do not have to remember all the commands by heart. The

More information

4.1 Introduction 4.2 Explain the purpose of an operating system 4.2.1 Describe characteristics of modern operating systems Control Hardware Access

4.1 Introduction 4.2 Explain the purpose of an operating system 4.2.1 Describe characteristics of modern operating systems Control Hardware Access 4.1 Introduction The operating system (OS) controls almost all functions on a computer. In this lecture, you will learn about the components, functions, and terminology related to the Windows 2000, Windows

More information

Multiprogramming. IT 3123 Hardware and Software Concepts. Program Dispatching. Multiprogramming. Program Dispatching. Program Dispatching

Multiprogramming. IT 3123 Hardware and Software Concepts. Program Dispatching. Multiprogramming. Program Dispatching. Program Dispatching IT 3123 Hardware and Software Concepts Operating Systems II October 26 Multiprogramming Two or more application programs in memory. Consider one CPU and more than one program. This can be generalized to

More information

Batch Eligibility Long Term Care claims

Batch Eligibility Long Term Care claims Hewlett Packard Enterprise Provider Electronic Solutions software lets Connecticut Medical Assistance Program providers verify patient s eligibility and submit and correct claims for services all electronically.

More information

Q1. What are the differences between Data Backup, System Restore, Disk Image, System Recovery Disc and System Repair Disk?

Q1. What are the differences between Data Backup, System Restore, Disk Image, System Recovery Disc and System Repair Disk? Windows Q & A April 2012 By Mary Phillips, Secretary, Icon Users Group, MO April 2011 issue, The ICON-Newsletter of the Interactive Computer Owners Network www.iconusersgroup.com mary@iconusersgroup.org

More information

A single user ran a single program ran on a single computer there was no need for Page 1 of 6 Copyright Virtual University of Pakistan

A single user ran a single program ran on a single computer there was no need for Page 1 of 6 Copyright Virtual University of Pakistan Lecture 11 Operating Systems Focus of the last lecture: computer SW 1. We found out about the role SW plays in a computing environment 2. We learned to distinguish between SW belonging to the system &

More information

Chapter 4. Operating Systems and File Management

Chapter 4. Operating Systems and File Management Chapter 4 Operating Systems and File Management Chapter Contents Section A: Operating System Basics Section B: Today s Operating Systems Section C: File Basics Section D: File Management Section E: Backup

More information

Chapter 5 System Software: Operating Systems and Utility Programs

Chapter 5 System Software: Operating Systems and Utility Programs 15 th Edition Understanding Computers Today and Tomorrow Comprehensive Chapter 5 System Software: Operating Systems and Utility Programs Deborah Morley Charles S. Parker Copyright 2015 Cengage Learning

More information

INFORMATION SECURITY GUIDELINE How to Encrypt Files Using Common Applications Revision 1.1

INFORMATION SECURITY GUIDELINE How to Encrypt Files Using Common Applications Revision 1.1 INFORMATION SECURITY GUIDELINE How to Encrypt Files Using Common Applications Revision 1.1 Contents Introduction... 1 Safely Delivering the Encryption Password to the Recipient... 2 How to Encrypt Files

More information

Operating Systems Lab Exercises: WINDOWS 2000/XP Task Manager

Operating Systems Lab Exercises: WINDOWS 2000/XP Task Manager A key tool that you will use to manage system processes and applications is Task Manager. You can access Task Manager using any of the following methods: Press CTRL+SHIFT+ESC Press CTRL+ALT+DEL and then

More information

NDSR Utilities. Creating Backup Files. Chapter 9

NDSR Utilities. Creating Backup Files. Chapter 9 Chapter 9 NDSR Utilities NDSR utilities include various backup and restore features, ways to generate output files, and methods of importing and exporting Header tab information. This chapter describes:

More information

Personalizing your Access Database with a Switchboard

Personalizing your Access Database with a Switchboard Personalizing your Access Database with a Switchboard This document provides basic techniques for creating a switchboard in Microsoft Access. A switchboard provides database users with a customized way

More information

6 USING WINDOWS XP 6.1 INTRODUCTION

6 USING WINDOWS XP 6.1 INTRODUCTION 6 USING WINDOWS XP 6.1 INTRODUCTION The windows operating system started with the introduction of Windows OS and Windows for work group for networking. Since then it has come a long way and Windows 95,

More information

Operating System Today s Operating Systems File Basics File Management Application Software

Operating System Today s Operating Systems File Basics File Management Application Software Lecture Content Operating System Today s Operating Systems File Basics File Management Application Software Operating Systems and File Management 2 Operating Systems and File Management 3 Operating System

More information

After studying this lesson, you will have a clear understanding of, what an Operating System is. functions of an Operating System

After studying this lesson, you will have a clear understanding of, what an Operating System is. functions of an Operating System After studying this lesson, you will have a clear understanding of, what an Operating System is functions of an Operating System User Interfaces how to use Windows Operating System 5.1 Introduction As

More information

Chapter 8 Types of Utility Programs and Operating Systems. Discovering Computers 2012. Your Interactive Guide to the Digital World

Chapter 8 Types of Utility Programs and Operating Systems. Discovering Computers 2012. Your Interactive Guide to the Digital World Chapter 8 Types of Utility Programs and Operating Systems Discovering Computers 2012 Your Interactive Guide to the Digital World Objectives Overview Define system software and identify the two types of

More information

Control scanning, printing and copying effectively with uniflow Version 5. you can

Control scanning, printing and copying effectively with uniflow Version 5. you can Control scanning, printing and copying effectively with uniflow Version 5 you can Bring more control and added efficiency to your scanning and print environment. What is uniflow? uniflow is a software

More information

Operating Systems Overview As we have learned in working model of a computer we require a software system to control all the equipment that are

Operating Systems Overview As we have learned in working model of a computer we require a software system to control all the equipment that are Session 07 Operating Systems Overview As we have learned in working model of a computer we require a software system to control all the equipment that are connected to computer and provide good environment

More information

aims sql server installation guide

aims sql server installation guide aims sql server installation guide Document Version: 4000 February 2015 CONTENTS AIMS Installation Guide... 3 Installing the AIMS Software... 4 Pre-Requisites... 4 Installation... 4 Shortcuts... 4 Directory

More information

StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started

StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started Contents StrikeRisk v6.0 Introduction 1/1 1 Installing StrikeRisk System requirements Installing StrikeRisk Installation troubleshooting

More information

Addonics T E C H N O L O G I E S. NAS Adapter. Model: NASU2. 1.0 Key Features

Addonics T E C H N O L O G I E S. NAS Adapter. Model: NASU2. 1.0 Key Features 1.0 Key Features Addonics T E C H N O L O G I E S NAS Adapter Model: NASU2 User Manual Convert any USB 2.0 / 1.1 mass storage device into a Network Attached Storage device Great for adding Addonics Storage

More information

Centran Version 4 Getting Started Guide KABA MAS. Table Of Contents

Centran Version 4 Getting Started Guide KABA MAS. Table Of Contents Page 1 Centran Version 4 Getting Started Guide KABA MAS Kaba Mas Welcome Kaba Mas, part of the world-wide Kaba group, is the world's leading manufacturer and supplier of high security, electronic safe

More information

Roth IRA Conversion Evaluator

Roth IRA Conversion Evaluator Roth IRA Conversion Evaluator Quick Start Guide 2009, WoltersKluwer. All Rights Reserved. Page 1 of 36 Table of Contents Roth IRA Conversion Evaluator Quick Start Guide Getting Started... 3 About the Roth

More information

Part 3: Accessing Local drives and printers from the Terminal Server

Part 3: Accessing Local drives and printers from the Terminal Server In this guide: Part 1: What are Terminal Services / Remote Desktop? Part 2: Connecting to the HUSPSS Terminal Servers Part 3: Accessing Local drives and printers from the Terminal Server Part 4: Accessing

More information

Server Installation, Administration and Integration Guide

Server Installation, Administration and Integration Guide Server Installation, Administration and Integration Guide Version 1.1 Last updated October 2015 2015 sitehelpdesk.com, all rights reserved TABLE OF CONTENTS 1 Introduction to WMI... 2 About Windows Management

More information

User Guide Win7Zilla

User Guide Win7Zilla User Guide Win7Zilla Table of contents Section 1: Installation... 3 1.1 System Requirements... 3 1.2 Software Installation... 3 1.3 Uninstalling Win7Zilla software... 3 Section 2: Navigation... 4 2.1 Main

More information

Instructions for Importing (migrating) Data

Instructions for Importing (migrating) Data Instructions for Importing (migrating) Data from CTAS Version 7 to CTAS Version 8 For Windows 8 and 8.1 CTAS Version 8 is designed to work with your Version 7 data if you choose to. These instructions

More information

WAMLocal. Wireless Asset Monitoring - Local Food Safety Software. Software Installation and User Guide BA/WAM-L-F

WAMLocal. Wireless Asset Monitoring - Local Food Safety Software. Software Installation and User Guide BA/WAM-L-F Wireless Asset Monitoring - Local Food Safety Software BA/WAM-L-F Software Installation and User Guide System Overview The BAPI Wireless Asset Monitoring Local (WAM Local) Software receives temperature

More information

13 Managing Devices. Your computer is an assembly of many components from different manufacturers. LESSON OBJECTIVES

13 Managing Devices. Your computer is an assembly of many components from different manufacturers. LESSON OBJECTIVES LESSON 13 Managing Devices OBJECTIVES After completing this lesson, you will be able to: 1. Open System Properties. 2. Use Device Manager. 3. Understand hardware profiles. 4. Set performance options. Estimated

More information

Short Manual Intellect v.4.7.6 SP2 module Unipos Contents:

Short Manual Intellect v.4.7.6 SP2 module Unipos Contents: Short Manual Intellect v.4.7.6 SP2 module Unipos Contents: 1. Software Installation... 2 2. Hardware Configuration... 12 3. System Dispatching... 14 3.1. Create dispatching objects... 14 3.2. Graphical

More information

1/5/2013. Technology in Action

1/5/2013. Technology in Action 0 1 2 3 4 5 6 Technology in Action Chapter 5 Using System Software: The Operating System, Utility Programs, and File Management Chapter Topics System software basics Types of operating systems What the

More information

What is PC Matic?...4. System Requirements...4. Launching PC Matic.5. How to Purchase a PC Matic Subscription..6. Additional Installations.

What is PC Matic?...4. System Requirements...4. Launching PC Matic.5. How to Purchase a PC Matic Subscription..6. Additional Installations. USER Manual Table of Contents Getting Started What is PC Matic?...4 System Requirements....4 Launching PC Matic.5 How to Purchase a PC Matic Subscription..6 Additional Installations. 6 Registration...6

More information

SYSTEM REQUIREMENTS...

SYSTEM REQUIREMENTS... Contents INTRODUCTION... 1 BillQuick HR Setup Checklist... 2 SYSTEM REQUIREMENTS... 3 HARDWARE REQUIREMENTS... 3 SOFTWARE REQUIREMENTS... 3 Operating System Requirements... 3 Other System Requirements...

More information

Introduction to Windows XP

Introduction to Windows XP Introduction to Windows XP Academic Computing Support Information Technology Services Tennessee Technological University January 2003 1. What s new in XP New colorful interface. More stable than 9x/Me

More information

Chapter 7A. Functions of Operating Systems. Types of Operating Systems. Operating System Basics

Chapter 7A. Functions of Operating Systems. Types of Operating Systems. Operating System Basics Chapter 7A Operating System Basics Functions of Operating Provide a user interface Run programs Manage hardware devices Organized file storage 2 Types of Operating Real-time operating system Very fast

More information

Welcome to the ARCO Group Support Desk

Welcome to the ARCO Group Support Desk Welcome to the ARCO Group Support Desk To allow us to provide you the best service possible when you have a support need it is very important that you follow these instructions when requesting support.

More information

Operating System Software

Operating System Software Operating System Software Lecture 7 The operating system Defines our computing experience. First software we see when we turn on the computer, and the last software we see when the computer is turned off.

More information

Skype for Business. User Guide. Contents

Skype for Business. User Guide. Contents Skype for Business User Guide Contents What is Skype for Business... 2 Accessing Skype for Business... 2 Starting Skype for Business for the first time... 2 Subsequent access to Skype for Business... 3

More information

How To Understand The History Of An Operating System

How To Understand The History Of An Operating System 7 Operating Systems 7.1 Source: Foundations of Computer Science Cengage Learning Objectives After studying this chapter, the student should be able to: 7.2 Understand the role of the operating system.

More information

Loss of data can happen in many ways. One of the most common causes is hard drive failure. Hard drives can die without warning.

Loss of data can happen in many ways. One of the most common causes is hard drive failure. Hard drives can die without warning. Backing up Important Data Data Backup Procedures for Medford High School Faculty & Staff Backup Procedures for saving to: Zip Drives CD-ROM Drives Floppy Disks Data Travelers And how to use the Windows

More information

ADMINISTRATOR S GUIDE

ADMINISTRATOR S GUIDE F O R W I N D O W S N T ADMINISTRATOR S GUIDE 1997 Claris Corporation. All Rights Reserved. Claris Corporation 5201 Patrick Henry Drive Santa Clara, California 95052 Claris and FileMaker are trademarks

More information

OPERATION MANUAL. MV-410RGB Layout Editor. Version 2.1- higher

OPERATION MANUAL. MV-410RGB Layout Editor. Version 2.1- higher OPERATION MANUAL MV-410RGB Layout Editor Version 2.1- higher Table of Contents 1. Setup... 1 1-1. Overview... 1 1-2. System Requirements... 1 1-3. Operation Flow... 1 1-4. Installing MV-410RGB Layout

More information

Outlook 2010 Archiving Email CPAC Workshop Summer 2014

Outlook 2010 Archiving Email CPAC Workshop Summer 2014 Outlook 2010 Archiving Email CPAC Workshop Summer 2014 Presenters: Kaleo Kelikani and Linda Holdzkom, ITS Technical Services Contents Tips and Tools for the Desktop Version of Outlook Page 2-4 What is

More information

Introduction to MS WINDOWS XP

Introduction to MS WINDOWS XP Introduction to MS WINDOWS XP Mouse Desktop Windows Applications File handling Introduction to MS Windows XP 2 Table of Contents What is Windows XP?... 3 Windows within Windows... 3 The Desktop... 3 The

More information

Updated: April 2010. Copyright 2005-2010 DBA Software Inc. All rights reserved. 2 Getting Started Guide

Updated: April 2010. Copyright 2005-2010 DBA Software Inc. All rights reserved. 2 Getting Started Guide Updated: April 2010 Copyright 2005-2010 DBA Software Inc. All rights reserved. 2 Getting Started Guide Table of Contents Welcome 4 Support Center Subscription 5 1. System Requirements 8 2. Installing the

More information

Version 8. Backing Up and Restoring Progeny Databases

Version 8. Backing Up and Restoring Progeny Databases Version 8 Backing Up and Restoring Progeny Databases Table of Contents Introduction... 3 Backing up a standalone (local) database... 3 Manual Backups... 3 Manual Backup Frequency... 5 Restoring a Manual

More information

STUDY GUIDE CHAPTER 4

STUDY GUIDE CHAPTER 4 STUDY GUIDE CHAPTER 4 True/False Indicate whether the statement is true or false. 1. A(n) desktop operating system is designed for a desktop or notebook personal computer. 2. A(n) mirrored user interface

More information

Call Recorder Quick CD Access System

Call Recorder Quick CD Access System Call Recorder Quick CD Access System V4.0 VC2010 Contents 1 Call Recorder Quick CD Access System... 3 1.1 Install the software...4 1.2 Start...4 1.3 View recordings on CD...5 1.4 Create an archive on Hard

More information

Outlook Operating Instructions. Internal Desktop Access

Outlook Operating Instructions. Internal Desktop Access Outlook Operating Instructions Internal Desktop Access OUTLOOK OPERATING INSTRUCTIONS (INTERNAL DESKTOP ACCESS) FREQUENTLY ASKED QUESTIONS & ANSWERS Q: How do I check my email while on campus? A: Click

More information

Remote Desktop Administration

Remote Desktop Administration Remote Desktop Administration What is it? Remote Desktop Administration allows a user with appropriate privileges to connect to his/her computer at Rice from another computer, similar to the way one may

More information

Monitoring Network DMN

Monitoring Network DMN Monitoring Network DMN User Manual Table of contents Table of contents... 2 1. Product features and capabilities... 3 2. System requirements... 5 3. Getting started with the software... 5 3-1 Installation...

More information

Unity Error Message: Your voicemail box is almost full

Unity Error Message: Your voicemail box is almost full Unity Error Message: Your voicemail box is almost full Document ID: 111781 Contents Introduction Prerequisites Requirements Components Used Conventions Problem Solution Delete Voice Mail Messages from

More information

Auto Archiving Folders in Outlook XP

Auto Archiving Folders in Outlook XP Auto Archiving Folders in Outlook XP Your Outlook email account on the Exchange server is allotted 50 megabytes of storage space on the server. Items in the Inbox, Calendar, Sent Items, Deleted Items,

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

Introduction to Windows

Introduction to Windows Introduction to Windows Today s Class Learn the Windows environment Identify the different parts of a window Understand how to manipulate icons, windows and other objects Work on the Introduction to Windows

More information

MICROSOFT WINDOWS NAVIGATION

MICROSOFT WINDOWS NAVIGATION MICROSOFT WINDOWS NAVIGATION MARGARET E. HEGGAN FREE PUBLIC LIBRARY This walkthrough assumes you have a computer with Microsoft Windows 7 installed. Versions of Microsoft Windows are similar, but different

More information

IceWarp Unified Communications. AntiVirus Reference. Version 10.4

IceWarp Unified Communications. AntiVirus Reference. Version 10.4 IceWarp Unified Communications AntiVirus Reference Version 10.4 Printed on 13 January, 2012 Contents AntiVirus 1 Anti-Virus... 2 Latest Avast! Engine... 2 Kaspersky Anti-Virus Support... 2 Support for

More information

Office of History. Using Code ZH Document Management System

Office of History. Using Code ZH Document Management System Office of History Document Management System Using Code ZH Document The ZH Document (ZH DMS) uses a set of integrated tools to satisfy the requirements for managing its archive of electronic documents.

More information

Remote Support. User Guide 7.23

Remote Support. User Guide 7.23 Remote Support User Guide 7.23 Copyright 1997 2011 Cisco and/or its affiliates. All rights reserved. WEBEX, CISCO, Cisco WebEx, the CISCO logo, and the Cisco WebEx logo are trademarks or registered trademarks

More information

Getting Started with WebEx Access Anywhere

Getting Started with WebEx Access Anywhere Getting Started with WebEx Access Anywhere This guide provides basic instructions to help you start using WebEx Access Anywhere quickly. This guide assumes that you have a user account on your meeting

More information

As OneNote allows you to share your notebook with others, it can be used for realtime multiple user collaboration.

As OneNote allows you to share your notebook with others, it can be used for realtime multiple user collaboration. Getting started with OneNote 2013 Information Services Getting started with OneNote 2013 What is OneNote 2013? OneNote 2013 is a free-form digital notebook which allows you to capture, store and share

More information

Understand Backup and Recovery Methods

Understand Backup and Recovery Methods Understand Backup and Recovery Methods Lesson Overview Understand backup and recovery methods. In this lesson, you will explore: Backup management Backup options Recovery methods Backup Management Windows

More information

SystemTech AntiSpyware Manual

SystemTech AntiSpyware Manual Summitsoft Corporation SystemTech AntiSpyware Manual This guide is distributed with software that includes an end user agreement, this guide, as well as the software described in it, is furnished under

More information

File Management Utility. T u t o r i a l

File Management Utility. T u t o r i a l File Management Utility T u t o r i a l Contents System Requirements... 2 Preparing Files for Transfer to GlobalMark... 2 Application Launch... 2 Printer Setup... 2 Communication Status... 4 Communication

More information

How To Restore Your Data On A Backup By Mozy (Windows) On A Pc Or Macbook Or Macintosh (Windows 2) On Your Computer Or Mac) On An Pc Or Ipad (Windows 3) On Pc Or Pc Or Micro

How To Restore Your Data On A Backup By Mozy (Windows) On A Pc Or Macbook Or Macintosh (Windows 2) On Your Computer Or Mac) On An Pc Or Ipad (Windows 3) On Pc Or Pc Or Micro Online Backup by Mozy Restore Common Questions Document Revision Date: June 29, 2012 Online Backup by Mozy Common Questions 1 How do I restore my data? There are five ways of restoring your data: 1) Performing

More information

Chapter 3. Operating Systems

Chapter 3. Operating Systems Christian Jacob Chapter 3 Operating Systems 3.1 Evolution of Operating Systems 3.2 Booting an Operating System 3.3 Operating System Architecture 3.4 References Chapter Overview Page 2 Chapter 3: Operating

More information

Hosting Users Guide 2011

Hosting Users Guide 2011 Hosting Users Guide 2011 eofficemgr technology support for small business Celebrating a decade of providing innovative cloud computing services to small business. Table of Contents Overview... 3 Configure

More information

Hulbee Desktop guide. Version 2.1.16.139

Hulbee Desktop guide. Version 2.1.16.139 Hulbee Desktop guide Version 2.1.16.139 CONTENTS Page 2 of 61 1. INTRODUCTION... 4 1.1 About Hulbee Desktop... 4 1.1.1 The purpose of Hulbee Desktop... 4 2. INSTALLATION AND LAUNCHING... 5 2.1 Installing

More information

Recording Supervisor Manual Presence Software

Recording Supervisor Manual Presence Software Presence Software Version 9.2 Date: 09/2014 2 Contents... 3 1. Introduction... 4 2. Installation and configuration... 5 3. Presence Recording architectures Operating modes... 5 Integrated... with Presence

More information

C6 Easy Imaging Total Computer Backup. User Guide

C6 Easy Imaging Total Computer Backup. User Guide C6 Easy Imaging Total Computer Backup User Guide Clickfree and the Clickfree logo are trademarks or registered trademarks of Storage Appliance Corporation. Other product names used in this guide are recognized

More information

Working with Office Applications and ProjectWise

Working with Office Applications and ProjectWise Working with Office Applications and ProjectWise The main Microsoft Office Applications (Word, Excel, PowerPoint and Outlook) are all integrated with ProjectWise. These applications are aware that ProjectWise

More information

Email Start to Finish: Set up a New Account or Use Your Own

Email Start to Finish: Set up a New Account or Use Your Own Better Technology, Onsite and Personal Connecting NIOGA s Communities www.btopexpress.org [Type www.nioga.org Email Start to Finish: Set up a New Account or Use Your Own Overview: Set up a free email account

More information

Symantec NetBackup Backup, Archive, and Restore Getting Started Guide. Release 7.5

Symantec NetBackup Backup, Archive, and Restore Getting Started Guide. Release 7.5 Symantec NetBackup Backup, Archive, and Restore Getting Started Guide Release 7.5 Symantec NetBackup Backup, Archive, and Restore Getting Started Guide The software described in this book is furnished

More information

Guest PC. for Mac OS X. User Guide. Version 1.6. Copyright 1996-2005 Lismore Software Systems, Ltd. All rights reserved.

Guest PC. for Mac OS X. User Guide. Version 1.6. Copyright 1996-2005 Lismore Software Systems, Ltd. All rights reserved. Guest PC for Mac OS X Version 1.6 User Guide Copyright 1996-2005 Lismore Software Systems, Ltd. All rights reserved. Table of Contents About Guest PC... 1 About your Virtual Computer... 1 Creating a Virtual

More information

AccXES Account Management Tool Administrator s Guide Version 10.0

AccXES Account Management Tool Administrator s Guide Version 10.0 AccXES Account Management Tool Administrator s Guide Version 10.0 701P41531 May 2004 Trademark Acknowledgments XEROX, AccXES, The Document Company, and the identifying product names and numbers herein

More information