Operand vs Parameter - What's the difference?
operand | parameter |
(mathematics, computing) A quantity to which an operator is applied (in , the operands of the subtraction operator are 3 and ).
* 1992 , Michael A. Miller, The 68000 Microprocessor Family: Architecture, Programming, and Applications (page 47)
(mathematics, physics) A variable kept constant during an experiment, calculation or similar.
(programming) An input variable of a procedure definition, that gets an actual value (argument) at execution time (formal parameter) .
(programming) An actual value given to such a formal parameter (argument or actual parameter) .
A characteristic or feature that distinguishes something from others.
(geometry) In the ellipse and hyperbola, a third proportional to any diameter and its conjugate, or in the parabola, to any abscissa and the corresponding ordinate.
(crystallography) The ratio of the three crystallographic axes which determines the position of any plane.
(crystallography) The fundamental axial ratio for a given species.
As nouns the difference between operand and parameter
is that operand is a quantity to which an operator is applied (in , the operands of the subtraction operator are 3 and ) while parameter is a variable kept constant during an experiment, calculation or similar.operand
English
Noun
(en noun)- When the microprocessor decodes the JSR opcode, it stores the operand into the TEMP register and pushes the current contents of the PC ($00 0128) onto the stack.
Anagrams
*parameter
English
Alternative forms
* parametreNoun
(en noun)- Roughly, a tuple of arguments could be thought of as a vector, whereas a tuple of parameters''' could be thought of as a covector (i.e., linear functional). When a function is called, a '''parameter tuple becomes "bound" to an argument tuple, allowing the function instance itself to be computed to yield a return value. This would be roughly analogous to applying a covector to a vector (by taking their dot product (or, rather, matrix-product of row vector and column vector)) to obtain a scalar.
- The parameter of the principal axis of a conic section is called the latus rectum.