I say it is true
hope this helps!
Answer:
A
Explanation:
b/c the round of 'A' is less than ruond of'B'
Answer:
For this wild card mask 0.0.15.255 the ACE IP address will be 172.16.47.254
Explanation:
ACL is the access control list that is used to enlist the ip addresses that allowed or restricted to access the network. ACE is an IP address from the list ACL that has all rules and regulations related to access of network. The ACE could be in the range of IP address in ACL. ACL can be calculated with the help of initial IP address adding with wild card mask.
So
Initial IP address is = 172.16.32.0
Wild card mask =0.0.15.255
by adding above values we can find the last IP address of ACL.
after addition
Final IP address is = 172.16.47.255
The options that are available with question, Only option between the range is 172.16.47.254. So we can say that This is the only ACE IP address in options.
Answer:
Jog
Explanation:
The variable options is a list containing 5 string values
options = ["ski", "surf", "jog", "bike", "hike"]
Indexing in python starts from 0 ; hence the index values of the list values are :
0 - ski
1 - surf
2 - jog
3 - bike
4 - hike
The statement ;
print(options[2]) means print the string at index 2 in the list named options
The string at index 2 is jog ;
Hence, the string jog is printed.
Make the zig zag part more spaced out