What are three ways to network a printer? (Select three.)
A) Connect a printer to a computer that is attached to the network. Share the printer.
B) Connect the printer to a print server. Connect the print server to the network.
C) Connect the printer to a USB port of any computer connected to the Internet.
D) Connect the printer to an IEEE 1394 port and extend a cable from that port to a network switch or hub.
E) Connect a network cable between the printer with an NIC installed and a network switch or hub.
A, B, E
You might also like to view...
Which of the following is a difference between PPTP and L2TP?
A) LT2P supports encryption whereas PPTP does not. B) PPTP supports encryption whereas L2TP does not. C) L2TP can work over X.25 and ATM networks whereas PPTP can work only over IP networks. D) PPTP can work over X.25 and ATM networks whereas L2TP can work only over IP networks.
The java.lang.Number and its subclasses are introduced in Chapter 11 . Analyze the following code.
```Number numberRef = new Integer(0); Double doubleRef = (Double)numberRef;``` Which of the following statements is correct? a. There is no such class named Integer. You should use the class Int. b. The compiler detects that numberRef is not an instance of Double. c. A runtime class casting exception occurs, since numberRef is not an instance of Double. d. The program runs fine, since Integer is a subclass of Double. e. You can convert an int to double, so you can cast an Integer instance to a Double instance.
The description of a Web site is added to the ____ attribute of a description meta tag.
A. desc B. value C. content D. name
What is used to upload pages to the web host’s server?
a. Domain name b. Web host c. Name server d. FTP client