All Topics  
Mnemonic

 

 

 

 

 

Mnemonic


 
 
A mnemonic device () is a memoryMemory

In psychology, memory is the ability of an organism to store, retain, and subsequently recall information....
 aid. Commonly met mnemonics are often verbal, something such as a very short poem or a special word used to help a person remember something, particularly lists, but may be visual, kinesthetic or auditory. Mnemonics rely on associations between easy-to-remember constructs which can be related back to the data that is to be remembered. This is based on the principle that the human mind much more easily remembers spatial, personal, surprising, sexual or humorous or otherwise meaningful information than otherwise meaningless sequences.

The word mnemonic is derived from the Ancient GreekAncient Greek

Ancient Greek refers to the dialects of the Hellenic language family from about 1100 B.C to 600 A.D., including during the h...
 word µ??µ?????? mnemonikos ("of memory") and is related to MnemosyneMnemosyne

Mnemosyne was the personification of memory in Greek mythology....
 ("remembrance"), the name of the goddess of memoryMemory

In psychology, memory is the ability of an organism to store, retain, and subsequently recall information....
 in Greek mythologyGreek mythology

Greek mythology consists in part of a large collection of narratives that explain the origins of the world and detail the l...
.






Discussion
Ask a question about 'Mnemonic'
Start a new discussion about 'Mnemonic'
Answer questions from other users
Full Discussion Forum






Timeline

1932   Prohibition is lifted in Finland at 10 in the morning (local time), resulting in a new mnemonic "543210".






Encyclopedia


A mnemonic device () is a memoryMemory

In psychology, memory is the ability of an organism to store, retain, and subsequently recall information....
 aid. Commonly met mnemonics are often verbal, something such as a very short poem or a special word used to help a person remember something, particularly lists, but may be visual, kinesthetic or auditory. Mnemonics rely on associations between easy-to-remember constructs which can be related back to the data that is to be remembered. This is based on the principle that the human mind much more easily remembers spatial, personal, surprising, sexual or humorous or otherwise meaningful information than otherwise meaningless sequences.

The word mnemonic is derived from the Ancient GreekAncient Greek

Ancient Greek refers to the dialects of the Hellenic language family from about 1100 B.C to 600 A.D., including during the h...
 word µ??µ?????? mnemonikos ("of memory") and is related to MnemosyneMnemosyne

Mnemosyne was the personification of memory in Greek mythology....
 ("remembrance"), the name of the goddess of memoryMemory

In psychology, memory is the ability of an organism to store, retain, and subsequently recall information....
 in Greek mythologyGreek mythology

Greek mythology consists in part of a large collection of narratives that explain the origins of the world and detail the l...
. Both of these words refer back to µ??µa mnema ("remembrance"). Mnemonics in antiquity were most often considered in the context of what is today known as the Art of MemoryArt of memory

The Art of Memory or Ars Memorativa is a general term used to designate a loosely associated group of mnemonic principl...
.

The major assumption in antiquity was that there are two sorts of memory: the "natural" memory and the "artificial" memory. The former is inborn, and is the one that everyone uses every day. The artificial memory is one that is trained through learning and practicing a variety of mnemonic techniques. The latter can be used to perform feats of memory that are quite extraordinary, impossible to carry out using the natural memory alone.

First letter mnemonics

One common mnemonic for remembering lists consists of an easily remembered word, phrase, or rhyme whose first letters are associated with the list items. Though easy to derive, they are often not as powerful as the classical systems because they do not make use of visualization techniques. The idea lends itself well to memorizing hard-to-break passwordPassword

A password is a form of secret authentication data that is used to control access to a resource....
s as well.

Other mnemonic systems

  • Art of MemoryArt of memory

    The Art of Memory or Ars Memorativa is a general term used to designate a loosely associated group of mnemonic principl...
  • Method of lociMethod of loci Summary

    The method of loci or Ars memoriae is a technique for remembering which has been practiced since Classical times....
  • Mnemonic versesMnemonic verses

    Mnemonic verses help in remembering facts. ...
  • Link SystemMnemonic link system

    A mnemonic link system is a method of remembering lists, based on creating an association between the elements of that list....
  • Goroawase SystemMnemonic goroawase system

    The Goroawase system is the Japanese equivalent of the major system....
  • Major systemMnemonic major system Overview

    The Major System is a mnemonic technique used to aid in memorizing numbers....
  • Dominic systemMnemonic dominic system

    The mnemonic dominic system is a mnemonic system similar to the mnemonic major system, but much shorter....


Arbitrariness of mnemonics

A curious characteristic of many memory systems is that mnemonics work despite being (or possibly because of being) illogical, arbitrary, and artistically flawed. "Roy" is a legitimate first name, but there is no actual surname "Biv" and of course the middle initial "G" is arbitrary. Why is "Roy G. BivRoy G. Biv Summary

Roy G. Biv is a popular mnemonic device used for memorizing the traditional optical spectrum:...
" easy to remember in order to memorise the order that the seven colours of the rainbow appear? ROYGBIV can also be expressed as the almost meaningless phrase "Roy Great Britain the Fourth" again referencing "Roy" but using the GB national code for Great Britain and the Roman numerals for 4, viz: IV. The sentence "Richard of York gave battle in vain" is commonly used in the UK. Any two of the three months ending in -ember would fit just as euphoniously as September and November in "Thirty days hath...", yet most people can remember the rhyme correctly for a lifetime after having heard it once, and are never troubled by doubts as to which two of the -ember months have thirty days. A bizarre arbitrary association may stick in the mind better than a logical one.

One reason for the effectiveness of seemingly arbitrary mnemonics is the grouping of information provided by the mnemonic. Just as US phone numbers group 10 digits into three groups, the name "Roy G. Biv" groups seven colors into two short names and an initial. Various studies (most notably The Magical Number Seven, Plus or Minus TwoThe Magical Number Seven, Plus or Minus Two

The Magical Number Seven, Plus or Minus Two: Some Limits on Our Capacity for Processing Information is a 1956 paper by t...
) have shown that the human brain is capable of remembering only a limited number of arbitrary items in working memory; grouping these items into chunks permits the brain to hold more of them in memory.

Assembly mnemonics

In assembly languageAssembly language Overview

Assembly language refers to a class of low-level languages used to write computer programs, or to a particular such language...
 a mnemonic is a code, usually from 1 to 5 letters, that represents an opcodeOpcode Summary

In computer science, an opcode is the portion of a machine language instruction that specifies the operation to be performed...
, a number.

Programming in machine code, by supplying the computer with the numbers of the operations it must perform, can be quite a burden, because for every operation the corresponding number must be looked up or remembered. Looking up all numbers takes a lot of time, and mis-remembering a number may introduce computer bugs.

Therefore a set of mnemonics was devised. Each number was represented by an alphabetic code. So instead of entering the number corresponding to addition to add two numbers one can enter "add".

Although mnemonics differ between different CPU designCPU design

CPU design is the hardware design of a central processing unit....
s some are common, for instance: "sub" (subtract), "div" (divide), "add" (add) and "mul" (multiply).

This type of mnemonic is different from the ones listed above in that instead of a way to make remembering numbers easier, it is a way to make remembering numbers unnecessary (e.g. by relying on the computer's assembler program to do the lookup work.)

History of mnemonics

See the Art of MemoryArt of memory

The Art of Memory or Ars Memorativa is a general term used to designate a loosely associated group of mnemonic principl...
.

See the method of lociFacts About Method of loci

The method of loci or Ars memoriae is a technique for remembering which has been practiced since Classical times....
.

External links