Answer:
To calculate the profit of the month, the monthly cost should be extracted from the monthly generated revenue, while the revenue is the total sales of the store for the month.
Explanation:
In the excel file worksheet, the total number of shoes should be calculated. And a formula to calculate the revenue for the month should multiply the total shoes by the price of shoes per pair
The formula to calculate the profit is gotten from total sales minus the fixed cost.
Answer:
"Physical layer" is the correct answer.
Explanation:
- It dealt mostly with bit-level transfer across various equipment as well as it provides industrial automation connections to meet quality standards to something like digital downloads.
- The purpose of this layer would be to consolidate essential networking system compatibility so that information is being sent successfully.
Thus, the above is the correct answer.
workbook, sheet, cell, row, column
Answer:
Task Manager i think is the correct answer
Answer:
b.Floating Point (Float)
Explanation:
In Computer science, Floating Point (Float) contains floating decimal points which are denoted with 32 bits (single precision) or 64 bits (double precision).
Examples of floats are 1.7, 0.005, -2.23
Since Subana is writing a program which will calculate the mean average of a set of numbers by adding the numbers and dividing the result by the amount of numbers
The Floating Point (Float) variable type would be the most suitable for avg.