Computer Science - Operating Systems Concepts - Discussion

Discussion Forum : Operating Systems Concepts - Section 1 (Q.No. 9)
9.
The Storage-to-Storage instructions
have both their operands in the main store.
which perform an operation on a register operand and an operand which is located in the main store, generally leaving the result in the register, expect in the case of store operation when it is also written into the specified storage location.
which perform indicated operations on two fast registers of the machine and have the result in one of the registers
all of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
13 comments Page 1 of 2.

Sandeep said:   1 decade ago
Can anyone please explain me the reason behind this answer?

Navya said:   1 decade ago
Please explain the concept.

Sumit said:   1 decade ago
Please explain.

Rohit said:   1 decade ago
I am not understand the question?
(1)

Resh said:   1 decade ago
What is meant by main store?

Kamesh said:   1 decade ago
I guess there are different kinds of instruction format this storage to storage type.

Vaibhav G said:   1 decade ago
There are several instruction types in memory to memory instruction type both operand is in memory and result is also available in memory.

Shubham said:   1 decade ago
In CPU classification we have Stack CPU. In stack CPU both the operands are present in the stack memory and after ALU operation are further kept the output in the stack memory. So it use storage to storage instruction.

For example:

I1: PUSH B.
I2: PUSH X.
I3: ADD.
I4: POP C.

Output is C = B+X.

Priyanka said:   10 years ago
Please explain the concept of Storage-to-Storage instructions.

Nitin said:   9 years ago
Main store refers to main mamory. So both the operands are in main memory.


Post your comments here:

Your comments will be displayed after verification.