• 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/44

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;

44 Cards in this Set

  • Front
  • Back
Application Programming Interface API
A set of guidelines used by programmers to ensure that the application they are developing is compatible with an OS . Two examples: Open Graphics Library (OpenGL) Cross platform standard specification for multimedia graphics. DirectX - Collection of APIs related to multimedia tasks for Windows.
Multi-threading
A program can be broken into smaller parts that can be loaded as needed by the OS. Multi-threading allows individual programs to be multi-tasked.
Real Mode
A CPU that operates in real mode can only execute one program at a time, and it can only address 1 MB of system memory at a time. Although all modern processors have real mode available, it is only used by DOS and DOS applications or by 16-bit operating systems, such as Windows 3.x. In real mode, when an application creates an error, the entire computer can be affected because the program has direct access to memory. This can cause the computer to stop responding, restart, or shut down due to corruption of the memory space
Protected Mode
A CPU that operates in protected mode has access to all of the memory in the computer, including virtual memory. Virtual memory is hard disk space that is used to emulate RAM. Operating systems that use protected mode can manage multiple programs simultaneously. Protected mode provides 32-bit access to memory, drivers, and transfers between input and output (I/O) devices. Protected mode is used by 32-bit operating systems, such as Windows 2000 or Windows XP. In protected mode, applications are protected from using the memory reserved for another application that is currently running.
Virtual Real Mode
A CPU that operates in virtual real mode allows a real-mode application to run within a protected-mode operating system. This can be demonstrated when a DOS application runs in a 32-bit operating system, such as Windows XP.
Compatibility Mode
Compatibility mode creates the environment of an earlier operating system for applications that are not compatible with the current operating system
Minimum XP requirements.
233mhz, 64 MB RAM, 1.5 GB HDD space, Super VGA (800x600)
Primary Partition
This partition is usually the first partition. A primary partition cannot be subdivided into smaller sections. There can be up to four partitions per hard drive.
Active Partition
This partition is the partition used by the operating system to boot the computer. Only one primary partition can be marked active.
Extended Partition
This partition normally uses the remaining free space on a hard drive or takes the place of a primary partition. There can be only one extended partition per hard drive, and it can be subdivided into smaller sections called logical drives.
Logical Drive
This drive is a section of an extended partition that can be used to separate information for administrative purposes.
Formatting
This process prepares a file system in a partition for files to be stored
Sector
Contains a fixed number of bytes, generally 512
Cluster
AKA file allocation unit. It is the smallest unit of space used for storing data. It is made up of one or more sectors
Cylinder
A stack of tracks lined up one on top of another to form a cylinder shape.
Drive Mapping
A letter assigned to a physical or logical drive.
FAT32
File Allocation Table, 32-bit: A file system that can support partition sizes up to 2 TB. Supported by Windows 9X, ME, 2000, and XP
NTFS
New Technology File System: A file system that can support partition sizes up to 16 exabytes, in theory. NTFS incorporates more file system security features and extended attributes than the FAT file system.
Sysprep
Microsoft System Preparation: Installs and configures the same OS on multiple Computers
MBR
Master Boot Record
NTLDR
Boot loader for XP, NT Loader.
NTDETECT.COM
Gets information about installed hardware.
NTOSKRNL.EXE and HAL.DLL
Make up the core of XP
The Windows Registry
These files are recognized by their distinctive names, which begin with HKEY_ followed by the name of the portion of the operating system under their control: CLASSES_ROOT, CURRENT_USER, USERS, LOCAL_MACHINE, CURRENT_CONFIG
Msconfig
This boot configuration utility allows you to set the programs that will run at startup and to edit configuration files. It also offers simplified control over Windows Services
Regedit
This application allows you to edit the registry
Safe Mode
Starts Windows but only loads drivers for basic components, such as the keyboard and display.
Safe Mode with Networking Support
Starts Windows identically to Safe Mode and also loads the drivers for network components.
Safe Mode with command prompt
Starts Windows and loads the command prompt instead of the GUI interface
Last Known Good Configuration
Enables a user to load the configurations settings of Windows that was used the last time that Windows successfully started. It does this by accessing a copy of the registry that is created for this purpose.
Windows naming convention
Max 255 characters, periods and slashes are not allowed, an extension of three or four letters is added to the filename to identify the file type. Filenames are not case sensitive.
Directory Attribute: R
The file is read-only
Directory Attribute: A
The file will be archived the next time that the disk is backed up
Directory Attribute: S
The file is marked as a system file and a warning is given if an attempt is made tot delete or modify the file.
Directory Attribute: H
The file is hidden in the directory display
Device Manager
Allows you to view all of the settings for devices in the computer.
Task Manager
Allows you to view all applications that are currently running and to close any applications that have stopped responding. The Task Manager allows you to monitor the performance of the CPU and virtual memory, view all processes that are currently running, and view information about the network connections.
Event Viewer
Logs a history of events regarding applications, security, and the system.
Remote Desktop
Allows one computer to remotely take control of another computer.
Performance Settings
To enhance the performance of the OS, you can change some of the settings that your computer uses, such as virtual memory configuration settings.
Normal Backup
Full backup, all files are archived to the backup medium
Copy Backup
Copies all selected files.
Differential Backup
Backs up all the files and folders that have been created of modified since either the last normal backup or the last incremental backup.
Incremental Backup
An incremental backup procedure backs up all the files and folders that have been created or modified since either the last normal or incremental backup. It marks the files as having been archived by clearing the archive bit. This has the effect of advancing the starting point of differential backups without having to re-archive the entire contents of the drive.