Printer Friendly
The Free Dictionary
1,081,758,648 visitors served.
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

Memory
(redirected from Memory (psychology))

   Also found in: Medical, Legal, Wikipedia, Hutchinson 0.04 sec.

memory, in computing

memory, in computing: see computer computer, device capable of performing a series of arithmetic or logical operations. A computer is distinguished from a calculating machine, such as an electronic calculator , by being able to store a computer program (so that it can repeat its operations and make
..... Click the link for more information.
.

memory, in psychology

memory, in psychology, the storing of learned information, and the ability to recall that which has been stored. It has been hypothesized that three processes occur in remembering: perception and registering of a stimulus; temporary maintenance of the perception, or short-term memory; and lasting storage of the perception, or long-term memory. Two major recognized types of long-term memory are procedural memory, involving the recall of learned skills, and declarative memory, the remembrance of specific stimuli. For long-term memory to occur, there must be a period of information consolidation.

The process of forgetting was first studied scientifically by Hermann Ebbinghaus, a German experimental psychologist, who performed memory tests with groups of nonsense syllables (disconnected syllables without associative connection). Ebbinghaus showed that the rate of forgetting is greatest at first, gradually diminishing until a relatively constant level of retained information is reached. Theories to explain forgetting include the concept of disuse, which proposes that forgetting occurs because stored information is not used, and that of interference, which suggests that old information interferes with information learned later and new information interferes with previously learned information.

In some instances, memory loss is an organic, physiological process. Retrograde amnesia amnesia (ămnē`zhə), [Gr.,=forgetfulness], condition characterized by loss of memory for long or short intervals of time.
..... Click the link for more information.
, i.e., the failure to remember events preceding a head injury, is evidence of interrupted consolidation of memory. In anterograde amnesia, events occurring after brain damage—e.g., in head injury or alcoholism—may be forgotten. Memory loss may also result from brain cell deterioration following a series of strokes, cardiovascular disease, or Alzheimer's disease (see dementia dementia (dĭmĕn`shə) [Lat.
..... Click the link for more information.
).

Physiologically, learning involves modification of neural pathways. PET scans PET scan (pĕt) or positron emission tomography
..... Click the link for more information.
 and related studies have shown certain parts of the brain, such as the frontal lobe of the cerebral cortex and a structure called the hippocampus, to be particularly active in recall. Computer models of brain memory are called neural networks neural network or neural computing, computer architecture modeled upon the human brain 's interconnected system of neurons. Neural networks imitate the brain's ability to sort out patterns and learn from trial and error, discerning and
..... Click the link for more information.
. In a study using genetic manipulation, a mouse with enhanced memory capabilities has been produced.

Bibliography

See M. H. Ashcroft, Human Memory and Cognition (1989, repr. 1994); N. Cowan, Attention and Memory (1995, repr. 1998); J. McConkey, ed. The Anatomy of Memory (1996); D. L. Schacter, Searching for Memory (1996) and The Seven Sins of Memory (2001); J. A. Groegerd, Memory and Remembering (1997); A. Baddeley, Human Memory (rev. ed. 1998); R. Rupp, Committed to Memory (1998).


memory

In digital computers, a physical device used to store such information as data or programs on a temporary or permanent basis. Most digital computer systems have two types of memory, the main memory and one or more auxiliary storage units. In most cases, the main memory is a high-speed RAM. Auxiliary storage units include hard disks, floppy disks, and magnetic tape drives. Besides main and auxiliary memories, other forms of memory include ROM and optical storage media such as videodiscs and compact discs (see CD-ROM).


memory

Power or process of recalling or reproducing what has been learned or experienced. Research indicates that the ability to retain information is fairly uniform among normal individuals; what differs is the degree to which persons learn or take account of something to begin with and the kind and amount of detail that is retained. Attention, motivation, and especially association facilitate this process. Visual images are generally better remembered than are other forms of sense-data. Memory prodigies, or people with “photographic” or “eidetic” memories, often draw heavily on visual associations, including mnemonics. Many psychologists distinguish between short- and long-term memory. The former (variously said to last 10 seconds to 3 minutes) is less subject to interference and distortion than the latter. Long-term memory is sometimes divided into episodic (i.e., event-centred) and semantic (i.e., knowledge-centred) memory. Various models of memory have been proposed, from the Enlightenment notion of impressions made on brain tissues (restyled as “memory molecules” or coded “engrams” in the 20th century) to B.F. Skinner's “black box” to more recent ideas concerning information processing or the formation of neuronal groups. Disorders of or involving memory include Alzheimer disease, amnesia, Korsakoff syndrome, post-traumatic stress disorder, and senile dementia. See also hypnosis.


The computer's workspace, which is physically a collection of dynamic RAM (DRAM) chips. It is a major resource in the computer because it determines the size and number of programs that can be run at the same time, as well as the amount of data that can be processed instantly.

It All Takes Place in Memory
All program execution and data processing takes place in memory, often called "main memory" to differentiate it from memory chips on other circuit boards in the machine. The program's instructions are copied into memory from disk, tape or from the network and then extracted from memory into the control unit circuit for analysis and execution. The instructions direct the computer to input data into memory from a keyboard, disk, tape, modem or network.

Calculate, Compare and Copy
As data are entered into memory, the previous contents of that space are lost. Once the data are in memory, they can be processed (calculated, compared and copied). The results are sent to a screen, printer, disk, tape, modem or network.

An Electronic Checkerboard
Memory is like an electronic checkerboard, with each square holding one byte of data or instruction. Each square has a separate address like a post office box and can be manipulated independently. As a result, the computer can break apart programs into instructions for execution and data records into fields for processing. See early memories and RAM.

A Checkerboard of Bytes
Each checkerboard square of memory holds one byte. The contents of any single byte or group of bytes can be calculated, compared and copied independently. That is how fields are put together to form records and broken apart when read back in. On a disk, data are stored in sectors, typically 512 bytes long, that are the smallest unit that can be read or written by the drive.


Memory Does Not Remember
Oddly enough, the computer's memory does not "remember" anything when the power is turned off. So why do they call it memory? Because the first memory did "remember," but today's RAM chips do not, which is why files have to be saved before the application is ended. Although there are memory chips that do hold their content permanently (ROMs, PROMs, EPROMs, Flash, etc.), they are used for internal control purposes and not for the user's data. Just to bewilder you more, it is quite possible that in the future, memory will again "remember" (see future RAM chips).

"Remembering" memory in a computer system is its disks and tapes, and although they are sometimes called "memory devices," many prefer to call them "storage devices" (as we do) in order to differentiate them from internal memory.

Memory Can Get Clobbered!
Memory is an important resource that cannot be wasted. It must be allocated by the operating system as well as by applications and then released when not needed. Errant programs can grab memory and not let go of it, which results in less and less memory available as you load and use more programs. Restarting the computer gives memory a clean slate, which is why rebooting the computer clears up so many problems with applications.

In addition, if the operating system has bugs, a malfunctioning application can write into the same memory used by another program, causing all kinds of unspecified behavior. You discover it when the system freezes or something weird happens all of a sudden. If you were to be able to look into memory and watch how fast data and instructions are written into and out of it in the course of even 10 minutes, you would know it is truly a miracle that it works at all.

Other terms for the computer's main memory are RAM, primary storage and read/write memory. Earlier terms were core and core storage. See dynamic RAM, static RAM and memory module.


Memory

The ability to store and access information that has been acquired through experience. Memory is a critical component of practically all aspects of human thinking, including perception, learning, language, and problem solving. See Perception

Stages

The information-processing approach divides memory into three general stages: sensory memory, short-term memory, and long-term memory. Sensory memory refers to the sensations that briefly continue after something has been perceived. Short-term memory includes all of the information that is currently being processed in a person's mind, and is generally thought to have a very limited capacity. Long-term memory is where all the information that may be used at a later time is kept.

A number of interesting facts are known about sensory memory, including the following: (1) sensory memories appear to be associated with mechanisms in the central nervous system rather than at the sensory receptor level, and (2) the amount of attention that a person pays to a stimulus can affect the duration of the sensory memory. Although all of the functions of sensory memory are not understood, one of its most important purposes is to provide people with additional time to determine what should be transferred to the next stage in the memory system, that is, short-term memory.

Information obtained from either sensory memory or long-term memory is processed in short-term memory in order for a person to achieve current goals. In some situations, short-term memory processing simply involves the temporary maintenance of a piece of information, such as remembering a phone number long enough to dial it. Other times, short-term memory can involve elaborate manipulations of information in order to generate new forms. For example, when someone reads 27 + 15, the person manipulates the symbols in short-term memory in order to come up with the solution. One useful manipulation that can be done in short-term memory is to reorganize items into meaningful chunks. For example, it is a difficult task to keep the letters S K C A U Q K C U D E H T in mind all at once. However, if they are rearranged in short-term memory, in this case reversing them, they can be reduced to a single simple chunk: THE DUCK QUACKS. Short-term memory can accommodate only five to seven chunks at any one time. However, the amount of information contained in each chunk is constrained only by one's practice and ingenuity. In order to increase the amount of information that can be kept in short-term memory at one time, people need to develop specific strategies for organizing that information into meaningful chunks. In addition, many studies have also demonstrated that the transfer of information from short-term to long-term memory is much greater when the information is manipulated rather than simply maintained.

One can keep massive amounts of information in long-term memory. In general, recall from long-term memory simply involves figuring out the heading under which a memory has been filed. Many tricks for effective retrieval of long-term memories involve associating the memory with another more familiar memory that can serve as an identification tag. This trick of using associations to facilitate remembering is called mnemonics. Long-term memory stores related concepts and incidents in close range of one another. This logical association of memories is indicated by subjects' reaction times for identifying various memories. Generally, people are faster at recalling memories if they have recently recalled a related memory. One good way to locate a long-term memory is to remember the general situation under which it was stored. Accordingly, techniques that reinstate the context of a memory tend to facilitate remembering.

Sometimes information may not have been filed in long-term memory in the first place, or if it has, is inaccessible. In these situations, the long-term memory system often fills in the gaps by using various constructive processes. One common component to memory constructions is a person's expectations. Countless studies have also indicated that memories tend to systematically change in the direction of a prior expectation or inference about what is likely to have occurred.

Physiology

A number of physiological mechanisms appear to be involved in the formation of memories, and the mechanisms may differ for short-term and long-term memory. There is both direct and indirect evidence suggesting that short-term memory involves the temporary circulation of electrical impulses around complex loops of interconnected neurons. A number of indirect lines of research indicate that short-term memories are eradicated by any event that either suppresses neural activity (for example, a blow to the head or heavy anesthesia) or causes neurons to fire incoherently (for example, electroconvulsive shock). More direct support for the electric circuit model of short-term memory comes from observing electrical brain activity. By implanting electrodes in the brain of experimental animals, researchers have observed that changes in what an animal is watching are associated with different patterns of circulating electrical activity in the brain. These results suggest that different short-term memories may be represented by different electrical patterns. However, the nature of these patterns is not well understood. See Electroencephalography

Long-term memories appear to involve some type of permanent structural or chemical change in the composition of the brain. This conclusion is derived both from general observations of the imperviousness of long-term memories and from physiological studies indicating specific changes in brain composition. Even in acute cases of amnesia where massive deficits in long-term memory are reported, often, with time, all long-term memories return. Similarly, although electroconvulsive therapy is known to eliminate recent short-term memories, it has practically no effect on memories for events occurring more than an hour prior to shocking. Thus the transfer from a fragile short-term memory to a relatively solid long-term memory occurs within an hour. This process is sometimes called consolidation.

The nature of the “solid” changes associated with long-term memories appears to involve alterations in both the structural (neural connections) and chemical composition of the brain. One study compared the brains of rats that had lived either in enriched environments with lots of toys or in impoverished environments with only an empty cage. The cerebral cortices of the brains of the rats from the enriched environment were thicker, heavier, endowed with more blood vessels, and contained significantly greater amounts of certain brain chemicals (such as the neurotransmitter acetylcholine). Other researchers have observed that brief, high-frequency stimulation of a neuron can produce long-lasting changes in the neuron's communications across synapses.

Researchers believe that different brain structures may be involved in the formation and storage of long-term memories. The hippocampus, thalamus, and amygdala are believed to be critical in the formation of long-term memories. Individuals who have had damage to these structures are able to recall memories prior to the damage, indicating that long-term memory storage is intact; however, they are unable to form new long-term memories, indicating that the long-term memory formation process has been disrupted. It is not known where long-term memories are stored, but they may be localized in the same areas of the brain that participated in the actual learning. See Brain


Memory
Mercy (See FORGIVENESS.)
Aethalides
herald of the Argonauts; had perfect memory. [Gk. Myth.: Kravitz, 11]
Balderstone, Thomas
knew all of Shakespeare by heart. [Br. Lit.: Sketches by Boz]
Eunoe
river whose water sparks remembrance of kindnesses. [Ital. Lit.: Purgatory, 33]
Fahrenheit 451
in a future America where books are prohibited, a group of people memorize texts in order to preserve their content. [Am. Lit.: Bradbury Fahrenheit 451 in Weiss, 289]
madeleine
cookie that awakened the stream of Marcel’s recollections. [Fr. Lit.: Proust Remembrance of Things Past]
Memory, Mr.
during his stage performance his feats of memory enable him to signal clues to a man trying to thwart England’s enemies. [Eng. Cinema: The 39 Steps]
Mneme
Boeotian wellspring which whetted the memory. [Gk. Myth.; Wheeler, 713]
Mnemosyne
goddess of memory; mother of Muses. [Gk. Myth.: Espy, 20]
Munin
one of Odin’s ravens; regarded as embodying memory. [Norse Myth.: Leach, 761]

(storage)memory - These days, usually used synonymously with Random Access Memory or Read-Only Memory, but in the general sense it can be any device that can hold data in machine-readable format.


How to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Email
Feedback
? Mentioned in
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2008 Farlex, Inc.
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.. Terms of Use.