answersLogoWhite

0

Conditional is acquired during life. It is highly individual and specially learned. It involves Cortical or higher subcortical centers. It makes reflexes more precise and individual. It is corresponding to the conditions we live in.

An unconditional reflex is inborn, the mechanism is already present and ready. It is realized from different parts of the Central Nervous System usually not involving the Cortex. It is steady and characteristic and common in a species. It serves for self-preservation (e.g. foot intake), self-development (for instance imitation or research) and as species maintained social (sexual behavior, hierarchy, territorial, relation to parent).

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the difference between conditional and unconditional transfer of control?

Conditional - Imposing, depending on, or containing a condition. Unconditional - without conditions or limitations.


Differentiate between conditional and unconditional controls in qbasic?

A 'conditional' statement is a logical test while unconditional statement will cause the computer to branch.


Differentiate between conditional and unconditional transfer control?

لااعلم


What is go-to unconditional in c plus plus?

An unconditional goto is a goto that has no associated conditional expression. The following example demonstrates conditional and unconditional goto statements. int x=rand(); if (x) goto label_1; // conditional goto (when x is non-zero) else goto label_2; // conditional goto (when x is zero) label_1: // ... goto label_3; // unconditional goto (jump past label_2) label_2: // ... label_3: // ...


What Is the difference between unconditional positive regard and conditional positive regard?

Unconditional positive regard refers to accepting and valuing a person without any conditions or limitations, fostering an environment of support and acceptance regardless of their actions or choices. In contrast, conditional positive regard is based on specific conditions or behaviors; individuals feel valued only when they meet certain expectations or standards. This distinction affects self-esteem and personal development, as unconditional positive regard encourages authenticity and growth, while conditional positive regard can lead to anxiety and a fear of failure.


What is deference between will you and would you?

Would implies a conditional intent, e.g. "I would IF....", whereas will indicates direct, unconditional intent.... I think...


What is difference between in conditional love and emotional love?

Conditional love has conditions, while emotional love does not.


What is the relationship between conditional probability and the concept of statistical independence?

If events A and B are statistically indepnedent, then the conditional probability of A, given that B has occurred is the same as the unconditional probability of A. In symbolic terms, Prob(A|B) = Prob(A).


What are unconditional statements in c plus plus?

Unconditional statements are statements that are invoked unconditionally. Conditional statements have a controlling expression, while unconditional statements do not. For example: void f (bool b) { if (b==true) do_something(); // conditional statement (controlled by the expression b==true) do_something_else(); // unconditional (executes regardless of b's value) }


Are bible promises conditional What are two scriptures that support that promises are conditional?

Many of the promises are conditional. Look for the word "If". There are others that are unconditional. These tend to be covenants God has made with his people.


Was the covenant God made with Abraham conditional or unconditional?

I suppose you can consider it conditional in that Abraham had to leave his country in order for God to fulfill his promises. But as for all the blessings God promised (that were to be given once Abraham arrived in his new country), those were all unconditional.


What is the difference between the expressions even if and even though?

one is conditional (even IF) and one is not.