OPERATING SYSTEMS & UTILITY PROGRAMS

Size: px
Start display at page:

Download "OPERATING SYSTEMS & UTILITY PROGRAMS"

Transcription

1 OPERATING SYSTEMS & UTILITY PROGRAMS System Software System software consists of the programs that control the operations of the computer and its devices. Functions that system software performs include: Starting up the computer. Opening, executing, and running applications. Storing, retrieving, and copying files. Formatting disks. Reducing file sizes. Backing up the contents of a hard disk. Serves as the interface between the user, the application software, and the computer s hardware. The two types of system software are operating systems and utility programs. Operating Systems An operating system (OS) is a set of programs containing instructions that coordinate all of the activities among computer hardware resources. A computer cannot function without an operating system. An operation system also contains instructions that allow a user to run application software. Application software is written to run with particular operating systems. The operating system is sometimes called the software platform. Cross-platform applications run identically on more than one operating system. The kernel, or core, of an operating system is responsible for managing memory, files, and devices; maintaining the computer s clock; starting applications; and assigning the computer s resources. The kernel and other frequently used instructions in the operating system are copied from the storage (e.g., hard disk) to the computer s memory each time when the computer is started up. Any program or command that remains in memory while the computer is running (e.g., the operating system kernel) is called memory-resident. Page 1

2 User Interfaces A user interface is the part of the software with which a user interacts. It controls how data and instructions are entered and information is presented on the screen. Two types of user interfaces are command-line interface and graphical user interface. Command-line Interface With a command-line interface, a user type keywords or press special keys on the keyboard to enter data and instructions. The set of commands a user uses to interact with the computer is called the command language. Graphical User Interface A graphical user interface (GUI) allows a user to use menus and visual images such as icons, buttons, and other graphical objects to issue commands. A menu displays a set of available commands or options from which a user chooses one or more. An icon is a small image that represents an item such as a program, an instruction, or a file. Graphical user interfaces are described as user-friendly, because they are the easiest to learn and work with. Features of Operating Systems A single user operating system allows only one user to run one program at a time. A multitasking operating system allows a single user to work on two or more applications that reside in memory at the same time. A multiuser operating system enables two or more users to run a program simultaneously. A multiprocessing operating system can support two or more CPUs running programs at the same time. A single operating system may support one or all of above capabilities. Functions of an Operating System Memory Management The purpose of memory management is to optimize use of RAM. The OS has to allocate, or assign items to areas of memory, called buffers, while they are being processed; to monitor carefully the Page 2

3 contents of these items in memory; and to clear these items from memory when they are no longer required by the CPU. A buffer is an area of memory or storage in which data and information is placed while waiting to be transferred to or from an input or output device. Some operating systems use virtual memory to optimize RAM. With virtual memory (VM), the operating system allocates a portion of a storage medium, usually the hard disk, to function as additional RAM. The area of the hard disk used for virtual memory is called a swap file. The amount of data and program instructions swapped or exchanged at a given time is called a page. Paging is the technique of swapping items between memory and storage. Trashing occurs when an operating system spends much of its time paging, instead of executing application software. The computer needs to install more RAM if trashing occurs frequently. Spooling Print Jobs A print job is the document being printed by an application. With spooling, the print jobs are placed in a buffer instead of being sent immediately to the printer. As soon as the print job is placed in the buffer, the CPU is available to process the next instruction and the computer can be used for other tasks. Multiple print jobs are queued, or line up, in the buffer and the program that manages and intercepts print jobs and places them in the queue is called the print spooler. Configuring Devices A device driver is a small program that accepts commands from another program and then converts these commands into commands that the device understands. Plug and Play is the computer s capability of recognizing any new device and assisting in the installation of the device by loading the necessary drivers automatically and checking for conflicts with other devices. In the past, installing a new device often required setting switches and other elements on the motherboard. Page 3

4 Occasionally, a user needs to know which interrupt request the device should use for communications. An interrupt request (IRQ) is a communications line between a device and the CPU. Most computers have 15 IRQs. With Plug and Play, the OS determines the best IRQ to use for the communications. An IRQ conflict occurs if the OS uses an IRQ that already is assigned to another device. Monitoring System Performance A performance monitor is a program that accesses and reports information about various system resources and devices. The information in such reports can help a user identify problems with resources. Administering Security Log on is the process of entering a user name and a password into the computer. Most multiuser operating systems require each user to log on. A user name, or user ID, is a unique combination of characters that identifies one specific user. A password is a combination of characters associated with a user name that allow a user to access certain computer resources. Both successful and unsuccessful log on attempts are often recorded in a file so the system administrator can review who is using or attempting to use the computer. Some operating systems also allow a user to assign passwords to files so that only authorized users can open them. Managing Storage Media and Files A file manager is a program that performs functions related to storage and file management. Functions performed by a file manager include: Formatting and copying disks. Displaying a list of files on a storage medium. Checking the amount of used or free space on a storage medium. Copying, renaming, deleting, moving, and sorting files. Page 4

5 Popular Operating Systems Many of the first operating systems were device dependent. Device dependent operating systems were developed by manufacturers specifically for the computers in their product line. Proprietary software is software that is privately owned and limited to a specific vendor or computer model. Device independent operating systems will run on many manufacturers computers. A downward-compatible operating system is one that recognizes and works with application software that was written for an earlier version of the operating system. Upward compatible application software was software written for an earlier version of the operating system, but runs under the new version. The trend today is towards device-independent operating systems. Some of the more popular operating systems are: DOS DOS (Disk Operating System) refers to several single user operating systems that were developed in the early 1980s form PCs. The two more widely used versions of DOS were PC-DOS and MS-DOS, both developed by Microsoft. Microsoft developed PC-DOS for IBM, which installed and sold the OS with their computers. Microsoft marketed and sold MS-DOS to makers of IBM-compatible PCs. Earlier versions of DOS used a command-line interface. Later versions of DOS included also a menu-driven user interface, as well as improved memory and disk management. DOS is not widely used today because it does not offer a graphical user interface and it cannot take full advantage of modern 32-bit microprocessors. Windows 3.x Windows 3.x refers to three early versions of Microsoft Windows: Windows 3.0, Windows 3.1, and Windows These Windows 3.x versions were not actually operating systems, but operating environments. An operating environment is a graphical user interface that works in combination with an operating system (in this case DOS). Page 5

6 Windows 95 Windows 95 is a true multitasking operating system that does not require DOS to run. Advantages of Windows 95 include: An improved graphical user interface. Includes some DOS and Windows 3.x features to allow for downward compatibility. Most programs run faster under the OS. Take advantage of 32-bit processors. Supports a more efficient form of multitasking. Supports networking, Plug and Play, longer file names, and . Windows NT Windows NT is an operating system designed for client-server networks. The server uses a version called Windows NT server. The clients connect to the server using a version called Windows NT Workstation, which has a Windows 95 interface. Windows 98 Windows 98 is an upgrade to the Windows 95 operating system. Advantages of Windows 98 include: More integrated with the Internet. Includes the Active Desktop interface option, which allows a user to set up Windows so that icons on the desktop and file names in Windows Explorer work like Web links. Provides faster system startup and shutdown. Better file management. Supports for new multimedia technologies such as DVD and WebTV. Supports the Universal Serial Bus (USB). Like Windows 95, Windows 98 can run 16- and 32-bit software. Windows 2000 Windows 2000 is an upgrade to the Windows 98 and Windows NT operating systems. Two basic versions of Windows 2000 are the Windows 2000 Server family, and the Windows 2000 Professional. The Windows 2000 Server family includes Windows 2000 Server, Windows 2000 Advanced Server, and Windows 2000 Datacenter Server, for various levels of network servers. Page 6

7 Windows 2000 Professional is a stand-alone version for business desktop or laptop computers, as well as for computers connected to the networks. Windows Millennium Windows Millennium is an updated version of Windows 98 for the consumer that uses a computer to surf the Internet or for entertainment. Whereas Windows 2000 is an operating system designed for business users, Windows Millennium is designed for home users. Windows CE Windows CE is a scaled-down Windows operating system designed for use on wireless communication devices and handheld computers. Palm OS Palm OS is an operating system for PDAs that can manage schedules and contacts and easily synchronize this information with a desktop computer. Mac OS Mac OS was the first commercially successfully graphical user interface. It was released with the Apple s Macintosh computers in 1984 and has set the standard for the graphical user interface for non-macintosh systems. The Mac OS is available only on computers manufactured by Apple. However, it has the capability of opening, editing, and saving files created using the Windows and DOS platforms. OS/2 OS/2 is IBM s multitasking graphical user interface operating system designed to work with 32-bit microprocessors. OS/2 can also run programs written for DOS and most Windows 3.x programs. UNIX UNIX is a multiuser, multitasking operating system developed in the early 1970s by scientists at Bell Laboratories. Today, a version of UNIX is available for most computers of all sizes. UNIX is capable of handling a high volume of transactions ina multiuser environment and working with multiple CPUs using multiprocessing. Thus, UNIX is used most often on workstations and servers. A weakness of UNIX is that it has a command-line interface, and many of its commands are difficult to remember and use. Page 7

8 Some versions of UNIX, however, such a the version for the Apple Macintosh, offer a graphical user interface. Linux Linux is a popular, free UNIX-like GUI operating system. Linux is open-source software, which means its code is made available to the public. Customers can personalize the software to meet their needs, and users that modify the software share their improvements with others. NetWare Novell s NetWare is a widely used network operating system designed for client-server networks. Starting a Computer Booting is the process of starting or resetting a computer, which involves loading an operating system into memory. A cold boot is when a computer is turned on after it has been powered off completely. A warm boot is the process of restarting, or resetting, a computer that is already on. When using Windows, a warm boot can be performed by pressing the key combinations CTRL+ALT+DEL. The steps that occur during a cold boot using the Windows operating system: 1. The power supply sends an electrical signal to the motherboard and other devices located in the system unit. 2. The CPU resets itself and looks for the ROM that contains the BIOS. The BIOS (basic input/output system), is firmware that contains the computer s startup instructions. 3. The BIOS executes the power-on self test (POST) to make sure that the computer hardware is connected properly and operating correctly. The POST checks the various system components such as the buses, system clock, expansion cards, RAM chips, keyboard, floppy disk drive, and hard disk. 4. The results of the POST are compared with data in a CMOS (complementary metal-oxide semiconductor) chip on the motherboard. Page 8

9 The CMOS chip stores configuration information about the computer, such as the amount of memory; type of disk drives, keyboard, and monitor; the current date and time; and other startup information needed when the computer is turned on. The CMOS chip is updated whenever new components are installed. If any problems are found, the computer may beep, display error message, or cease operating depending on the severity of the problem. 5. If the POST is completed successfully, the BIOS looks for the boot program that loads the operating system. 6. Once located, the boot program is loaded into memory and executed, which then loads the kernel of the operating system into RAM. 7. The operating system loads system configuration information and the remainder of the operating system is loaded into RAM and the desktop and the icons display on the screen. In Windows, system configuration information is contained in several files called the registry. A boot disk is a floppy disk that contains certain operating system commands that will start the computer. Utilities Programs A utility program or utility is a type of system software that performs a specific task, usually related to managing a computer, its devices, or its programs. A file viewer is a utility that displays the contents of a file. Windows Explorer has two viewers: one called Quick View to display the contents of text files and another called Imaging Preview for graphics files. A file compression utility reduces, or compresses, the size of a file. A compressed file takes up less storage space on a hard disk or floppy disk, which frees up room on the disk and improves system performance. Compressed files sometimes are called zipped files because they usually have a.zip extension. A compressed file must be unzipped or restored to its original form. A diagnostic utility compiles technical information about a computer s hardware and certain system software programs and then prepares a report outlining any identified problems. Windows 98 includes a diagnostic utility called Dr. Watson. Page 9

10 A disk scanner is a utility that detects and corrects both physical and logical problems on a hard disk or floppy disk, and searches for and removes unwanted files. A physical problem is one with the media, such as a scratch on the surface of the disk. A logical problem is one with the data, such as a corrupted file allocation table (FAT). A disk defragmenter is a utility that reorganizes the files and unused space on a computer s hard disk so data can be accessed more quickly and programs can run faster. When the contents of a file are scattered across two or more noncontiguous sectors, the file is fragmented. The process of defragmentation is reorganizing the disk so the files are stored in contiguous sectors. Windows 98 includes a disk defragmenter, called Disk Defragmenter. An uninstaller is a utility that removes an application, as well as any associated entries in the system files. A backup utility allows a user to copy, or backup, selected files or the entire hard disk onto another disk or tape. Backup files are usually not usable in their backup form because many backup programs will compress the files during the backup process. A restore program that is included with the backup utility reverses the process and returns backed up files to their original form. An antivirus program is a utility that prevents, detects, and removes viruses from a computer s memory or storage devices. A virus is a program that copies itself into other programs and spreads through multiple computers. Viruses are often designed to damage a computer intentionally by destroying or corrupting its data. A screen saver is a utility that causes the monitor s screen to display a moving image or blank screen if no keyboard or mouse activity occurs for a specified time period. Screen savers originally were developed to prevent a problem called ghosting, in which images could be permanently etched on a monitor s screen. Screen savers can also be used for reasons of security, business, or entertainment. Page 10

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

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

Discovering Computers Living in a Digital World

Discovering Computers Living in a Digital World Discovering Computers 2010 Living in a Digital World Objectives Overview Define system software and identify the two types of system software Describe the functions of an operating system Summarize the

More information

Discovering Computers Fundamentals, 2011 Edition. Living in a Digital World

Discovering Computers Fundamentals, 2011 Edition. Living in a Digital World Discovering Computers Fundamentals, 2011 Edition Living in a Digital World Objectives Overview Define system software and identify the two types of system software Describe the functions of an operating

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

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

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

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

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

Computers: Tools for an Information Age. System Software

Computers: Tools for an Information Age. System Software Computers: Tools for an Information Age System Software Objectives System Software Operating system (OS) Popular Operating Systems System Utilities 2 System Software 3 System Software System software includes

More information

Describe the functions of an operating system. Briefly describe various server operating systems. Explain the purpose of several utility programs

Describe the functions of an operating system. Briefly describe various server operating systems. Explain the purpose of several utility programs Discovering Computers 2010 Living in a Digital World Objectives Overview Define system software and identify the two types of system software Describe the functions of an operating system Summarize the

More information

Discovering Computers 2016

Discovering Computers 2016 Discovering Computers 2016 Tools, Apps, Devices, and the Impact of Technology Chapter 9 Operating Systems Objectives Overview Explain the purpose of an operating system Describe the start-up process 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

CSC1010 Spring 2013 Assignment 3 Chapter 7 and 8 Due: 4/8/2013. Name Student ID

CSC1010 Spring 2013 Assignment 3 Chapter 7 and 8 Due: 4/8/2013. Name Student ID CSC1010 Spring 2013 Assignment 3 Chapter 7 and 8 Due: 4/8/2013 Name Student ID All assignments will be done on an individual basis. Anyone found cheating and/or copying, in the instructor s opinion; will

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

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

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

1- Which of the following tasks is the operating system NOT responsible for? d) Coordinates communication between software applications and the CPU

1- Which of the following tasks is the operating system NOT responsible for? d) Coordinates communication between software applications and the CPU 1- Which of the following tasks is the operating system NOT responsible for? a) Management, scheduling, and coordination of tasks b) File compression c) Manages the computer's hardware d) Coordinates communication

More information

A+ Guide to Managing and Maintaining Your PC. How Hardware and Software Work Together

A+ Guide to Managing and Maintaining Your PC. How Hardware and Software Work Together A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 2 How Hardware and Software Work Together You Will Learn About operating systems, what they are, and what they do How an OS interfaces

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

Download from Powered By JbigDeaL

Download from  Powered By JbigDeaL 1. If a word is typed that is not in Word s dictionary, a wavy underline appears below the word. (A) red (B) green (C) blue (D) black 2. The button on the quick access Toolbar allows you to cancel your

More information

Computers Are Your Future Chapter 4

Computers Are Your Future Chapter 4 INTRODUCTION TO IT WEEK4 CHAPTER4 LECTURE1 Faculty of Computing and Information Technology.Rabigh System Software Slide 2 What You Will Learn... The two major components of operating system software Why

More information

CHAPTER 2 BASIC OPERATING SYSTEM CONCEPT MANAGEMENT

CHAPTER 2 BASIC OPERATING SYSTEM CONCEPT MANAGEMENT CHAPTER 2 BASIC OPERATING SYSTEM CONCEPT MANAGEMENT Types of User Interface USER INTERFACE Command Interface Menu Interface Graphical User Interface Voice actuated Interface Web- form Interface User interface

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

Computing Fundamentals and Programming (CE-100) Batch 2019 (Electronic Engineering) Chapter 6: System Software

Computing Fundamentals and Programming (CE-100) Batch 2019 (Electronic Engineering) Chapter 6: System Software Computing Fundamentals and Programming (CE-100) Batch 2019 (Electronic Engineering) Chapter 6: System Software Prepared by: Engr. Saeed Azhar (Assistant Professor, EED) (Electronics Sec A) Software Significance:

More information

Technology In Action, Complete, 14e (Evans et al.) Chapter 5 System Software: The Operating System, Utility Programs, and File Management

Technology In Action, Complete, 14e (Evans et al.) Chapter 5 System Software: The Operating System, Utility Programs, and File Management Technology In Action, Complete, 14e (Evans et al.) Chapter 5 System Software: The Operating System, Utility Programs, and File Management 1) The two major types of system software programs are utility

More information

The coloured area that is seen on the screen. The pictures stand for items you might see on real desktop such as my computer.

The coloured area that is seen on the screen. The pictures stand for items you might see on real desktop such as my computer. Operating Systems Function of the OS : 1. Provides instructions to display the on screen elements with which you interact. Collectively, these elements are known as the user interface. 2. Loads programs

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

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

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

VISUAL SUMMARY SYSTEM SOFTWARE OPERATING SYSTEMS. System Software

VISUAL SUMMARY SYSTEM SOFTWARE OPERATING SYSTEMS. System Software Rev.Confirming Pages VISUAL SUMMARY System Software SYSTEM SOFTWARE System software works with end users, application programs, and computer hardware to handle many details relating to computer operations.

More information

Unit 11 Computer Network Introduction to Network Operating Systems

Unit 11 Computer Network Introduction to Network Operating Systems Unit 11 Computer Network Introduction to Network Operating Systems Network Operating Systems Just as a computer cannot operate without a computer operating system, a network of computers cannot operate

More information

Operating Systems: The Genie in the Computer. Chapter 6: Operating Systems: The Genie in the Computer. What is an operating system?

Operating Systems: The Genie in the Computer. Chapter 6: Operating Systems: The Genie in the Computer. What is an operating system? Chapter 6: : The Genie in the Computer What do you have left on your computer after you strip away all of the games and application programs you bought and installed? : The Genie in the Computer In this

More information

Technology in Action Complete, 13e (Evans et al.) Chapter 5 System Software: The Operating System, Utility Programs, and File Management

Technology in Action Complete, 13e (Evans et al.) Chapter 5 System Software: The Operating System, Utility Programs, and File Management Technology in Action Complete, 13e (Evans et al.) Chapter 5 System Software: The Operating System, Utility Programs, and File Management 1) The two major types of system software programs are utility programs

More information

Review Questions on Computer Basics

Review Questions on Computer Basics Review Questions on Computer Basics 1. Distinguish between and define (see glossary in Maxfield and Brown s Bebop Bytes Back for the definition of terms not found in Andrews A Guide to Managing and Maintaining

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

Below is a reviewer on the skill assessment exam of those who wanted to get a certificate on Computer Hardware

Below is a reviewer on the skill assessment exam of those who wanted to get a certificate on Computer Hardware Computer Hardware Servicing NC II Assesment Below is a reviewer on the skill assessment exam of those who wanted to get a certificate on Computer Hardware Servicing NC II from Technical Education and Skills

More information

Introduction to Configuration. Chapter 4

Introduction to Configuration. Chapter 4 Introduction to Configuration Chapter 4 This presentation covers: > Qualities of a Good Technician > Configuration Overview > Motherboard Battery > Hardware Configuration Overview > Troubleshooting Configurations

More information

Module 4 Chapter 5 Using Software

Module 4 Chapter 5 Using Software Module 4 Chapter 5 Using Software Application Software: Software you use everyday at home and at work System Software: Set of programs that help run the computer and coordinates instructions between application

More information

KEMENTERIAN PELAJARAN MALAYSIA

KEMENTERIAN PELAJARAN MALAYSIA KEMENTERIAN PELAJARAN MALAYSIA Self Access Learning Module ICT Literacy for Secondary School Programme Computer System PUSAT PERKEMBANGAN KURIKULUM KEMENTERIAN PELAJARAN MALAYSIA MODULE 2 Operating System

More information

CHAPTER 1 TYPES & COMPONENTS OF COMPUTER SYSTEM

CHAPTER 1 TYPES & COMPONENTS OF COMPUTER SYSTEM CHAPTER 1 TYPES & COMPONENTS OF COMPUTER SYSTEM 1.1 Hardware and Software Q.1) Define hardware and software: a) Hardware Hardware is a general term used for the physical components (parts) that make up

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

Computer Overview. A computer item you can physically see or touch. A computer program that tells computer hardware how to operate.

Computer Overview. A computer item you can physically see or touch. A computer program that tells computer hardware how to operate. Hardware Computer Overview A computer item you can physically see or touch. Software A computer program that tells computer hardware how to operate. Information Technology (IT) The broad subject related

More information

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

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

8/25/2016. What Is a Computer? The Components of a Computer

8/25/2016. What Is a Computer? The Components of a Computer Discovering Computers & Microsoft Office 2010 Selected Slides from Chapters 1-5 What Is a Computer? A computer is an electronic device, operating under the control of instructions stored in its own memory

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

M4.3-R4: INTRODUCTION TO ICT RESOURCES

M4.3-R4: INTRODUCTION TO ICT RESOURCES M4.3-R4: INTRODUCTION TO ICT RESOURCES NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. 2. PART ONE is to be answered in the TEAR-OFF

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

LabSim Mapping Matrix

LabSim Mapping Matrix LabSim Mapping Matrix (220-601) Mapping: Chapters to LabSims Chapter Page Number LabSim Chapter 1 Pages 2-3 Pages 2-3 Pages 4-6 Pages 4-6 Pages 3-6 Pages 7-25 1.3.1 Computing Basics 1.3.2 Computing Facts

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

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

Chapter I The System Unit

Chapter I The System Unit Date :../. / Chapter I The System Unit Day :.. Mother Board System Unit Types Desktop System Units Notebook System Units Tablet PC System Units Handheld Computer System Units System Board " Motherboard"

More information

Introductory Visualizing Technology

Introductory Visualizing Technology Introductory Visualizing Technology Seventh Edition Chapter 5 System Software Learning Objectives 5.1 Explain What an Operating System Does 5.2 Compare Desktop Operating Systems 5.3 Configure a Desktop

More information

Operating Systems. Operating Systems

Operating Systems. Operating Systems The operating system defines our computing experience. It is the first software we see when we turn on the computer, and the last software we see when the computer is turned off. It's the software that

More information

Chapter 3: System Configuration

Chapter 3: System Configuration Chapter 3: System Configuration Complete CompTIA A+ Guide to PCs, 6e How to make configuration changes to a computer The importance of BIOS and UEFI BIOS How to replace a motherboard battery What system

More information

1. Restarting a computer which is already running is referred to as

1. Restarting a computer which is already running is referred to as Computer Knowledge 1. Restarting a computer which is already running is referred to as (1) booting (2) starting (3) rebooting (4) second-starting 2. If you open a menu and then decide you don t want to

More information

The Operating System

The Operating System The operation system (OS) is a set of programs that coordinates: Hardware functions Interaction between application software and computer hardware Copyright 2011 Pearson Education, Inc. Publishing as Prentice

More information

CompTIA: A Exam 2 Lab V2.0. Course Outline. CompTIA: A Exam 2 Lab V Feb

CompTIA: A Exam 2 Lab V2.0. Course Outline. CompTIA: A Exam 2 Lab V Feb Course Outline CompTIA: A+ 2012 Exam 2 Lab V2.0 22 Feb 2019 Contents 1. Course Objective 2. Expert Instructor-Led Training 3. ADA Compliant & JAWS Compatible Platform 4. State of the Art Educator Tools

More information

Chapter. Configuring the Windows 2000 Environment MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER

Chapter. Configuring the Windows 2000 Environment MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER Chapter 4 Configuring the Windows 2000 Environment MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER Implement, manage, and troubleshoot disk devices. Install, configure, and manage DVD and CD-ROM devices.

More information

COMPUTERS. IT, short for Information Technology, is the subject related to computers. What does a computer do?

COMPUTERS. IT, short for Information Technology, is the subject related to computers. What does a computer do? COMPUTERS IT, short for Information Technology, is the subject related to computers. What does a computer do? Write letters Browse the Internet Send e-mail messages to people around the world Play games

More information

Introduction to Operating System

Introduction to Operating System Introduction to Operating System An operating system is a program which manages all the computer hardware. It provides the base for application program and acts as an intermediary between a user and the

More information

Common Preventive Maintenance Techniques for Operating Systems

Common Preventive Maintenance Techniques for Operating Systems Common Preventive Maintenance Techniques for Operating Systems OS Preventive Maintenance Plan To ensure that an OS remains fully functional, you must implement a preventive maintenance plan. A preventive

More information

Some popular Operating Systems include Linux Operating System, Windows Operating System, VMS, OS/400, AIX, z/os, etc.

Some popular Operating Systems include Linux Operating System, Windows Operating System, VMS, OS/400, AIX, z/os, etc. An Operating System (OS) is an interface between computer user and computer hardware. An operating system is software which performs all the basic tasks like file management, memory management, process

More information

Computer. Operating Systems Introduction to Operating System (OS)

Computer. Operating Systems Introduction to Operating System (OS) Computer Operating Systems Introduction to Operating System (OS) A computer is a system composed of two major components: hardware and software. Hardware is the physical equipment. Software is the collection

More information

Types and Functions of Win Operating Systems

Types and Functions of Win Operating Systems LEC. 2 College of Information Technology / Software Department.. Computer Skills I / First Class / First Semester 2017-2018 Types and Functions of Win Operating Systems What is an Operating System (O.S.)?

More information

Exam : Title. : A+ OS Technologies

Exam : Title. : A+ OS Technologies Exam : 220-302 Title : A+ OS Technologies QUESTION 1 Under Windows 2000 you consistently receive out of memory messages when running multiple applications. To avoid having to upgrade RAM immediately you?

More information

Learning Objectives. Computing Essentials

Learning Objectives. Computing Essentials Chapter 4 Copyright 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education. Learning Objectives 1. Describe the differences

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

OPERATING SYSTEM. Functions of Operating System:

OPERATING SYSTEM. Functions of Operating System: OPERATING SYSTEM Introduction: An operating system (commonly abbreviated to either OS or O/S) is an interface between hardware and user. OS is responsible for the management and coordination of activities

More information

OPERATING SYSTEM. PREPARED BY : DHAVAL R. PATEL Page 1. Q.1 Explain Memory

OPERATING SYSTEM. PREPARED BY : DHAVAL R. PATEL Page 1. Q.1 Explain Memory Q.1 Explain Memory Data Storage in storage device like CD, HDD, DVD, Pen drive etc, is called memory. The device which storage data is called storage device. E.g. hard disk, floppy etc. There are two types

More information

College of Pharmacy Windows 10

College of Pharmacy Windows 10 College of Pharmacy Windows 10 Windows 10 is the version of Microsoft s flagship operating system that follows Windows 8; the OS was released in July 2015. Windows 10 is designed to address common criticisms

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

System Software The McGraw-Hill Companies, Inc. All rights reserved.

System Software The McGraw-Hill Companies, Inc. All rights reserved. Describe the differences between system software and application software. Discuss the four types of system software. Discuss the basic functions, features, and categories of operating systems. Describe

More information

Windows 7 Overview. Windows 7. Objectives. The History of Windows. CS140M Fall Lake 1

Windows 7 Overview. Windows 7. Objectives. The History of Windows. CS140M Fall Lake 1 Windows 7 Overview Windows 7 Overview By Al Lake History Design Principles System Components Environmental Subsystems File system Networking Programmer Interface Lake 2 Objectives To explore the principles

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

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

Introduction. What is an Operating System? A Modern Computer System. Computer System Components. What is an Operating System?

Introduction. What is an Operating System? A Modern Computer System. Computer System Components. What is an Operating System? Introduction CSCI 315 Operating Systems Design Department of Computer Science What is an Operating System? A Modern Computer System Computer System Components Disks... Mouse Keyboard Printer 1. Hardware

More information

Operating System Study Material

Operating System Study Material The operating system works as a mediator between hardware, application software and user. Operating systems are programs that coordinate computer resources, provide an interface between users and the computer,

More information

APPENDIX A. Answer: D Reference: Hardware Basics Difficulty: Easy. Answer: A Reference: Hardware Basics Difficulty: Easy

APPENDIX A. Answer: D Reference: Hardware Basics Difficulty: Easy. Answer: A Reference: Hardware Basics Difficulty: Easy APPENDIX A Multiple Choice: 1. A desktop computer is also known as a: A. Palm Pilot. B. laptop. C. mainframe. D. PC. Answer: D Reference: Hardware Basics Difficulty: Easy 2. The physical parts of a computer

More information

Chapter 5. System Software. McGraw-Hill/Irwin. Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved.

Chapter 5. System Software. McGraw-Hill/Irwin. Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 System Software McGraw-Hill/Irwin Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Competencies (Page 1 of 2) Describe the differences between system software and application

More information

System Software The McGraw-Hill Companies, Inc. All rights reserved.

System Software The McGraw-Hill Companies, Inc. All rights reserved. Describe the differences between system software and application software. Discuss the four types of system software. Discuss the basic functions, features, and categories of operating systems. Describe

More information

Peerless Drive System User's Manual

Peerless Drive System User's Manual Peerless Drive System User's Manual Copyright 2001 Iomega Corporation Iomega, the stylized "i" logo, Peerless, and the Peerless brand block are either registered trademarks or trademarks of Iomega Corporation

More information

Magic Card NET. User s Manual

Magic Card NET. User s Manual Magic Card NET User s Manual Table of Contents Notice Before Installation:... 2 System Requirements... 3 1. First Installation... 4 2. Hardware Setup... 4 3. Express Installation... 6 4. How to setup FDISK...

More information

16/06/56. System Software. System Software. System Software The McGraw-Hill Companies, Inc. All rights reserved.

16/06/56. System Software. System Software. System Software The McGraw-Hill Companies, Inc. All rights reserved. Describe the differences between system software and application software. Discuss the four types of system software. Discuss the basic functions, features, and categories of operating systems. Describe

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 7 Fixing Windows Problems

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 7 Fixing Windows Problems : Managing, Maintaining, and Troubleshooting, 5e Chapter 7 Fixing Windows Problems Objectives Learn what to do when a hardware device, application, or Windows component gives a problem Learn what to do

More information

System CMOS/BIOS Configuration PC Diagnostics

System CMOS/BIOS Configuration PC Diagnostics System CMOS/BIOS Configuration PC Diagnostics (POST; Error Messages and Error Codes) CMOS/BIOS Complementary Metal Oxide Substrate (CMOS) A part of the motherboard that maintains system variables in static

More information

CSCA0201 FUNDAMENTALS OF COMPUTING. Chapter 6 Operating Systems

CSCA0201 FUNDAMENTALS OF COMPUTING. Chapter 6 Operating Systems CSCA0201 FUNDAMENTALS OF COMPUTING Chapter 6 Operating Systems 1 1. Operating Systems 2. Types of Operating System 3. Major Functions 4. User Interface 5. Examples of Operating System 2 Operating Systems

More information

Chapter 2 SOFTWARE CONCEPTS

Chapter 2 SOFTWARE CONCEPTS Page1 Chapter 2 SOFTWARE CONCEPTS Software Software is a program or set of programs that govern the operation of a computer system and make the hardware run. These are the components of the computer system

More information

MIT 11043, PC APPLICATIONS

MIT 11043, PC APPLICATIONS MIT 11043, PC APPLICATIONS By: S.Sabraz Nawaz M I S U n i t F a c u l t y o f M a n a g e m e n t a n d C o m m e r c e S o u t h E a s t e r n U n i v e r s i t y o f S r i L a n k a 2013 1.1 Introduction

More information

Instructor. Suleiman Muhammad citp(mcpn,mncs) Institute of Computing and ICT, Ahmadu Bello University, Zaria.

Instructor. Suleiman Muhammad citp(mcpn,mncs) Institute of Computing and ICT, Ahmadu Bello University, Zaria. Troubleshooting Common Computer Problems Instructor Suleiman Muhammad citp(mcpn,mncs) Institute of Computing and ICT, Ahmadu Bello University, Zaria. Trouble shooting: Troubleshooting is the process of

More information

COURSE OUTLINE AND SCHEDULE: ASSIGNMENTS ARE DUE EACH MONDAY WEDNESDAY JANUARY Computing Overview

COURSE OUTLINE AND SCHEDULE: ASSIGNMENTS ARE DUE EACH MONDAY WEDNESDAY JANUARY Computing Overview COURSE OUTLINE AND SCHEDULE: ASSIGNMENTS ARE DUE EACH MONDAY WEDNESDAY JANUARY 22 1.0 Computing Overview 1.1 Course Introduction 1.1.1 PC Pro and A+ Certification (9:03) 1.2 Using the Simulator 1.2.1 Using

More information

Main Parts of Personal Computer

Main Parts of Personal Computer Main Parts of Personal Computer System Unit The System Unit: This is simply the box like case called the tower, which houses the motherboard, which houses the CPU. It also houses all the drives, such as

More information

Splash RPX-i Color Server. Getting Started

Splash RPX-i Color Server. Getting Started Splash RPX-i Color Server Getting Started 2006 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45054825 05 May 2006 CONTENTS 3 CONTENTS

More information

Defining Computers. Defining Computers. Understanding Essential Computer Concepts

Defining Computers. Defining Computers. Understanding Essential Computer Concepts Understanding Essential Computer Concepts Defining Computers A high-speed idiot must be told exactly what to do by humans and programs step-by-step instructions An electronic device that accepts input,

More information

How Hardware and Software Work Together

How Hardware and Software Work Together C3_CH0_39 CHAPTER How Hardware and Software Work Together C In this chapter, you will learn: omputer systems contain both hardware and How an operating system manages software, and computer technicians

More information

Course Content. 07-Feb-17 Faculty of Computer Science & Engineering 1 BK TP.HCM

Course Content. 07-Feb-17 Faculty of Computer Science & Engineering 1 BK TP.HCM Course Content Course Overview Process Concepts Processes Scheduling Processes Synchronization Deadlocks & Problems solving Real Memory Virtual Memory I/O Management Files system Some modern OS Examples

More information

1 Interference from generator and lighting that could result in unclean power is known as. 3 Form factor of motherboard define its

1 Interference from generator and lighting that could result in unclean power is known as. 3 Form factor of motherboard define its 1 IT ESS Class Test 1 1 Interference from generator and lighting that could result in unclean power is known as. Blackout Brownout Noise Spike 2 CPU speed is measure in. cycles per second click per second

More information

lesson 3 Transforming Data into Information

lesson 3 Transforming Data into Information essential concepts lesson 3 Transforming Data into Information This lesson includes the following sections: How Computers Represent Data How Computers Process Data Factors Affecting Processing Speed Extending

More information

What is software? Software is any type of program. Programs have step-by-step logical instructions which tell the computer. What to do How to do it

What is software? Software is any type of program. Programs have step-by-step logical instructions which tell the computer. What to do How to do it EIT, Author Gay Robertson, 2016 What is software? Software is any type of program Programs have step-by-step logical instructions which tell the computer What to do How to do it What is the purpose of

More information