Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 1 (Q.No. 16)
16.
Any type of storage that is used for holding information between steps in its processing is
CPU
Primary storage
Intermediate storage
Internal storage
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
25 comments Page 1 of 3.

Sadia said:   8 years ago
Why primary storage is not the right answer as we know all the temporary data or the data during execution of any process is stored in primary storage. Maybe there is a slight difference between primary storage and intermediate storage. Please, could anyone explain?
(1)

Rathika.b said:   1 decade ago
Ok. then what is the purpose of registers....? According to, micro controllers we study only registers are used for storing the data as temporally which is used for execution. after execution , data again store in temporary registers and go back to memory.

Manoj Saini said:   5 years ago
Intermediate storage: Any part or type of storage that is used for holding information between steps in its processing.

Cache memory is used as an intermediate storage by the processor because it is much faster than primary memory.
(1)

Rathika.b said:   1 decade ago
I think, Intermediate storage (buffer) can be applied only, when 2 systems speed are not even.

e.g: Download information some link, can first stored on buffer. From buffer only it can be send to storage device.

Anil Kumar said:   1 decade ago
I think when data is under process then operations need to store the data any where before completing the operations. And when operation to be performed on data is done the data goes to the permanent storage.

Muthu raj said:   1 decade ago
Because the user cannot know what the process is held between the input given from the user & the output display-so it act as a interferance medium between the user & the computer.

Musah M Habib said:   1 decade ago
Which device is mind for storing data temporary? when you are inputting data which device receives it before processing it?

I will also like to know what intermediate storage is.

Sai krishna said:   1 decade ago
This storage is called buffering. Buffers are used to store temporary data between processors. One should not get confused with GPR and buffers.

Saumiya ann said:   1 decade ago
No. They are not the same. Buffers are used only in the case of speed mismatch and registers are meant for temporary data storage.

Anjali said:   1 decade ago
Speed mismatch means when fast device sendind data to slow device. So to provide synchronization between them buffers are used.


Post your comments here:

Your comments will be displayed after verification.