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

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;

20 Cards in this Set

  • Front
  • Back
Bug Check 0x116: VIDEO_TDR_ERROR
This indicates that an attempt to reset the display driver and recover from a timeout failed.
Bug Check 0x124: WHEA_UNCORRECTABLE_ERROR
This bug check indicates that a fatal hardware error has occurred.
Bug Check 0x1A: MEMORY_MANAGEMENT
This indicates that a severe memory management error occurred.
Bug Check 0x1E: KMODE_EXCEPTION_NOT_HANDLED
This indicates that a kernel-mode program generated an exception which the error handler did not catch.
Bug Check 0x24: NTFS_FILE_SYSTEM
This indicates a problem occurred in ntfs.sys, the driver file that allows the system to read and write to NTFS drives.
Bug Check 0x19: BAD_POOL_HEADER
This indicates that a pool header is corrupt.
Bug Check 0x3B: SYSTEM_SERVICE_EXCEPTION
This indicates that an exception happened while executing a routine that transitions from non-privileged code to privileged code.
Bug Check 0x4E: PFN_LIST_CORRUPT
This indicates that the page frame number (PFN) list is corrupted.
Bug Check 0x50: PAGE_FAULT_IN_NONPAGED_AREA
This indicates that invalid system memory has been referenced.
Bug Check 0x7A: KERNEL_DATA_INPAGE_ERROR
This bug check indicates that the requested page of kernel data from the paging file could not be read into memory.
Bug Check 0x7E: SYSTEM_THREAD_EXCEPTION_NOT_HANDLED
This bug check indicates that a system thread generated an exception that the error handler did not catch.
Bug Check 0x7F: UNEXPECTED_KERNEL_MODE_TRAP
This bug check indicates that the Intel CPU generated a trap and the kernel failed to catch this trap.
Bug Check 0x9F: DRIVER_POWER_STATE_FAILURE
This bug check indicates that the driver is in an inconsistent or invalid power state.
Bug Check 0xA: IRQL_NOT_LESS_OR_EQUAL
This indicates that Microsoft Windows or a kernel-mode driver accessed paged memory at DISPATCH_LEVEL or above.
Bug Check 0xC2: BAD_POOL_CALLER
This indicates that the current thread is making a bad pool request.
Bug Check 0xC4: DRIVER_VERIFIER_DETECTED_VIOLATION
This is the general bug check code for fatal errors found by Driver Verifier.
Bug Check 0xD1: DRIVER_IRQL_NOT_LESS_OR_EQUAL
This indicates that a kernel-mode driver attempted to access pageable memory at a process IRQL that was too high.
Bug Check 0xFE: BUGCODE_USB_DRIVER
This indicates that an error has occurred in a universal serial bus (USB) driver.
Bug Check 0x101: CLOCK_WATCHDOG_TIMEOUT
This indicates that an expected clock interrupt on a secondary processor, in a multi-processor system, was not received within the allocated interval.
Bug Check 0x133 DPC_WATCHDOG_VIOLATION
This bug check indicates that the DPC watchdog executed, either because it detected a single long-running deferred procedure call (DPC), or because the system spent a prolonged time at an interrupt request level (IRQL) of DISPATCH_LEVEL or above.