Difficulty: Easy
Correct Answer: A printer driver
Explanation:
Introduction / Context:
Classic Macintosh systems (pre-OS X) required specific resources in the System Folder to support printers. Understanding the difference between drivers, enablers, and optional utilities is key to troubleshooting print failures.
Given Data / Assumptions:
Concept / Approach:
The printer driver translates the OS print stream into device-specific commands. Without the driver, the OS cannot render pages correctly for the device, regardless of sharing or fonts. Enablers complement drivers for specific models but do not replace them.
Step-by-Step Solution:
Verification / Alternative check:
Attempting to print without a driver typically yields no device selection or garbage output. With a proper driver, test print completes with expected formatting.
Why Other Options Are Wrong:
Common Pitfalls:
Installing the wrong regional driver, missing PPD files for PostScript, or conflicts with extensions causing print spooler issues.
Final Answer:
A printer driver
Discussion & Comments