Select the one function below that a NIC does NOT perform.

A. It sends and receives binary data.
B. It provides an interface between the PC and the network.
C. It creates frames.
D. It routes data across the most efficient route on the network.


Answer: D

Computer Science & Information Technology

You might also like to view...

All of the following are examples of nonvolatile storage EXCEPT ________

A) flash drive B) RAM C) DVD D) hard drive

Computer Science & Information Technology

Consider a class that keeps track of the sales of an item. An object of this class will have the attributes

• Number sold • Total sales • Total discounts • Cost per item • Bulk quantity • Bulk discount percentage and the following methods: • registerSale(n) records the sale of n items. If n is larger than the bulk quantity, the cost per item will be reduced by the bulk discount. • displaySales displays the number sold, the total sales, and total discount. a. Implement the class in Java. b. Write some Java statements that test the class.

Computer Science & Information Technology

The Windows ________ allows you to capture a full desktop screen, a window, a rectangular portion of a screen, or a free-form shape on the screen

A) File Explorer B) Backstage view C) Snipping Tool D) app switcher

Computer Science & Information Technology

Which of the followings is the correct CSS property for an element's text color?

a. font-color b. text-color c. foreground-color d. color

Computer Science & Information Technology