To get to the "Add a Printer" Wizard in Windows XP with the Start menu set to Windows XP mode, you would:
a. Click Start | Control Panel | Printers and Faxes | Add a Printer
b. Click Start | Settings | Printers and Faxes | Add a Printer
c. Click Start | All Programs | Add a Printer
d. Right-click My computer and choose the Add a Printer icon
Answer: a. Click Start | Control Panel | Printers and Faxes | Add a Printer
You might also like to view...
Which of the following is declared correctly and will not result in an error assuming x = 2 and y = 30?
a. ``` for ( var j = 10; j <= 80; j-- ) ``` b. ``` for ( var j = x, j <= y, j += 5 ) ``` c. ``` for ( var j = x; j <= 80 * y; j += 5 / x ) ``` d. ``` for ( var j = x; j <= 80 * y; j -= 5 ) ```
If you accept a change when using the compare and merge feature, it is not possible to reverse the action
Indicate whether the statement is true or false
The breadth first traversal of a graph is similar to traversing a binary tree ____.
A. node-by-node B. branch-by-branch C. root-to-leaf D. level-by-level
Restricted sites can be found on ______ .
A. the invisible web B. the visible web C. the surface web D. the public web