If we're talking about excel functions, A is your answer.
The COUNT function does exactly that (with modifications of it counting specific things e.g. COUNTA, COUNTIF, etc)
MIN returns the minimum value in the selected range.
SUM returns the sum of the values in the selected range.
ABS returns the absolute value of the selected cell.
1.
first = float(input("First Entry = "))
second = float(input("Second Entry = "))
def func(num1, num2):
return max(num1, num2)
print(func(first, second))
2.
first = input("First Entry = ")
second = input("Second Entry = ")
def func(word1, word2):
return sorted([word1,word2])[0]
print(func(first, second))
I hope this helps!
Answer:
Following are the answer to this question:
Explanation:
The following is the list of name devices, which is used home network or the school lab.
- hrtr01(home router 1).
- schadmrtr02(school building router 2).
- clpc01, and clpc02 (computer laboratory pc 1 and 2)
.
Uses:
- Its use as descriptive names as necessary without gives potential hacks much more relevant data.
- It provides only areas that are essential for both device identification.
- It allows the name for irrelevant or redundant information doesn't over-complicated.
Answer:
Permanent storage, also called persistent storage, is any computer data storage device that retains its data when the device is unpowered. A common example of permanent storage is the computer's hard drive or SSD.
Explanation: