What are operands?

Answer:
Every instruction contains to parts: operation code[opcode],and operand.
The first part of an instruction which specifies the task to be performed by the computer is called opcode.
The second part of the instruction is the data to be operated on.,and it is called operand. The operand[or data]given in the instruction may be in various forms such as 8-bit or 16-bit data, 8-bit or 16-bit address, internal register or a register or memory location.
First answer by ID0995985400. Last edit by ID0995985400. Question popularity: 2 [recommend question].