• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/34

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

34 Cards in this Set

  • Front
  • Back
application programming interface (API) call
A request from software to the OS to access hardware or other software using a previously defined procedure that both the software and the OS understand.
clean install
Installing an OS on a new hard drive or on a hard drive that has a previous OS installed, but without carrying forward any settings kept by the old OS, including information about hardware, software, or user preferences. A fresh installation.
comment
A line or part of a line in a program that is intended as a remark or comment and is ignored when the program runs. A semicolon or an REM is often used to mark a line as a comment.
Configuration Manager
A component of Windows Plug and Play that controls the configuration process of all devices and communicates these configurations to the devices.
disk thrashing
A condition that results when the hard drive is excessively used for virtual memory because RAM is full. It dramatically slows down processing and can cause premature hard drive failure.
Dosstart.bat
A type of Autoexec.bat file that is executed by Windows 9x/Me in two situations…when you select Restart the computer in MS-DOS mode from the shutdown menu or you run a program in MS-DOS mode.
Dr. Watson
A Windows utility that can record detailed system information, errors that occur, and programming causes in a log file. Windows 9x/Me names the log file \Windows\Drwatson\WatsonXX.wlg, where XX is an incrementing number. Windows 2000 names the file \Documents and Settings\user\Documents\DrWatson\Drwtsn32.log. Windows XP calls the file Drwatson.log.
DriveSpace
A Windows 9x/Me utility that compresses files so that they take up less space on a disk drive, creating a single large file on the disk to hold all the compressed files.
dynamic VxDs
A VxD that is loaded and unloaded from memory as needed.
GDI (Graphics Device Interface)
A core Windows component responsible for building graphics data to display or print. A GDI printer relies on Windows to construct a page to print and then receives the constructed page as bitmap data.
General Protection Fault (GPF)
A core Windows component responsible for building graphics data to display or print. A GDI printer relies on Windows to construct a page to print and then receives the constructed page as bitmap data.
IFS (Installable File System)
The Windows 9x/Me component that configures all devices and communicates these configurations to the device drivers.
initialization files
Configuration information files for Windows. System.ini is one of the most important Windows 9x/Me initialization files.
key
1) In encryption, a secret number or code used to encode and decode data. (2) In Windows, a section name of the Windows registry.
memory paging
In Windows, swapping blocks of RAM memory to an area of the hard drive to serve as virtual memory when RAM is low.
pages
4K segments in which Windows NT/2000/XP allocates memory.
patch
An update to software that corrects an error, adds a feature, or addresses security issues. Also called an update or service pack.
PIF (program information file)
A file used by Windows to describe the environment for a DOS program to use.
Protocol.ini
A Windows initialization file that contains network configuration information.
service pack
another term for a patch.
slack
Wasted space on a hard drive caused by not using all available space at the end of clusters.
static VxDs
A VxD that is loaded into memory at startup and remains there for the entire OS session.
Sysedit
The Windows 9x/Me System Configuration Editor, a text editor generally used to edit system files.
System.ini
a text configuration file used by Windows 3.x and supported by Windows 9x/Me for backward-compatibility.
system tray
An area to the right of the taskbar that holds the icons for running services; these services include the volume control and network connectivity.
upgrade install
The installation of an OS on a hard drive that already has an OS installed in such a way that settings kept by the old OS are carried forward into the upgrade, including information about hardware, software, and user preferences.
user component
A Windows 9x/Me component that controls the mouse, keyboard, ports, and desktop.
value data
In Windows, the name and value of a setting in the registry.
virtual device driver (VxD)
A Windows device driver that may or may not have direct access to a device. It might depend on a Windows component to communicate with the device itself.
virtual machine (VM)
One or more logical machines created within one physical machine by Windows, allowing applications to make serious errors within one logical machine without disturbing other programs and parts of the system.
VMM (Virtual Machine Manager)
A Windows 9x/Me program that controls virtual machines and the resources they use including memory. The VMM manages the page table used to access memory.
WDM (Win32 Driver Model)
The only Windows 9x/Me Plug and Play component that is found in Windows 98 but not Windows 95. WDM is the component responsible for managing device drivers that work under a driver model new to Windows 98.
Win.ini
The Windows initialization file that contains program configuration information needed for running the Windows operating environment. Its functions were replaced by the registry beginning with Windows 9x/Me, which still supports it for backward compatibility with Windows 3.x.
Win386.swp
The name of the Windows 9x/Me swap file. Its default location is C