answersLogoWhite

0


Best Answer

Thousands time per second.........

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How often does a memory controller automatically refresh memory in dynamic RAM?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What loses its data rapidly and the memory controller must refresh it several thousand times a second?

DRAM (dynamic) - dram loses it's contents when power is not supplied. as opposed to SRAM, which is more expensive but holds data when power is not supplied.


What is the use of -5 volt in smps of a computer?

The -5 volt is used in the dynamic RAM chip for Memory Refresh


C plus plus uses dynamic memory management?

No, C++ does not use dynamic memory management. The programmer is entirely responsible for releasing dynamic memory when it is no longer required. When static objects fall from scope, their destructors are called automatically, but there is no automatic garbage collection for dynamic objects. Allocated memory remains allocated until the programmer manually releases it, or the thread that owns the memory is terminated.


What is Random accsess memory?

DRAM or dynamic random access memory is a type of RAM that stores data in separate capacitors, which is a more efficient way compared to static RAM. It is the most common type of memory found in personal computers.


Does cache memory refresh instantly?

Yes. It should refresh almost instantaniously.


Why main memory use dynamic memory rather than static memory?

Dynamic memory changes and static stays the same.


Why dynamic stacks need not to check overflows?

Dynamic stacks do not need to check for overflow, per se, because they will automatically allocate extra storage if it is needed. However, it is still necessary to check for the out-of-memory condition, so the truth is that dynamic stacks do need to check for overflow, so to speak, because out-of-memory is similar in consequences to overflow.


What is the full form of dram?

DRAM is dynamic RAM or, if you prefer, dynamic random-access memory.


How can you refresh the memory in 8085?

Refreshing memory is not an 8085 specific thing. It has to do with the hardware design of the dynamic RAM used in the system, so it is impossible to give an answer without details of the particular system. In general, however, "quick and dirty" memory refresh schemes use a recurring interrupt at some frequency, and the interrupt service routine scans through a list of row or column addresss in RAM to execute a manual refresh cycle. The very big downside of this scheme is that you can never stop the processor with the READY pin for more than a very, very short period of time without risking the loss of all of RAM. This complicates debuggers, though it does not make them impossible. As far as the 8085 itself, internal refresh occurs automatically, so long as you maintain a certain minimum clock speed, typically 500KHz.


What was the design of the first computer?

ABC: sixty 50 bit binary registers, 30 adder/subtractors, rotating drum capacitor memory with automatic refresh (dynamic memory), clock 60Hz, cycle time 1 second, special purpose non-programmable designed to solve simultaneous equations of up to 29 variables.ENIAC: twenty 10 digit decimal accumulators, 10 position ring counter vacuum tube flip-flop memory (static memory), clock 100KHz, cycle 5KHz, general purpose plug-cable-programmable designed to solve artillery firing table equations.UNIVAC I: one 12 character/digit decimal accumulator, 1000 12 character/digit decimal words of mercury acoustic delay line memory with automatic recirculation (dynamic memory) general purpose stored program computer designed for business.UNIVAC 1101: one 36 bit binary accumulator, magnetic drum main memory (static memory) general purpose stored program computer designed for science and engineering.IBM 701: one 36 bit binary accumulator, 2048 36 bit binary words of Williams tube CRT memory with automatic refresh (dynamic memory) general purpose stored program computer designed for science and engineering.IBM 702: two variable length character/digit decimal accumulators in Williams tube CRT memory with automatic refresh (dynamic memory), 10,000 characters/digits of Williams tube CRT memory with automatic refresh (dynamic memory) general purpose stored program computer designed for business.IBM 650: one 10 digit decimal accumulator (and other operational registers) in capacitor storage with automatic refresh (dynamic memory), 1000 10 digit decimal words on magnetic drum (static memory) general purpose stored program computer designed for users with large investment in punched card EAM equipment and not ready to convert all their data to magnetic tape.


What does a single beep indicate?

Memory refresh failure


Which memory is difficult to interface with processor?

dynamic memory