You have a subnet mask of 255.255.255.248. What is the prefix notation?
A) /29
B) /28
C) /27
D) /26
A
Explanation: The binary representation of 255.255.255.248 is 11111111.11111111.11111111.11111000 (29 1s and 3 0s); therefore, the prefix notation is 29.
You might also like to view...
Given the following two program statements, identify the parameters.
```Call DressUp(sandals, turtleneck, jeans) Subprogram DressUp(shoes, shirt, pants) ``` a. sandals, turtleneck, jeans b. shoes, shirt, pants c. DressUp(shoes, shirt, pants) d. sandals, turtleneck, jeans, shoes, shirt, pants
Answer the following questions true (T) or false (F)
1. In a static method, you may use the this parameter either explicitly or implicitly. 2. A main method can be placed inside a class definition.
_______ is a construct that defines objects of the same type.
a. A class b. An object c. A method d. A data field
The ________ guides you through creating a report by asking you questions. The report is created based upon your answers to the questions
Fill in the blank(s) with correct word