Question
Easy

Instruction format of machine level language consists of OPCODE and _ .

1
Operators
2
Operand
3
Variable
4
Function
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Operating Systems & Software Concepts
Topic: Programming Languages
Correct Answer
Option B
Explanation

The correct option is (2): The instruction format of a machine-level language instruction is fundamentally divided into two major components: the Operation Code (OPCODE) and the Operand field(s). The OPCODE is a fixed-length collection of bits that tells the Central Processing Unit (CPU) exactly what operation to execute, such as an addition, a data load, or a jump. The Operand field is equally crucial as it specifies where the data…Read More