Instruction format of machine level language consists of OPCODE and __________.
2023
Instruction format of machine level language consists of OPCODE and __________.
- A.
Operators
- B.
Operand
- C.
Variable
- D.
Function
Attempted by 224 students.
Show answer & explanation
Correct answer: B
A machine language instruction generally consists of:
Where:
Opcode (Operation Code): Specifies the operation to be performed (e.g., ADD, SUB, LOAD).
Operand: Specifies the data, register, or memory location on which the operation is performed.
Example:
Opcode = ADD
Operands = R1, R2
Therefore, the correct answer is:
Answer: B) Operand