____________ is a device to connect a computer to a local area network (LAN).
a. Regular modem
b. DSL
c. Cable modem
d. NIC
d. NIC
Network Interface Card (NIC) is a device to connect a computer to a local area network.
You might also like to view...
LinkLabels are most commonly used for:
a) shortcuts to menu items. b) links to an Explorer window. c) links to a Web site. d) a) & b) e) b) & c)
We do not use a long chain of ->next’s when working with a linked list (for example, ptr->next->next->next->next->next->info) because:
A. we often do not know how long the linked list is, so we use a loop to move a pointer through the list B. we can only use one next at a time (C++ does not permit more than one in an expression) C. it can become an infinite loop D. doing so can cause memory leak
Suppose that L is a sorted list of length 1000. To determine whether an item is in L, the maximum number of comparisons executed by the binary search algorithm, as discussed in this book, is ____.
A. 1 B. 42 C. 500 D. None of these
To use a spritesheet on a web page, you specify it as the __________ image for multiple elements.
Fill in the blank(s) with the appropriate word(s).