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 2 of 4.

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.

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.

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

Ex:
mul a1, 5;

Rahul Ranjan said:   1 decade ago
The Operation Is The Machine Level Programming, That Are Predefined Or Fixed, WE Can Implement only No one Can Change It.

Shaharyary Qureshi said:   1 decade ago
Operations code are used in assembly language to instruct the MP that which instruction is going to excute.

Ansh said:   1 decade ago
Address is right because for execution of instruction that have to converted into binary codes.

Charu said:   1 decade ago
Operation code only says about the operations performed in micro processor.

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

Dave said:   1 decade ago
Operation code instruct processor to perform to operation.

Prakhar said:   1 decade ago
How is that possible and what is the reason behind this?


Post your comments here:

Your comments will be displayed after verification.