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.

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;

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

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

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.

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.

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.

Lucky said:   1 decade ago
What are flip flops?

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.

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, .

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


Post your comments here:

Your comments will be displayed after verification.