answersLogoWhite

0

The frontal lobe is one of the major sections of the cerebral cortex. It controls thinking, decision making, and all voluntary actions.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What is unusual about which hemisphere of the brain controls the body?

the right side of the brain controls the left side of your body's actions and the left side controls the right side's actions


What do bloodstream controls?

voluntary actions.


Someone who controls the actions of others?

Power


What is the part of a cell that controls its actions?

The nucleaus


Do your parents own you, or do you have autonomy and independence in your decision-making and actions?

Individuals have autonomy and independence in their decision-making and actions, separate from their parents.


Someone who is controlling the actions of others is using?

Someone who controls the actions of others is using coercion.


Someone who is controlling the actions of other is using?

Someone who controls the actions of others is using coercion.


When implementing a decision a company must ensure that its actions remain consistent with its?

When implementing a decision, a company must ensure that its actions remain consistent with its


What is the medulla and what it does?

The medulla is the brain stem and it controls involuntary actions.


What does cell do in nucleolus?

the nucleolus in a cell controls the cell and its actions.


What controls the body's senses actions and emotions?

nervous system.


What advantages does decision tree have over decision table?

First it takes advantage of the sequential structure of decision tree branches so that the order of checking conditions and executing actions is immediately noticeable. Second, Conditions and actions of decision trees are found on some branches but not on others which contrasts with decision tables, in which they are all part of the same table. Those conditions and actions that are critical are connected directly to other conditions and actions, whereas those conditions that do not matter are absent. In other words it does not have to be symmetrical. Third,Compared with decision tables, decision trees are more readily understood by others in the organization. Consequently, they are more appropriate as a communication tool. Unbalanced Decision Tables are a compromise between Decision Tables and Decision Trees. Decision Trees themselves can become quite complex with enough conditions and actions. Unbalanced Decision Tables provide either a prioritized list of conditions that lead to a set of actions, or a list of conditions that lead to a set of actions. The result is often more concise than either traditional Decision Tables or Decision Trees.