Answer:
5. a. DHCP
6. b. Dynamic
7. b. DNS
8. a. True
Explanation:
5. The server role responsible for managing and configuring the automated configuration of IP addresses on clients is DHCP.
6. Using the dynamic update method, as a DHCP server hands out IP addresses, it registers the client hostname or FQDN and IP address with the DNS server. If the hostname or IP address changes, the DNS record is updated accordingly.
7. The server role responsible for name resolution for the internal network as well as Internet resources is DNS
8. The forest administrators, who are members of the Enterprise Admins group, are automatically granted the ability to create an OU hierarchy in any domain within the entire forest. True
Answer:
Program :
def var_input():
#input function which takes the radius as input.
radius= float(input("Enter the radius of the sphere"))
#statemet to take the inputs.
volume(radius) /#call the volume function.
def volume(radius): #definition of volume function.
print("The volume of the sphere is :"+"{:.2f}".format((4/3)*(22/7)*radius*radius*radius)) # print the volume of the sphere.
var_input() # calling the input function.
Output:
- If the user inputs 4, then he will gets "268.19" as the output.
- If the user inputs 5, then he will gets "523.81" as the output.
Explanation:
- The above code is in python language, in which the first line is used to call the function.
- Then the first line of the input function is used to render the message to the user and take the inputs from the user and store it into the radius variable.
- Then the second line calls the volume function by passing the radius value.
- Then the volume function calculates the volume and prints it.
Answer: (B) When an argument is passed by reference, the called method can access the argument’s value in the caller directly but cannot modify it.
Explanation:
In call by reference method, when an argument is pass to the function so that it copies an argument in the form of formal parameter. In the function, the reference is basically used for accessing the actual argument in the given call function value.
The function is basically operated on the given argument value and the original value gets change when the given function value change the value of argument when it is pass by reference method.
<span>The answer is Show IP OSPF interface
Hope this helped :)</span>
Answer:
1. (1) Travel guide, (2) Study notes for students , (3) Some creative ideas that I want to share with others
2. (1) he or she would have some work related to the website I have created, (2) he or she would be interested in knowing about something which would be available in my created website
3. I want to learn how to add photos in the html pages