Table of Contents
    Home / Definitions / Operand
    Development 1 min read

    In all computer languages, expressions consist of two types of components: operands and operators. Operands are the objects that are manipulated and operators are the symbols that represent specific actions. For example, in the expression

    5 + x

    xand 5 are operands and + is an operator. All expressions have at least one operand.

     

     

     

    Was this Article helpful? Yes No