WordUpWordup

Operand

usgb/ˈɑːpərænd/Volume
Left Definition 1 of 1Right
LampPro Tip 1/3
Mathematical ContextPlay
In math, 'operand' refers to numbers involved in calculations, not to procedures or methods. SlideIn 5 * 2 = 10, both 5 and 2 are operands.
LampPro Tip 2/3
Computing UsagePlay
In programming, operands can be variables, numbers or data that operations act upon. SlideIn the code 'result = operand1 + operand2', 'operand1' and 'operand2' are operands.
LampPro Tip 3/3
Operation TypesPlay
Operands can be part of unary operations (one operand) or binary operations (two operands). Slide'-number' has a unary operator with 'number' as its operand.