What is the default HSRP priority value?
A) 128
B) 100
C) 64
D) 1
B
Explanation: B) The default HSRP value is 100.
You might also like to view...
What is wrong with the following GetName procedure?
``` Sub GetName(ByVal strName As String) strName = InputBox(“Enter your Name:”) End Sub ``` a. The procedure is missing a Return statement. b. GetName is a reserved word and cannot be used as a name of a procedure. c. strName will be modified, but all changes will be lost when the procedure ends. d. The syntax for the call to InputBox is incorrect.
The BIND documentation consist of ____ chapters.
A. two B. three C. six D. eight
Where would you find the option to apply a Theme to a single object in a database?
a. Design grid b. Property sheet options c. Navigation pane options d. Theme button
To display the content of a text file on the screen, you may use
A) DOSKEY B) TYPE C) ECHO D) RECALL