Microsoft Online is free to use. It includes Microsoft Excel, Word, One - Note and PowerPoint. Microsoft Outlook (email app) is free as well, although it is a seperate download.
Another way to go is via Google docs, The Google drive is rather large and safe to store reports, docs, images, etc.
Both Microsoft online and Google Docs are accessible to use on virtually any device as in: PCs, Laptops, Tablets, Androids and Iphones.
Answer:
B
Explanation:
Which of the following is the best way to add a lengthy explanation to Excel data without being limited to cell sizes and restrictions? A. Adding a chart object B. Adding an Access object C. Adding a Word object D. Adding an Excel object microsoft word
Answer: B
Answer:
using python to write the program
Explanation:
#To use the log function, the module must be imported
import math
n=int(input("Enter number to be halved"))
count=0
while(n>1):
count=count+1
n=n//2
print("The number halved is now ", n, "The is the ", count, "iteration")
x = math,log(2,(n))
print("The log of n is:", x)