2. What will be the output of the following functions used in OpenOffice Calc.
a) =LEN("PLANET EARTH")
b) = POWER(8, 2)
c) = TIME(22;15;30)
d) =PRODUCT(3,4,5)
Answers
Answered by
15
Question::
• What will be the output of the following functions used in OpenOffice Calc.
a) =LEN("PLANET EARTH")
b) = POWER(8, 2)
c) = TIME(22;15;30)
d) =PRODUCT(3,4,5)
Answer::
- Gives out the length of the String as Output.
=} LEN = 12 (including the space)(Output)
- Gives out the Result after making the power of 2nd digit to the 1st digit.
=} Power = 8² = 64 (Output)
- Displays the current time of the Computer with Seconds in 24 hr. Format.
=} Time = 15 : 50 : 10
- Displays the product after multiplying the digits in Output.
=} Product = 60
Similar questions