If i choose not to print to a print device but instead choose to Print to File, what type of printer am I using.

A. Virtual Printer
B. Laser Printer
C. InkJet Printer
D. File Printer


Answer: A. Virtual Printer

Computer Science & Information Technology

You might also like to view...

(Find the Error) Determine whether the following program segments contain errors. For each error, explain how it can be corrected. [Note: For a particular program segment, it’s possible that no errors are present in the segment.]

a) ``` template < class A > int sum( int num1, int num2, int num3 ) { return num1 + num2 + num3; } ``` b) ``` void printResults( int x, int y ) { cout << "The sum is " << x + y << '\n'; return x + y; } ``` c) ``` template < A > A product( A num1, A num2, A num3 ) { return num1 * num2 * num3; } ``` d) ``` double cube( int ); int cube( int ); ```

Computer Science & Information Technology

When you need to create a form to match a paper form that you are already using-or when you need to create a form that doesn't match the appearance of a form that you can create with a form tool or the Form Wizard-you can create a blank form in Query view.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

You drag the first anchor point up. You drag the second anchor point down. You click the first anchor point and drag up. What shape have you created?

You are using the Pen Tool to explore the diversity of shapes you can create with it. a. S-curve b. polygon c. arc d. ellipse

Computer Science & Information Technology

The ________________________________________ is a structured approach to the development of a business system.?

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology