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.

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

Niveditha said:   1 decade ago
What is the explanation? please post it.

Vijay said:   1 decade ago
You can see that in the given options only operation code is capable of conducting some operation that too at machine level.

I hope you are satisfied with my answer.

DHINESH said:   1 decade ago
What is the explaination post it.

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

Robin said:   1 decade ago
Operation code is right answer.

Jan said:   1 decade ago
An instruction includes an opcode specifying the operation to be performed, such as "add contents of memory to register", and zero or more operand specifiers, such as registers, memory address or physical data.

Hitesh said:   1 decade ago
Operation code is the better answer.

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

ABHIJIT SAHOO said:   1 decade ago
Detailed explanation:.

CPU has ALU (arithmatic and logic unit) for performing many arithmatic and logical operations and CU (control unit) for sending control signal to tell ALU about which operation to be performed.

As we have many operation to be performed by the same hardware unit of ALU, so we should have different binary equivalent code to identify each operation and that binary code is called opcode.

Control unit decode the opcode and issue corresponding control signal to perform appropriate operation between operands.


Post your comments here:

Your comments will be displayed after verification.