Answer:
If there is already a table in word document, clicking it should calls the table to want to show up in the top ribbon
Explanation:
I just did it!
Answer:
A. True.
Explanation:
Programming languages are computer based languages used to pass instructions or task that can be interpreted to machine language, which can be understood by the computer system. Low level programming language and high level programming language are the two categories of program languages.
Low level languages use low level commands. They use processor instruction sets and primitive opcodes for their instruction syntax. Example of a low level language is Assembly language.
High level languages are English based and more complex in its compilation.
If the cell B2 is 68, this IF function "=IF (B2>60, 'pass', 'fail')" will give pass as a result because 68 is greater than 60.
<h3>What is Microsoft Excel?</h3>
Microsoft Excel can be defined as a software application that is designed and developed by Microsoft Inc., for analyzing and displaying spreadsheet documents by using rows and columns in a tabulated format.
<h3>The types of function in MS Excel.</h3>
In Microsoft Excel, there are different types of functions that are called predefined formulas and these include the following:
- Average function
- Minimum function
- Sum function
- Maximum function
- Count function
- IF function
If the cell B2 is 68, this IF function "=IF (B2>60, 'pass', 'fail')" will give pass as a result because 68 is greater than 60.
Read more on Excel formula here: brainly.com/question/26053797
#SPJ1
Complete Question:
If the cell B2 is 68, what will this IF function give you as a result? =IF (B2>60, 'pass', 'fail')