answersLogoWhite

0


Best Answer

The entire brain is connected together and the entire brain is important in memory and retrieval of memory.

Memory is one of the major human mental activities. The Cortex is capable of storing and retrieving both short- and long-term memories.

Temporal, parietal, and occipital lobes are among the areas responsible for short- and long-term memory. Engrams-structural traces in the cerebral cortex that comprise long-term memories and cerebrum's limbic system plays a key role in memory.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

amygdala

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Hippocampus

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What protion of the brain assigns value to a memory?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Natural Sciences

How are celsius and kelvin different?

Kelvin scale assigns the value 0 K (zero kelvins) to absolute zero instead of to the freezing point of water; note that the degree symbol is not used.


What respond to a stimulus that does not involve the brain?

It is called a reflex and does not involve the brain, but instead, the spinal cord. So, in effect, the spinal cord can also 'think' and process information, though not quite the level of complexity as the brain, especially the cerebral cortex. But, that is a good thing. If I touch a hot stove, my spinal cord will send out a signal to pull my hand off well before my 'brain' feels the heat. There is a lot of survival value to reflex arcs that are essential to survival that do not include the brain.


What is the severity scale for earthquakes?

The severity of earthquakes is typically measured using the Richter scale or the moment magnitude scale. The Richter scale measures the amplitude of seismic waves and assigns a numerical value, while the moment magnitude scale measures the total energy released by an earthquake. Both scales are logarithmic, meaning that each whole number increase in value represents a tenfold increase in the amplitude or energy release.


What are the parts and functions of the brain?

THE HINDBRAIN. Having evolved hundreds of millions of years ago, the Hindbrain or the Reptillian Brain is the oldest part of the human brain. As you might guess from it's name, it's a piece of brain anatomy that we share with reptiles and is the most primitive. Likewise it's in charge of our primal instincts and most basic functions. Things like the instincts of survival, dominance, mating and the basic functions of respiration, heartbeat all come from this area of the brain. Located in the Hindbrain are:The Spinal Cord. This is the information superhighway of the body. It carries information up to the brain and instructions back down.The Medulla Oblongata. Helps control the body's autonomic functions (things you don't need to think about to perform) like respiration, digestion and heart rate. Also acts as a relay station for nerve signals going to/from the brainThe Pons. Has roles in your level of arousal or consciousness and sleep. Relays sensory information to/from the brain. Also involved in controlling autonomic body functions.The Cerebellum. Mostly deals with movement. It regulates and coordinates movement, posture and balance. Also involved in learning movement.THE LIMBIC SYSTEM. The Limbic System sometimes called the "emotional brain" or "Old Mammalian Brain" is the next part of the brain to have evolved in the more primitive mammals about 150 million years ago. This is where our emotions reside, where memory begins and where these two functions combine together to mark behaviors with positive or negative feelings. It's where mostly unconscious value judgments are made. Information going through the Limbic System are filed under "agreeable or disagreeable". It also plays a role in salience (what grabs your attention), spontaneity and creativity. Located in the Limbic System are:The Amygdala. Its name is Latin for almond which relates to its shape. It helps in storing and classifying emotionally charged memories. It plays a large role in producing our emotions, especially fear. It's been found to trigger responses to strong emotion such as sweaty palms, freezing, increased heart-beat/respiration and stress hormone release.The Hippocampus. This guy is all about memory and a little about learning. Its primary role is in memory formation, classifyinginformation, long-term memory. Like the RAM in your computer it processes and stores new and temporary memory for long term storage. It's also involved in interpreting incoming nerve signals and spatial relationships.The Hypothalamus. It should be called the Hyperthalamus because it does so much. It's linked closely with the pituitary gland to control many of the body's functions. It monitors and controls your circadian rhythms (your daily sleep/wake cycle), homeostasis (making sure your body is running smoothly), appetite, thirst, other bodily urges and also plays a role in emotions, autonomic functions and motor functions.The Thalamus. The Thalamus is THE relay station in the brain. Most of the sensory signals, auditory (sound), Visual, Somatosensory (from your skin and internal organs), go through this organ on their way to other parts of the brain for processing. It also plays a function in motor control.THE NEOCORTEX. The last and most advanced brain to evolve to date is called the Neocortex, neomammalian or rational brain. We share this part of our brain with other higher level mammals like the primates and dolphins, although in humans the neocortex is the largest. It takes up 2/3's of the human brain. This is where we find the brain power to develop language, abstract thought, consciousness and imagination. Let there be no doubt, this is what grants us our status on the food chain and allows us to be human.The Neocortex is divided into two hemispheres, right and left. The right side of the brain controls the left side of the body and vice versa. Also the hemispheres are divided in terms of what kind of thought they process or produce. The right being more concerned with the artistic, spatial and musical. While the left is more concerned with the colder, linear, rational and verbal aspects. Located in the Neocortex are:The Frontal Lobe. This is the most recent evolutionary addition to the brain. If the brain had a White House it would be here. It is the true center for command and control in your body. The Frontal lobe is responsible for functions such as reasoning, problem solving, judgment, impulse control. This coupled with the fact that it's the last to develop when we are young adults, probably answers a lot of questions for many parents out there. It also manages our higher emotions such as empathy and altruism. This lobe is also involved in motor control and memory.The Parietal Lobe. The Parietal Lobe is involved in processing pain and touch sensation. It's where the Somatosensory (from your skin and internal organs) Cortex resides. It's also associated with cognition (including calculating location and speed of objects), movement, orientation, recognition and speech.The Temporal Lobe. The Temporal Lobe is involved in auditory (sound) sensation and is where the Primary Auditory Cortex and on the left hemisphere, Wernicke's Area (language recognition) are located. This lobe is also involved in emotion, memory and speech.The Occipital Lobe. The Occipital Lobe controls visual sensation and processing. The Visual Cortex is resides here.Broca's Area. This part of the cortex controls speech, language recognition and facial nerves.The Corpus Callosum. This is the neural bridge that connects the two hemispheres to each other, located centrally in brain.


How many messages are carried from the brain each day?

A lot more in some cases than in others. The problem here lies in exactly what constitutes a "message", and what it takes to make them distinct. It's probably not possible to put an actual numerical value on it which has any real meaning.

Related questions

Which data type assigns values automatically?

None of the data types available in C assigns valur to the variable. Initially all the variables have a garbage value. But when we use calloc() to allocate memory dynamically only then it assigns NULL to the memory block assigned.


Passing an array name to a pointer assigns the first memory location of the array to the pointer variable?

Yes, passing an array name to a pointer assigns the first memory location of the array to the pointer variable. An array name is the same as a pointer to the first location of the array, with the exception that an array name is a r-value, while a pointer is an l-value.


A function is a relatship that assigns one?

It assigns exactly one output value for each input value.


What is the relationship of a domain and a function?

A function is a rule that assigns a single value to each element in a domain.A function is a rule that assigns a single value to each element in a domain.A function is a rule that assigns a single value to each element in a domain.A function is a rule that assigns a single value to each element in a domain.


What is a rule that assigns exactly one output value to each input value?

A function is a rule which assigns exactly one output f(x) to every input x.


A function is a rule that assigns each value of the variable to exactly one value of the dependent variable?

I found two answers for this question. A function is a rule that assigns to each value of one variable (called the independent variable) exactly one value of another variable (called the dependent variable.) A function is a rule that assigns to each input value a unique output value.


When you enter a date excel assigns a what value to the date?

numerical


When you enter a date Excel assigns a?

a serial value to the date


What is the relation that assigns exactly one output value to one input value?

It is a bijective function.


What is the if function for cell c3 that assigns the value of cell d5 to cell c3 if the value in cell f2 is greater than the value in cell f3 otherwise the if function assigns 0 to cell c3?

=IF(F2>F3,D5,0)


A person who assigns value to property for tax purposes?

tax assessor


A function is a rule that assigns each value of the independent variable to exactly value of the dependent variable?

false