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:
30 comments Page 1 of 3.

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

Harish margam said:   4 years ago
This is opcode so opcode is understanding machine language.

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

Esiyas said:   4 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:   5 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:   6 years ago
Operation code is correct answer.

Gali Bhargav Reddy said:   7 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:   7 years ago
Explain it?

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

Vasu said:   9 years ago
Micro process take operation code based on the user request and it's take value instruction binary conversion.

Ex:
mul a1, 5;


Post your comments here:

Your comments will be displayed after verification.