answersLogoWhite

0

Operands are the values used in expressions. Operators are the signs that carry out those operations. Take the following examples:

=5+2

The 5 and 2 are operands and the plus sign is an operator.

=B3 * C20

B3 and C20 are operands and the multiplication is done by the * which is the operator.

In each case the equals sign is there to signify that it is a formula and so it is not an operator or operand in the expression.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What do you mean by operators and operands?

operands are the objects or variable that we create in our program. operators fuse with the operands to build a mathematical statement in the program.


What are the numbers formulas and functions used in calculations called?

You can refer to them generally as values. Formulas can use operands and functions use arguments.You can refer to them generally as values. Formulas can use operands and functions use arguments.You can refer to them generally as values. Formulas can use operands and functions use arguments.You can refer to them generally as values. Formulas can use operands and functions use arguments.You can refer to them generally as values. Formulas can use operands and functions use arguments.You can refer to them generally as values. Formulas can use operands and functions use arguments.You can refer to them generally as values. Formulas can use operands and functions use arguments.You can refer to them generally as values. Formulas can use operands and functions use arguments.You can refer to them generally as values. Formulas can use operands and functions use arguments.You can refer to them generally as values. Formulas can use operands and functions use arguments.You can refer to them generally as values. Formulas can use operands and functions use arguments.


In Excel the plus sign is an example of an operand in a worksheet formula?

The plus sign is an operator, not an operand. An operand is something that an operator operates on. For example, A3 and 10 are the operands in the following formula and the operator is the plus sign. =A3+10


How many operands are there in powerPc?

In PowerPC assembly language, the number of operands can vary depending on the instruction type. Most instructions typically use one to three operands: one for the destination and one or two for the sources. However, some instructions may have additional options or modifiers, leading to variations in operand count. Overall, the typical range is from one to four operands per instruction.


What is the function of plus sign?

The "plus sign" (+) is an operator that, by default, takes the left and right operands as parameters, and returns the sum of both operands as the return value.


Which opreator is used to determine that the operands are not exactly of the same value?

The operator used to determine that the operands are not exactly of the same value is the inequality operator, represented as != in many programming languages. This operator checks if the values of the two operands are not equal. If the values differ, it evaluates to true; otherwise, it evaluates to false.


What is the operand of arithmetic operators?

Operands are the values or variables on which arithmetic operators perform operations. For example, in the expression "5 + 3", the numbers 5 and 3 are operands, while "+" is the arithmetic operator that indicates the operation to be performed (in this case, addition). Operands can be constants, variables, or expressions that evaluate to a numerical value.


What does it mean to find the product of something?

Product means to multiply the operands. The product of 5 and 6 is 30. Sum means to add the operands. The sum of 5 and 6 is 11.


Is a negative number raised to an odd power always negative?

Yes. Any multiplication involving an odd number of negative operands will be negative (assuming non-zero operands).


The modulus operator can be used only with integer operands?

Yes, the modulus operator (%) is used to find the remainder of a division operation between two integers. It can only be used with integer operands in programming languages. If you try to use it with non-integer operands, you may encounter errors or unexpected results.


Is Ax register used as destination operands?

yes it can be used


What do you mean by infix?

The operator is between the two operands, like 4+6