63.0k views
7 votes
Operands may be any of the following: (select all that apply) Group of answer choices constant or constant expression register name variable name (memory) reserved word

User Chhantyal
by
8.2k points

1 Answer

7 votes

Answer:

constant or constant expression

register name

variable name (memory)

Step-by-step explanation:

Literally, operand means data which an operation can be performed on. The operation could be an arithmetic or logical operation.

From the list of options, several operations can be performed on:

  • constants e.g.
    \pi = 3.14
  • registers and
  • variables e.g. (a + b)

However, no operation can be performed on keywords and/or reserved words.

User HotFrost
by
8.0k points