Computer Science - Operating Systems Concepts - Discussion

Discussion Forum : Operating Systems Concepts - Section 1 (Q.No. 1)
1.
The part of machine level instruction, which tells the central processor what has to be done, is
Operation code
Address
Locator
Flip-Flop
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
31 comments Page 1 of 4.

Suprabhat Sahoo said:   2 years ago
The part of a machine-level instruction that tells the central processor what has to be done is called the operation code (opcode). The opcode specifies the particular operation or action that the processor needs to perform, such as addition, subtraction, loading data from memory, or storing data to memory.

The opcode is a binary code that represents the specific operation to be executed by the processor. It is usually located in the instruction's binary representation at a specific position, allowing the processor to easily identify and interpret the desired operation.

In summary, the operation code (opcode) is the part of a machine-level instruction that informs the central processor about the specific action or operation it needs to perform.
(11)

Tangudu Raviteja said:   5 years ago
Op code is understandable language for processor.

Harish margam said:   6 years ago
This is opcode so opcode is understanding machine language.
(1)

HARUN DANISH said:   7 years ago
What is explanation this question will problem?

Esiyas said:   7 years ago
The answer is the operation code. Because it is a machine level code that is controlled by a control unit which controls the operations of the central processor.

Tanvi said:   7 years ago
Yes, as an instruction has two parts, opcode and operands out of which opcode is the operation code which operates on the operands.

Manoj kumar said:   8 years ago
Operation code is correct answer.

Gali Bhargav Reddy said:   9 years ago
For example,
ADD A, B.

Here ADD is an OPERATIONAL CODE (OP CODE) which performs addition of A and B and this is an INSTRUCTION to the PROCESSOR to do.

Vinay said:   10 years ago
Explain it?

Dave said:   10 years ago
Operation code instruct processor to perform to operation.


Post your comments here:

Your comments will be displayed after verification.