INTRODUCTION TO COMPUTERS
COMPUTER ARCHITECTURE AND ORGANIZATION
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
The following instruction belongs to ____ type of instruction:0 0 0 1 0 1 0 0 0 1 1 0 1 1 1 0
|
control
|
|
operate
|
|
add
|
|
data movement
|
Explanation:
Detailed explanation-1: -Three-address instruction is a type that is a machine-specific instruction. It is a single opcode with three fields for address. The address field serves to indicate destination, and two address fields for the source. Example: X = (A + B)
Detailed explanation-2: -zero-address instruction An instruction that contains no address fields; operand sources and destination are both implicit.
There is 1 question to complete.