What is a key difference between the declarative self and the procedural self?

Improve Article

Save Article

  • Read
  • Discuss
  • Improve Article

    Save Article

    Procedural Knowledge:
    Procedural Knowledge also known as Interpretive knowledge, is the type of knowledge in which it clarifies how a particular thing can be accomplished. It is not so popular because it is generally not used.
    It emphasize how to do something to solve a given problem.
    Let’s see it with an example:

    var a=[1, 2, 3, 4, 5];
    var b=[];
    for(var i=0;i<a.length;i++)
    {
      b.push(a[i]);
    }
    console.log(b); 

    Output is:

    [1, 2, 3, 4, 5]

    Declarative Knowledge:
    Declarative Knowledge also known as Descriptive knowledge, is the type of knowledge which tells the basic knowledge about something and it is more popular than Procedural Knowledge.
    It emphasize what to do something to solve a given problem.
    Let’s see it with an example:

    var a=[1, 2, 3, 4, 5];
    var b=a.map(function(number)
    {
     return number*1});
    console.log(b);

    Output is:

    [1, 2, 3, 4, 5]

    In both example we can see that the output of a given problem is same because the only difference in that two methods to achieve the output or solution of problem.

    Difference the Procedural and Declarative Knowledge:

    S.NOProcedural KnowledgeDeclarative Knowledge
    1. It is also known as Interpretive knowledge. It is also known as Descriptive knowledge.
    2. Procedural Knowledge means how a particular thing can be accomplished. While Declarative Knowledge means basic knowledge about something.
    3. Procedural Knowledge is generally not used means it is not more popular. Declarative Knowledge is more popular.
    4. Procedural Knowledge can’t be easily communicate. Declarative Knowledge can be easily communicate.
    5. Procedural Knowledge is generally process oriented in nature. Declarative Knowledge is data oriented in nature.
    6. In Procedural Knowledge debugging and validation is not easy. In Declarative Knowledge debugging and validation is easy.
    7. Procedural Knowledge is less effective in competitive programming. Declarative Knowledge is more effective in competitive programming.

    declarative self-knowledge. all of your conscious knowledge or opinions about your own personality traits (I’m friendly) procedural self-knowledge. expressed through behaviors, includes the relational self and the implicit self.

    What are the aspects of self-knowledge?

    An important part of self-knowledge consists of representations of personal characteristics, such as one’s physical attributes (e.g., ‘I am tall’), abilities and skills (e.g., ‘I can play guitar’), social roles (e.g., ‘I am a father’), personality traits (e.g., ‘I am a shy person’), and preferences (e.g., ‘I like red …

    What selves are two aspects of procedural self-knowledge?

    Declarative self contains information about who we are friends with, whereas the procedural self contains information about our occupation. Declarative self contains information about actions, whereas the procedural self contains information about your thoughts and feelings.

    What is the importance of self-knowledge?

    Self-knowledge is essential for personal growth, decision making, and accurate self-assessment. It is the opposite of ignorance and helps us make sense of our experiences. Importantly, self-knowledge is an essential tool to help in the change process.

    What is the importance of declarative and procedural knowledge?

    The study of declarative and procedural knowledge makes it possible to ascertain what cognitive processes are like during motor learning.

    Why is declarative knowledge important?

    Jira Declarative knowledge helps learners to make sense of new situations through explanations based on factual data. Thus, it combines both practice and explanation and is critical to developing practical solutions to problems.

    What are the 3 aspects of self-knowledge?

    Self-awareness stems from reflecting on three aspects of the ‘Self’:

    • 1) ‘I-Self’ – This aspect answers the question, ‘How do I see myself?
    • 2) ‘Me-Self’ – This answers the question of ‘How do others see me?
    • 3) ‘Ideal-Self’ – This answers the question of ‘How do I want others to see me?

    What are the 5 aspects of self?

    There are five main aspects of personal health: physical, emotional, social, spiritual, and intellectual. In order to be considered “well,” it is imperative for none of these areas to be neglected.

    What is self-knowledge with example?

    In contrast, substantial self-knowledge includes knowledge of your own character, values, abilities and emotions. Examples might include: knowing that you are a kind person, that you aren’t cut out for your current job, or that you harbour deep feelings of resentment towards a sibling.

    What is the key difference between the declarative self and the procedural self?

    Declarative self contains information about who we are, whereas the procedural self contains information about what you do.

    What is the importance of self-knowledge and self understanding?

    Self awareness is important because when we have a better understanding of ourselves, we are able to experience ourselves as unique and separate individuals. We are then empowered to make changes and to build on our areas of strength as well as identify areas where we would like to make improvements.

    What is the importance of self-knowledge and how it can affect our life?

    This ability to empathise facilitates better personal and professional relationships. When we are more self-aware we are better at understanding ourselves. We are then able to identify changes we want to make and recognise our strengths so we can build on them. Self-awareness is often a first step to goal setting.

    Which is the most important aspect of self knowledge?

    The most important aspect of self-knowledge is the degree to which it is accurate. What is a key difference between the declarative self and the procedural self? Declarative self contains information about where we’re going, whereas the procedural self contains information about why we’re going there.

    Which is the best description of declarative knowledge?

    Declarative knowledge can be thought of as ‘knowledge about’ or answers to ‘WH- questions.’ Categories of declarative knowledge are facts, world or personal history, and rules for mathematics operations. A key feature of declarative knowledge is that it is easy to express declarative knowledge in the form of words or symbols.

    What’s the difference between procedural and declarative self?

    Declarative self contains information about actions, whereas the procedural self contains information about your thoughts and feelings. Declarative self contains information about who we are, whereas the procedural self contains information about what you do.

    Why is declarative programming important for business development?

    Declarative programming can help you deliver business value faster. If you’re familiar with application development, you’ve probably heard about declarative programming languages or declarative infrastructure before. To many these are just buzzwords, but declarative programming concepts are quite powerful.

    Continue Reading

    What is a key difference between declarative self and procedural?

    What is a key difference between the declarative self and the procedural self? Declarative self contains information about who we are, whereas the procedural self contains information about what you do.

    What is the declarative self?

    self-esteem (the declarative self) -your overall opinion about whether you are good or bad, worthy or unworthy, or somewhere in between. -related to satisfaction with life, hopelessness, depression, loneliness, and delinquency.

    What is the key difference between the ideal self in the ought self?

    Ideal self and ought self act as self guides with which the actual self aspires to be aligned. The ideal self represents hopes and wishes, whereas the ought self is determined through obligation and sense of duty.

    What is procedural self knowledge?

    Procedural knowledge: knowledge expressed through actions rather than words, includes the relational self and implicit self. The Declarative Self. All of your conscious knowledge or opinions about your own personality traits.