If the wires go directly between the two devices, pin for pin, this is referred to as a(n) ____________________ connection.
Fill in the blank(s) with the appropriate word(s).
straight-through
straight through
You might also like to view...
Class deque provides:
a. Efficient indexed access to its elements. b. The ability to add storage at either end of the deque. c. Efficient insertion and deletion operations at the front and back of a deque. d. All of the above.
The StringBuilder methods _____________ not only change the contents of a string buffer, but also returns a reference to the string buffer.
a. delete b. append c. insert d. reverse e. replace
____________________ scenarios are imagined situations in which the target audience might access a Web site.
Fill in the blank(s) with the appropriate word(s).
Even if the largest number in the unsorted section of a list is already at the end of the unsorted section, the ____ algorithm will exchange this number with itself.
a. selection sort b. pattern-matching c. shuffle-left d. binary search