operand
An operand is a value or quantity that an operator acts upon. In mathematics and computer science, expressions are built from operands connected by operators. For example, in the arithmetic expression 3 + 4, the numbers 3 and 4 are operands and + is the operator. In programming languages, operands may be literals, variables, or subexpressions and may themselves be results of prior computations.
Operators are categorized by how many operands they require: unary operators take a single operand (for example
In computer architecture and assembly language, an operand is a data item supplied to an instruction. Common
Semantics and evaluation: The language defines the order in which operands are evaluated and how expressions