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.

Ritesh Bora said:   1 decade ago
Operational code is right beacause muchine instruction has two part a) operational code b) operands i.e. address in that address tell about location of operands and operational code tells about what to perform on operands.

I hope you got it.

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

Narendra534 said:   1 decade ago
The machine can understand only the OP-CODES like ADD, MUL, SUB, DIV, SUM etc. So the OP-CODE (operation code) tells the CPU to perform the kind of operations like ADD, MUL, DIV, SUB, .

Nisha said:   1 decade ago
Whenever a process executed by ALU now it check the process id provided by operating system which helps to identify the required process by processor, the operation is to be performed.

Lucky said:   1 decade ago
What are flip flops?

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.

Rupesh said:   1 decade ago
The processors job is to process the information right. So the address it cannot process so it has to process only the data. So the data is residing in opcode. As you all are familiar with 8051 instructions.

Aman said:   1 decade ago
Answer to the question of @Lucky.

Flip flops are small storage cells which can store one bit of information at a time. They are further used in " registers" too.

There are too many types like SR flip flop. D flip flop, T flip flop etc.

Uday said:   1 decade ago
What was the right answer?

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


Post your comments here:

Your comments will be displayed after verification.