Study Notes

Cognitive Psychology Exam - Cheatsheet

Joanna George
0 imports

Free ยท 2 imports included

Study Notes Preview

4 sections locked
Section 1

Cognitive Psychology Exam - Cheatsheet

STUDY GUIDE

๐ŸŽ“ Cognitive Psychology Exam - Study Guide

๐Ÿ“‹ Course Structure

code
๐Ÿ“š Cognitive Psychology โ”œโ”€โ”€ ๐Ÿ“– Chapter 1: Defining Problems and the Gestalt Approach โ”‚ โ”œโ”€โ”€ ๐Ÿ”น What is a Problem? โ”‚ โ”œโ”€โ”€ ๐Ÿ”น Representing a Problem in the Mind โ”‚ โ”œโ”€โ”€ ๐Ÿ”น Insight in Problem Solving โ”‚ โ””โ”€โ”€ ๐Ÿ”น Obstacles to Problem Solving โ”œโ”€โ”€ ๐Ÿ“– Chapter 2: The Information-Processing Approach โ”‚ โ”œโ”€โ”€ ๐Ÿ”น Problem Space Theory โ”‚ โ”œโ”€โ”€ ๐Ÿ”น Means-End Analysis โ”‚ โ””โ”€โ”€ ๐Ÿ”น Think-Aloud Protocol โ”œโ”€โ”€ ๐Ÿ“– Chapter 3: Using Analogies to Solve Problems โ”‚ โ”œโ”€โ”€ ๐Ÿ”น Analogical Transfer โ”‚ โ”œโ”€โ”€ ๐Ÿ”น Factors Affecting Analogical Transfer โ”‚ โ”œโ”€โ”€ ๐Ÿ”น Analogical Encoding โ”‚ โ””โ”€โ”€ ๐Ÿ”น Analogy in the Real World โ”œโ”€โ”€ ๐Ÿ“– Chapter 4: Expertise and Problem Solving โ”‚ โ”œโ”€โ”€ ๐Ÿ”น Characteristics of Expertise โ”‚ โ”œโ”€โ”€ ๐Ÿ”น Differences in Knowledge Organization โ”‚ โ””โ”€โ”€ ๐Ÿ”น Disadvantages of Expertise โ””โ”€โ”€ ๐Ÿ“– Chapter 5: Creative Problem Solving โ”œโ”€โ”€ ๐Ÿ”น Defining Creativity โ”œโ”€โ”€ ๐Ÿ”น Practical Creativity and Analogical Thinking โ”œโ”€โ”€ ๐Ÿ”น Generating Ideas and Brainstorming โ”œโ”€โ”€ ๐Ÿ”น Creative Cognition โ””โ”€โ”€ ๐Ÿ”น Brain Networks and Creativity
Section 2

๐Ÿ“– Chapter 1: Defining Problems and the Gestalt Approach

What this chapter covers: This chapter introduces the concept of a problem from a psychological perspective, emphasizing the role of representation and restructuring in problem-solving. It explores the Gestalt approach, focusing on insight and obstacles like functional fixedness and mental set. Understanding these concepts is crucial for effective problem-solving.

๐Ÿ”‘ Essential Concepts & Applications

Concept/PrincipleDefinition/ExplanationApplicationsExam Relevance
ProblemAn obstacle between a present state and a desired goal where the solution is not immediately obvious.Solving math problems, resolving conflicts.Identifying problem components, defining challenges.
RepresentationHow a problem is mentally structured, including givens, goals, and obstacles.Visualizing a puzzle, outlining project requirements.Understanding problem framing, restructuring for solutions.
InsightThe sudden realization of a problem's solution, often involving restructuring.Solving riddles, "aha!" moments in research.Recognizing insight problems, differentiating from non-insight.
Functional FixednessCognitive bias limiting object use to traditional functions.Overcoming limitations in the candle problem.Identifying obstacles to problem-solving, promoting flexible thinking.

๐Ÿ› ๏ธ Problem Solving

Type A: Insight Problems

Setup: "When you encounter a problem requiring a sudden 'aha!' moment" Method: "Try restructuring the problem representation, consider different perspectives, and avoid fixating on initial assumptions." Example: The two-string problem - tie pliers to one string to create a pendulum.

Type B: Overcoming Functional Fixedness

Setup: "If given a problem where objects have a seemingly fixed use" Method: "Actively try to think of alternative uses for the objects provided. Break free from conventional thinking." Example: The candle problem - using the box as a platform instead of just a container.

๐Ÿงฎ Solved Example

Problem: You have two ropes. Each takes exactly one hour to burn completely, but they don't burn at a constant rate. How can you measure exactly 45 minutes?

Given: Two ropes, each burning for one hour.

Steps:

  1. Light both ends of rope A and one end of rope B simultaneously.
  2. When rope A burns out completely (after 30 minutes), light the other end of rope B.
  3. Rope B will now burn for 15 more minutes (since it was already burning from one end for 30 minutes).
"
โœ…
Answer: 45 minutes.

โš ๏ธ Common Mistakes

โŒ Mistake 1: Failing to restructure the problem representation. โœ… How to avoid: Actively seek alternative perspectives and challenge initial assumptions.

โŒ Mistake 2: Getting stuck on functional fixedness. โœ… How to avoid: Brainstorm alternative uses for objects and consider unconventional solutions.

๐Ÿ’ก Study Tip

Practice solving various insight problems to improve your ability to restructure problem representations and generate creative solutions.

๐Ÿ“– Chapter 2: The Information-Processing Approach

What this chapter covers: This chapter explores the information-processing approach to problem-solving, focusing on problem space theory and means-end analysis. It explains how problems are solved by searching a problem space and using strategies to reduce the difference between the current state and the goal state. The think-aloud protocol is also introduced as a research method.

๐Ÿ”‘ Essential Concepts & Applications

Concept/PrincipleDefinition/ExplanationApplicationsExam Relevance
Problem SpaceThe initial state, goal state, and all possible intermediate states in problem-solving.Planning a trip, designing a software program.Identifying states and operators, understanding problem complexity.
OperatorsActions that transform one state into another within the problem space.Moving pieces in a puzzle, executing code in programming.Applying operators effectively, optimizing solution paths.
Means-End AnalysisA problem-solving strategy that involves reducing the difference between the current state and the goal state.Solving the Tower of Hanoi, troubleshooting a computer.Breaking down problems into subgoals, reducing differences.
Think-Aloud ProtocolA research method where participants verbalize their thoughts while solving a problem.Studying problem-solving strategies, understanding cognitive processes.Analyzing problem-solving approaches, identifying effective strategies.

๐Ÿ› ๏ธ Problem Solving

Type A: Means-End Analysis

Setup: "When faced with a complex problem with a clear goal state" Method: "Identify the largest difference between the current state and the goal state, set a subgoal to reduce that difference, and find an operator to achieve the subgoal." Example: Solving the Tower of Hanoi puzzle.

Type B: Mapping Problem Space

Setup: "If given a problem where the possible states and actions are well-defined" Method: "Map out the problem space, including the initial state, goal state, and all possible intermediate states. Identify the operators that can be used to move between states." Example: Solving a maze.

๐Ÿงฎ Solved Example

Problem: Solve the Tower of Hanoi puzzle with 3 disks.

Given: Three disks of different sizes and three pegs.

Steps:

  1. Move the smallest disk to the target peg.
  2. Move the medium disk to the auxiliary peg.
  3. Move the smallest disk to the auxiliary peg.
  4. Move the largest disk to the target peg.
  5. Move the smallest disk to the initial peg.
  6. Move the medium disk to the target peg.
  7. Move the smallest disk to the target peg.
"
โœ…
Answer: The puzzle is solved in 7 steps.

โš ๏ธ Common Mistakes

โŒ Mistake 1: Failing to define the problem space clearly. โœ… How to avoid: Identify the initial state, goal state, and possible intermediate states before attempting to solve the problem.

โŒ Mistake 2: Not breaking down the problem into subgoals. โœ… How to avoid: Use means-end analysis to identify the largest difference between the current state and the goal state and set subgoals to reduce that difference.

๐Ÿ’ก Study Tip

Practice using means-end analysis on various problems to improve your ability to break down complex problems into manageable subgoals.

๐Ÿ“– Chapter 3: Using Analogies to Solve Problems

What this chapter covers: This chapter explores the use of analogies in problem-solving, focusing on analogical transfer, factors affecting it, and analogical encoding. It examines how solutions from similar problems can be applied to new ones and the cognitive processes involved in recognizing and mapping analogies. Real-world applications of analogy are also discussed.

๐Ÿ”‘ Essential Concepts & Applications

Concept/PrincipleDefinition/ExplanationApplicationsExam Relevance
Analogical TransferUsing the solution from a source problem to solve a target problem.Applying a mathematical formula to a new problem, using a business strategy in a different market.Recognizing analogous relationships, mapping elements between problems.
Surface FeaturesSuperficial similarities between problems that can hinder analogical transfer.Focusing on the specific objects in a problem rather than the underlying structure.Identifying distractions, focusing on structural similarities.
Structural FeaturesUnderlying principles and relationships between problems that facilitate analogical transfer.Recognizing that two problems involve the same mathematical formula or logical structure.Identifying core principles, applying knowledge across contexts.
Analogical EncodingComparing two cases to determine similarities, improving analogical transfer.Analyzing negotiation strategies, identifying common elements in scientific theories.Focusing on underlying principles, improving problem-solving skills.

๐Ÿ› ๏ธ Problem Solving

Type A: Identifying Analogous Problems

Setup: "When given a target problem and several potential source problems" Method: "Identify the underlying structural features of the target problem and look for source problems with similar structural features. Ignore surface features that are not relevant to the underlying structure." Example: Using the Russian marriage problem to solve the mutilated checkerboard problem.

Type B: Applying Analogical Encoding

Setup: "If given two cases that illustrate a common principle" Method: "Compare the two cases and identify the underlying similarities. Then, apply the principle to solve a new problem." Example: Comparing trade-off and contingency negotiation strategies.

๐Ÿงฎ Solved Example

Problem: Solve Duncker's radiation problem using the fortress story as an analogy.

Given: Duncker's radiation problem and the fortress story.

Steps:

  1. Recognize the analogous relationship between the two problems.
  2. Map the elements of the fortress story onto the radiation problem:
    • The fortress corresponds to the tumor.
    • The army corresponds to the radiation rays.
    • Dividing the army corresponds to using multiple low-intensity rays.
  3. Apply the solution from the fortress story to the radiation problem: use multiple low-intensity rays from different directions to destroy the tumor without harming healthy tissue.
"
โœ…
Answer: Bombard the tumor with multiple low-intensity rays from different directions.

โš ๏ธ Common Mistakes

โŒ Mistake 1: Focusing on surface features rather than structural features. โœ… How to avoid: Identify the underlying principles and relationships between problems.

โŒ Mistake 2: Failing to map the elements of the source problem onto the target problem correctly. โœ… How to avoid: Carefully analyze the relationship between the two problems and ensure that the elements are mapped accurately.

๐Ÿ’ก Study Tip

Practice identifying analogous relationships between different types of problems to improve your analogical transfer skills.

4 more sections

Create a free account to import and read the full study notes โ€” all 6 sections.

No credit card ยท 2 free imports included

    Cognitive Psychology Exam - Cheatsheet โ€” Cheatsheet | Evrika | Evrika Study