Read–write memory

This is an old revision of this page, as edited by 82.38.48.124 (talk) at 21:23, 24 April 2017. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Read-write memory is a type of computer memory that may be relatively easily written to as well as read from, that is, using electrical signalling normally associated with running software, and without other physical processes (unlike ROM or "read-only memory" and distinct from EEPROM).[1] The related term RAM (for "random access memory") means something different; it refers to memory that can access any memory ___location in a constant amount of time.[2]

The term might also refer to memory locations having both read and write permissions. In computer systems using memory segmentation, each segment has a length and set of permissions (for example, read, write, execute) associated with it.

References

  1. ^ "JEDEC: read/write memory". JEDEC. Retrieved 7 March 2017.
  2. ^ "JEDEC: random-access memory", JEDEC, retrieved 7 March 2017


hi