Cognitive #1 Flashcards

1
Q

What are heuristics?

A

Rules of thumb that produce quick results but leave room for errors
Humans use these

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

What are algorithms?

A

A procedure that always produces a correct solution
Computers use these

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

What is inductive reasoning?

A

Specific examples to a general conclusion

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

What is a descriptive approach?

A

How people actually do reason
Psychology

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

What is a normative approach?

A

Asks the question: what should people do if we were perfectly rationale
Economic models

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

What are base rates? How do people ignore base rates?

A

Helps us understand when our reasoning isn’t perfect; we believe it is irrelevant to the judgment we are making

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

What is the availability heuristic?

A

Occurs when we judge the likelihood of an event based on how easily we can recall similar events

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

What is the representativeness heuristic?

A

Occurs when we estimate the probability of an event based on how similar it is to a known situation

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

What is confirmation bias?

A

Our tendency to cherry-pick information that confirms our existing beliefs or ideas

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

What is deductive reasoning?

A

General to specific examples

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

In problem-solving, what is the initial state, the goal state, and the current state?
Example Chess

A

Initial state: The place you are at in the beginning (all pawns in their starting positions)
Goal state: Where you are trying to get to (trap the opponent’s King)
Current state: State of the problem right now (plays throughout the game)

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

What is a weak method of problem-solving?

A

Means-End Analysis; ways of solving the problem when don’t have any expertise

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

What is forward chaining?

A

Always keep in mind the current state and the goal state
From where I am now, what are all the moves I can make and get my closest to the goal

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

What is backward chaining?

A

Moving the goal closer to where we are by coming up with a sub goal

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

What is the difference between experts and novices in problem-solving?

A

Domain knowledge - they’ve seen it all before, recognize patterns

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

What is the paradox of expertise?

A

When people get really good at something, they have a hard time telling people how they do it (they aren’t using reasoning)

17
Q

How can analogies be helpful?

A

If you are having trouble with a problem, think of a similar problem you are more familiar with