Answer:
Excel MIN Function
Explanation:
Excel MIN Function is used to get the smallest value which means, it returns the smallest value in the array(a set of data).
syntax is =MIN (number1, [number2], ...)
Answer:
a. open port
Explanation:
Based on the information provided within the question it can be said that the port state that represents this is an open port. Like mentioned in the question below, this state refers to a TCP or UDP port that has been configured to receive packets, or in other words listen to oncoming instructions that are being sent from other computers or servers.
Answer:
An input function.
Explanation:
The purpose of this is to collect data from the user for the program to use. It allows you to read the user's information and assign it to it's desired variables, usually in specific data formats, the program can then read or manipulate the data according to its own specifications.