Answer:
Option(d) is the correct answer to the given question .
Explanation:
The Microsoft word is known as word-processing software.The main purpose of Microsoft word is used creating the text such that we can writing the paragraph or writing the letter to anyone in the Microsoft word .In this software there are many formatting tools are present that making the text effective and attractive .
- Instead of crating the text we cal also creating the table ,charts in the Microsoft word
- The database management software used for management the records its main purpose is not creating the text based document that's why this is incorrect option .
- Spreadsheet software is Microsoft excel that 's primary purpose used to maintain the record in the form of table its main purpose is not creating the text based document that's why this is incorrect option .
- Presentation software is Microsoft PowerPoint that is used for presentation its not main purpose to to create the text-based documents that's why this is incorrect option .
Answer:
c = float(input("Enter the temperature in Celsius: "))
f = c * 1.8 + 32
print("The temperature in Fahrenheit: " + str(f))
k = (f - 32) / 1.8 + 273.15
print("The temperature in Kelvin: " + str(k))
Explanation:
*The code is in Python.
Ask the user to enter the temperature in Celsius
Convert the Celsius to Fahrenheit using the conversion formula and print it
Convert the Fahrenheit to Kelvin using the conversion formula and print it
Answer:
Exponential
Explanation:
The growth of an exponential function will develop much faster than all other functions included in the options meaning the execution time will take longer. This makes exponential functions the least efficient.
C) team leader is the answer
A. use split worksheet view to break the worksheet into different visible sections
<u>Explanation:</u>
Jason is working on a project that requires him to manage a huge amount of data. There are numerous instances when a user has to manage a huge amount of data within a single spreadsheet. It will cause trouble for the user to simultaneously access the data from more than one table in the same sheet.
To deal with this problem, Jason can track and compare this data as he works on the spreadsheet by using the split worksheet view to break the worksheet into different visible sections. The different sections provide a better view of the tables and data extraction and manipulation become easy.