Supporting Windows 9x Chapter 12 Key Terms By Bill Ward.

Slides:



Advertisements
Similar presentations
DIT314 ~ Client Operating System & Administration CHAPTER 4 CONFIGURING HARDWARE DEVICES AND STARTUP PROCESS Prepared By : Suraya Alias.
Advertisements

Motherboard, BIOS and POST The external data bus connects devices on the motherboard together. Everything is also connected to the address bus. These busses.
MCITP Guide to Microsoft Windows Server 2008 Server Administration (Exam #70-646) Chapter 3 Configuring the Windows Server 2008 Environment.
Chapter 3 Understanding the Boot Process and Command Line.
KAPLAN SCHOOL OF INFORMATION SYSTEMS AND TECHNOLOGY Welcome to Unit 3 IT278 Network Administration Course Name – IT278 Network Administration Instructor.
Chapter 3: Configuring the Windows Vista Environment.
11 INSTALLING WINDOWS XP Chapter 2. Chapter 2: Installing Windows XP2 INSTALLING WINDOWS XP  Prepare a computer for the installation of Microsoft Windows.
A+ Guide to Software, 4e Chapter 7 Supporting Windows 9x/Me.
Computer Hardware Chapter 5. Motherboard 1: Ports 3: Expansion slots 6: Central processing unit.
Hands-On Microsoft Windows Server 2008
MCDST : Supporting Users and Troubleshooting a Microsoft Windows XP Operating System Chapter 5: User Environment and Multiple Languages.
Chapter 10 Chapter 10: Managing the Distributed File System, Disk Quotas, and Software Installation.
Cambodia-India Entrepreneurship Development Centre - : :.... :-:-
LECTURE 14 Operating Systems and Utility Programs
Working with the Windows XP Registry
TC2-Computer Literacy Mr. Sencer February 8, 2010.
IT Essentials - Chapter 4 Operating System Fundamentals.
Operating Systems.
Linux+ Guide to Linux Certification Chapter Three Linux Installation and Usage.
Windows 95 requirements l 80386DX or higher machine l at least 4 MB of RAM (8 MB recommended) l mouse l VGA or better monitor l hard drive with at least.
How Hardware and Software Work Together
Administering Windows 7 Lesson 11. Objectives Troubleshoot Windows 7 Use remote access technologies Troubleshoot installation and startup issues Understand.
Course ILT Monitoring and management Unit objectives Identify the stages of the Windows startup process Use Windows 2000 Professional and Windows XP utilities.
Chapter 5 Basic Input/Output System (BIOS)
Basic Input Output System
®® Microsoft Windows 7 for Power Users Tutorial 8 Troubleshooting Windows 7.
Hands-On Microsoft Windows Server 2008
© 2015 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
Tutorial 11 Installing, Updating, and Configuring Software
ITE 1 Chapter 5. Chapter 5 is a Large Chapter It has a great deal of useful information about operating systems. You will find this VERY helpful when.
Ch 11. Services A service is a specialized program that performs a function to support other programs Many services operate at a very low level – Interacting.
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Chapter 9 Managing Memory.
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Chapter 2 How an OS Works with Hardware and Other Software.
University of Management & Technology 1 Operating Systems & Utility Programs.
What is system software and what are its parts? Programs that control operation of computer Two parts are operating systems utility programs.
Troubleshooting Windows Vista Security Chapter 4.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 12 Supporting Windows 9x.
Windows NT Chapter 13 Key Terms By Bill Ward NT Versions NT Workstation n A desktop PC that both accesses a network and works as a stand alone PC NT.
Troubleshooting Windows Vista Lesson 11. Skills Matrix Technology SkillObjective DomainObjective # Troubleshooting Installation and Startup Issues Troubleshoot.
© 2012 The McGraw-Hill Companies, Inc. All rights reserved. 1 Third Edition Chapter 7 Under the Windows Desktop McGraw-Hill.
1 Chapter Overview How Windows 98 Works How Windows 2000 Works Managing Windows.
Windows Server 2008 Chapter 3 Last Update
Chapter 3 Configuring the Windows Server 2008 Environment
Windows Vista Inside Out Chapter 24 – Recovering From an Computer Crash Last modified am.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 23 – The Registry.
Chapter 33 Troubleshooting Windows Errors. STOP Errors  When Microsoft Windows XP encounters a serious problem  And the operating system can't continue.
1 Windows 98 Ancillary Systems x The Process Scheduler provides system resources. The Windows Driver Model (WDM) allows Windows 98 and Microsoft Windows.
Module 15 Managing Windows Server® 2008 Backup and Restore.
Chapter Thirteen Booting Windows XP. Objectives Understand the Windows XP boot process Understand the Windows XP boot process Troubleshoot system restoration.
Chapter 14 - Configuring Shutdown and Power Management Options.
11 INSTALLING AND MANAGING HARDWARE Chapter 6. Chapter 6: Installing and Managing Hardware2 INSTALLING AND MANAGING HARDWARE  Install hardware in a Microsoft.
IT Essentials 1 Chapter 5 Windows 9x Operating Systems.
I T Essentials I Chapter 5 JEOPARDY Installing & UpgradingComputerBasicsErrorsServicePotpourri
CSC190 Introduction to Computing Operating Systems and Utility Programs.
© 2012 The McGraw-Hill Companies, Inc. All rights reserved. 1 Third Edition Chapter 7 Under the Windows Desktop McGraw-Hill.
Hands-On Microsoft Windows Server 2008 Chapter 7 Configuring and Managing Data Storage.
Virtual Machines Module 2. Objectives Define virtual machine Define common terminology Identify advantages and disadvantages Determine what software is.
Advance startup options Shift Restart. Restart options.
Troubleshooting Windows Vista Lesson 11. Skills Matrix Technology SkillObjective DomainObjective # Troubleshooting Installation and Startup Issues Troubleshoot.
Computers Are Your Future Twelfth Edition Chapter 4: System Software Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1.
NT1110 Computer Structure and Logic Unit 8 (Module 5A) COMPUTER OPERATION AND SECURITY.
Chapter Objectives In this chapter, you will learn:
Operating System Review
CS101 Booting A Computer.
Computer troubleshooting
A+ Guide to Managing and Maintaining your PC, 6e
CONFIGURING HARDWARE DEVICE & START UP PROCESS
Operating System Review
Computer troubleshooting
The bios.
Presentation transcript:

Supporting Windows 9x Chapter 12 Key Terms By Bill Ward

Bus enumerator n A component of Windows 9x Plug and Play that locates all devices on a particular bus and inventories the resource requirements for these devices.

Comment lines n Comment lines are documentation lines that are ignored by a program. n A REM in front of a line will comment out an AUTOEXEC command. n A semicolon will turn an.ini file line into a comment.

Configuration manager n A component of Windows 9x Plug and Play that controls the configuration process of all devices and communicates these configurations to the devices

Disk thrashing n A condition that results when the hard drive is excessively used for virtual memory because RAM is full. n This condition dramatically slows down processing and can cause premature hard drive failure. n Some preventative measures for this ca n Some preventative measures for this catastrophe would be: –Back up data on a regular basis. –Increase RAM.

Dr Watson n A Windows utility that tracks detailed information into a log file about a failed event and the software that caused it. n Use this information to check the Microsoft web site, support.microsoft.com, for the problem and solution.

Kernel n Core portion of an operating system that loads applications and manages files, memory, and other resources n Uses mostly 32-bit code. The 16-bit code is only retained as entry points into the kernel from 16-bit application programs.

Memory leak n A problem caused when an application does not release the memory addresses assigned to it when it unloads, causing the memory heaps to have less and less memory for new applications.

Plug and Play BIOS (PnP) n Plug and Play is a set of design specifications for both hardware and software that work toward effortless hardware installations. n For a system to Plug and Play, it must meet certain criteria: –System BIOS must be PnP –All hardware devices and expansion cards must be PnP compliant. –The OS must support Pnp. –A 32-bit device driver(VxD) must be available.

Registry n A database used by the Windows operating system to store configuration information. The Registry consists of the following major sections: –HKEY_Classes_Root - file associations and OLE information –HKEY_Current_User - all preferences set for current user –HKEY_User - all the current user information for each user of the system –HKEY_Local_Machine - settings for hardware, operating system, and installed applications –HKEY_Current_Configuration - settings for the display and printers –HKEY_Dyn_Data - performance data n Most Windows applications write data to the Registry, at least during installation. You can edit the Registry directly by using the Registry Editor (regedit.exe). However, you must take great care because errors in the Registry could disable your computer. Mr Goldman says,”Your all big Girls and Boys who need to know how to do this.”

Safe mode n n A specific way for the Windows operating system to load when there is a system-critical problem interfering with the normal operation of Windows. Safe mode allows the user to troubleshoot the operating system to determine what is not functioning properly. n n From the Startup menu, you can choose to enter safe mode yourself if you know of a problem you want to correct. n n To shutdown and restart your computer in safe mode: – –Click Start, and then click Shut down. – –Click Restart, click OK, and then press and hold the CTRL, key until the Microsoft windows 98 startup menu appears n n For some machines, you can use F8 instead of CTRL to bring up the Microsoft Windows 98 Startup Menu. – –Enter the number for Safe Mode.

Virtual machines (VM) n n A self-contained operating environment that behaves as if it is a separate computer. For example, Java applets run in a Java virtual machine (VM) that has no access to the host operating system This design has two advantages:   System Independence: A Java application will run the same in any Java VM, regardless of the hardware and software underlying the system.   Security: Because the VM has no contact with the operating system, there is little possibility of a Java program damaging other files or applications.   The second advantage could be considered a disadvantage. Because programs running in a VM are separate from the operating system, they cannot take advantage of special operating system features.