Report Bug
Qus : The part of a machine level instruction, which tells the central processor what has to be done, is
Qusइनमे से कौन मशीन स्तर के निर्देश का एक हिस्सा, जो सेंट्रल प्रोसेसर को बताता है कि क्या करना है

A. An operation code
B. An address
C. An operand
D. None of the above


Solution
A. An operation code



Explanation

In a machine-level instruction, the part that tells the central processor what operation or action needs to be performed is known as the "opcode" (operation code). The opcode specifies the operation that the processor should execute, such as addition, subtraction, load, store, jump, etc.




Report Bug