🔍
Explain memory write ability and storage permanence with suitable diagram.
0 like 0 dislike

1 Answer

Write ability and storage permanence of memories:

Write ability is the manner and speed at which memory can be written.

Storage permanence is the ability of memory to hold stored bits after they are written.

image

Write ability:

Ranges of write ability:

High end

The processor writes to memory simply and quickly. E.g. RAM

Middle range

The processor writes to memory, but slower. E.g. Flash, EEPROM (Electrically Erasable and Programmable Read Only Memory)

Lower range

Special equipment,"programmer" must be used to write memory. E.g. EPROM, OTP ROM (One Time Programmable Read Only Memory)

Low end

Bits stored only during fabrication. E.g. Mask-programmed ROM

In system programmable memory

Can be written to by a processor in the embedded system using the memory.

Memories in high end and middle range of write ability.


Storage permanence:

It is the ability to hold the stored bits.

The range of storage permanence

High end

Essentially never losses bits. E.g. mask-programmed ROM

Middle range

Hold bits days, months, or years after memory's power source turned off. E.g. NVRAM

Lower range

Holds bits as long as power supplied to memory. E.g. SRAM

Low end

Begins to lose bits almost immediately after written. E.g. DRAM

Nonvolatile memory

Holds bits after power is no longer supplied.

High end and middle range of storage permanence.

0 like 0 dislike
Hi,
Are you the author of that image?
Thanks

Related questions

The average time required to reach a storage location in the memory to read or retrieve the contents of memory is called as A) Turnaround time B) Latency time C) Access time D) Response time
Answer : The average time required to reach a storage location in the memory to read or retrieve the contents of memory is called as Access time ...

View solution
0 like 0 dislike
1 answer

What is Object Permanence?
Answer : Object Permanence is the ability of a child to retain visual images, even when it is not visible. This is acquired by a child between 8 and 12 months of age, and it is considered to be a milestone ... And if it is not found, he will look around that place, or search in the next probable location....

View solution
0 like 0 dislike
1 answer

Explain the advantages and disadvantages of using memory I/O and standard I/O.
Answer : Memory mapped I/O and standard I/O are the two methods for communicating microprocessor with peripherals. Processor talks to both memory and peripheral using the same bus.Two ways to talk to a peripheral. ... of standard I/O is no loss of memory addresses to the use as I/O addresses. ...

View solution
0 like 0 dislike
1 answer

Explain memory hierarchy.
Answer : Memory hierarchy: Main memory is large, inexpensive, slow memory stores entire program and data. Cache memory is small, expensive, fast memory stores copy of likely accessed parts of large ... In memory hierarchy the smaller memory is faster and larger memory storage is slower. ...

View solution
0 like 0 dislike
1 answer


Answer : Shared memory :For sharing of data faster and communication between programs, we use shared memory. Shared memory can be used with multiprocessors and single processors. Means Program ... No resource preemption4. Circular waitIf the four conditions occur simultaneously then the deadlock occurs....

View solution
1 like 0 dislike
1 answer

50.5k questions

47.1k answers

240 comments

7.0k users