You are assigned to define a new printer using the custom components. You are expected to:
*1 Define a new Printer Driver.
*2 Define a new Print Style.
*3 Register the Printer as new type.
*4 Define a new Printer Type.
Identify the correct order of steps to define a new printer.
A.
4, l, 3,2
B.
4, 2, 1, 3
C.
1, 4, 3, 2
D.
1, 4, 2, 3
Explanation:
*1A printer driver includes the initialization and reset strings that format and restart a
printer. You need a defined printer driver for each print style that you plan to use with a specific
printer type, on a specific platform.
* 4, *2 You must define any printer types (i.e., manufacturer and model) used at your site that are
not shipped with Oracle Applications. Also, for each print style you wish to output from aparticular
printer type, you need to assign to the printer type a combination of a print style and a
printer driver.
*3 When you register a printer with Oracle Applications, you identify the printer by its operating
system name, and assign it a printer type.
Reference: Setting Up Your Printers