The answer is B , Hope this helps , I don’t speak Spanish but a little bit I understand , I’m sure that’s the correct answer answer
It appears on Document window tab
Answer:
IN COMPUTER TERMS:
CPU is centrsl processing unit
RAM is random access memory
B. Command Prompt, as if you were to open command prompt it is 1. Under Accessories and 2. DOS-Like
The IF function allows the user to make logical comparison among values.
The formula to enter in cell 15 is:
In Excel, the syntax of an IF function is:
The representation in the above formula is as follows:
- logical_test <em>are the values to be compared</em>
- [value_if_true] <em>is the return value if the condition is true</em>
- [value_if_false] <em>is the return value if the condition is false</em>
The cells to compare are given as: Cell A3 and Cell A4
Where cell A4 contains the car price
So, the IF function is:
First, the formula checks if the value of A4 is exceeds A3.
-
If true, the function returns "yes"
- Else, it returns "no"
To make use of the absolute cell referencing., we simply include the dollar sign between the cell names
Hence, the required formula is:
Read more about IF functions at:
brainly.com/question/16026173