A(n) __________________ gives a router the actual instructions telling it what to do with incoming packets and where to send them.
Fill in the blank(s) with the appropriate word(s).
routing table
correct
You might also like to view...
Input values are listed in both columns and rows in a(n) ________ data table
Fill in the blank(s) with the appropriate word(s).
Answer the following statements true (T) or false (F)
1. An individual array element can be processed like any other type of C++ variable. 2. In C++11 you cannot use a range-based for loop to modify the contents of an array unless you declare the range variable as a reference variable. 3. In C++11 the range-based for loop is best used in situations where you need the element subscript for some purpose. 4. Although two-dimensional arrays are a novel idea, there is no known way to pass one to a function. 5. Each individual element of an array can be accessed by the array name and the element subscript.