Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 8 (Q.No. 7)
7.
What is the name given to the specialized storage element in the processor unit of a computer which is used as a "scratch pad" during processing operations?
storage register
primary memory
cache memory
accumulator
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Manishsoni said:   1 decade ago
Scratchpad memory (SPM), also known as scratchpad, scratchpad RAM or local store in computer terminology, is a high-speed internal memory used for temporary storage of calculations, data, and other work in progress. In reference to a microprocessor ("CPU"), scratchpad refers to a special high-speed memory circuit used to hold small items of data for rapid retrieval. It is similar the usage and size of a scratchpad in life: a pad of paper for preliminary notes or sketches or writings, etc.
(1)

Jeftha Dkhar Dann said:   5 days ago
Cache memory → High-speed memory between CPU and RAM, used to reduce access time.
Accumulator → A special-purpose register in the CPU that acts as a scratch pad during arithmetic and logic operations, temporarily holding data and intermediate results.
Hence, the specialized storage element is the accumulator.

Post your comments here:

Your comments will be displayed after verification.