operandos
An operand is a value or quantity on which an operator acts in mathematics and computer science. In an expression, operands are the elements surrounding an operator. The number of operands required by an operator is its arity: unary operators take one operand, binary operators take two, and ternary operators take three.
In mathematics, operands can be numbers, variables, or more complex expressions. For example, in 3 × x
In programming languages, operands appear in expressions and can be literals (constants), variables, or memory references.
In computer architecture and assembly language, an instruction encodes an opcode and one or more operands.
Overall, operands are fundamental to evaluating expressions, generating code, and encoding machine instructions, reflecting the values