thinking- exam2 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

well defined vs ill defined problems

A
  • Well-defined problems: Clear starting conditions, goal states, and methods for achieving the goal (e.g., geometry proofs).
  • Ill-defined problems: Vague or incomplete aspects (e.g., finding the perfect mate, writing a great book).
  • Ill-defined problems require creativity and often restructuring for solutions.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

problem solving methods

A

Algorithms: Step-by-step methods guaranteed to solve problems but can be time-consuming.
Heuristics: Mental shortcuts (e.g., trial and error, hill climbing, means-end analysis) that are quicker but don’t guarantee correct answers.
Working backward: Transforming the goal state to resemble the initial state, useful when there are many paths.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

algorithms vs. heuristics

A

Algorithms: A series of specified steps (e.g., solving a math problem), guaranteed to reach the correct solution but can be laborious.
Heuristics: Quick problem-solving strategies that aren’t guaranteed to be correct (e.g., trial and error, difference reduction, hill climbing).
Working backward: Effective when there are too many paths from the starting point, so transforming the goal state helps.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

importance of problem representation

A

-Representation: The way a problem is framed or structured can significantly impact the success of solving it.
Restructuring the problem (changing its representation) often leads to solutions (e.g., monk problem with two monks).
Correct representation simplifies problem-solving; incorrect representation complicates it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

solving problems by analogy

A

Solving problems by finding an analogous problem from memory with a similar structure.
If the previous problem can be solved, the new problem may be too (e.g., isomorphic problems).
People often miss deep structural similarities, focusing instead on superficial differences.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

mental set

A

Mental set: Tendency to stick to familiar problem-solving methods that worked before, even when they aren’t helpful for new problems.
Luchin’s water jar problem shows how previous success can create a fixed approach that may hinder finding better solutions.
Mental set can lead to rigidity, preventing creative solutions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

functional fixedness

A

Functional fixedness: Difficulty in seeing objects beyond their usual functions (e.g., seeing a box only as a container, not a platform in Duncker’s candle problem (how can you use these items to support a candle on the wall?).
Overcoming fixation improves problem-solving by enabling more flexible thinking.
Initial problem states influence the types of solutions people consider (e.g., tacks inside vs. outside the box).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

reasoning heuristics and biases

A

Representativeness Heuristic: Judging the likelihood of something based on its resemblance to a stereotype (ignoring base rates), e.g., assuming someone is schizophrenic based on behavior.
Availability Heuristic: Estimating the likelihood of events based on how easily examples come to mind (e.g., overestimating the frequency of plane crashes due to media coverage).
Framing Effect: Different presentations of the same information lead to different decisions (e.g., glass half full vs. half empty).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

overconfidence and anchoring

A

Overconfidence Effect: People overestimate their accuracy or ability to predict outcomes (e.g., students predicting events incorrectly in Dunn and Story’s study).
Anchoring: Relying heavily on the initial information (or “anchor”) when making estimates (e.g., how far NY is from SF—answer influenced by the first number provided).
Anchoring can lead to biased judgments even when the anchor is irrelevant (e.g., Wilson’s study with student ID numbers).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

prototypes

A

Prototype: The most typical or representative example of a category (e.g., a robin is a prototype of a bird).
Prototypes help in categorization by comparing new stimuli to the “best example” of a category.
The more similar something is to the prototype, the faster and easier it is categorized.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

insight problems

A

Insight: A sudden realization of the solution to a problem, often occurring after a period of incubation.
Unlike algorithmic approaches, insight doesn’t follow step-by-step procedures (e.g., solving riddles or puzzles).
Insight problems often require breaking free from conventional thinking, overcoming functional fixedness or mental set.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

top down preconceptions

A

Top-down preconceptions
When we look at a new problem, we tend to encode it in a way consistent with long-term memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly