Answer:
array = input("Enter the list of computer memory: ").split(',')
int_arr = [int(x) for x in array]
segment = int(input("Enter the length of segment to analyze: "))
list_len = len(int_arr)
segList = []
mini = []
for x,i in enumerate(int_arr):
seg = int_arr[i-1:segment+i-1]
if len(seg) == segment:
segList.append(seg)
for x in segList:
mini.append(min(x))
result = mini.index(min(mini))
print("Segment with the minimum memory is: ",segList[result])
Explanation:
The python program prints out the segment after analysis, with the smallest disk memory space. The code gets the array of computer rows from the user input and segments the array with the number of segment input, then the minimum is compared for all segments in the network.
Answer:
The correct answer is: 255.255.255.192.
Explanation:
A subnet mask complements an Internet Protocol (IP). Thanks to subnet masks IP addresses can be identified because they seem to be all the same but the subnet mask avoids confusion. If four subnets are to be created for the IP 192.168.90.0 3 bits of that IP must be used to create the subnet resulting in 255.255.255.192. Then:
- <em>Number of subnets</em>:

- <em>Number of hosts per subnet</em> =

Answer:The impressive functions performed by computers involve only the simplest manipulations of 1s and 2s.
Explanation: The function performed by the computer system for the evaluation and manipulation involve the inclusion of 0s and 1s. 1s and 0s are used for the storage of data/information, on off state of the function or device etc.
So, the special functioning of the computer is not done by 1s and 2s rather than accomplished by 1s and 0s. Other options that are mentioned in the question are correct except the manipulation of the function by the involvement of 1s and 2s.
Answer:
Mendix is another word for appendix.
Explanation: