To name a standard IP access list, use the following syntax: ____.
A. ip access-list named [name]
B. named access-list standard [name]
C. ip access-list standard [name]
D. ip named-access-list [name]
Answer: C
You might also like to view...
Which of the following statements will assign the first command-line argument sent into a Java program to a variable called argument?
a) argument = System.getFirstArgument(); b) argument = System.getArgument[1]; c) argument = System.getArgument[0]; d) argument = args[0]; e) argument = args[1];
Which of the following is a true statement about middleware?
a) Middleware enables communication between computers in distributed systems. b) Middleware permits applications to run on heterogeneous computer platforms. c) Middleware simplifies application development, as developers do not need to know the implementation details of the middleware. d) all of the above
The lesser-valued nodes of a heap can be placed on ____.
A. the right subtree B. the left subtree C. either the right or the left subtree D. on the left-most subtree to the right
If a variable is passed by ____________________, then when the formal parameter changes, the actual parameter also changes.
Fill in the blank(s) with the appropriate word(s).