Peter, a user, requests that a new printer be installed for his SOHO environment. Peter wants to be able to print to the device from any location within the SOHO. Which of the following should be used?

A. Infrared (IR)
B. Serial
C. 802.11
D. Bluetooth

Answer: C. 802.11

Computer Science & Information Technology

You might also like to view...

One way to protect against Trojans is not to allow users to install any software on the system

Indicate whether the statement is true or false.

Computer Science & Information Technology

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

1) To end a line of output, insert endl or the character '\n' in the output stream. 2) A program that manipulates files directly must include the header file . 3) To input a string that includes white space, use istream member function getline. 4) Function getline never stores '\n' in its string parameter. 5)After execution of the declaration ``` ofstream out( ".txt", ios::out ); ``` if the expression out.fail() is true, this means that the system was unable to open out.txt for output.

Computer Science & Information Technology