Cognitive Biases Flashcards

1
Q

Define overconfidence bias

A

The false assumption that one is superior to others based on their own sense of skill, talent, or self-belief

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

Define self serving bias

A

The propensity to attribute positive outcomes to skill, and negative outcomes to bad luck

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

Define herd mentality

A

The propensity to follow what authority figures or popular people are doing - for example, investors often invest in what famous investors invest in

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

Define loss aversion

A

The tendency to fear loss more than focus on gain - most people think losing 100 dollars hurts more than it feels good to gain 200 dollars

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

Define framing bias

A

Making decisions based on the way information is presented instead of based on the facts

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

Define narrative fallacy

A

When someone chooses a less desirable outcome due to the fact they have a better story behind them

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

Define anchoring bias

A

The idea that we use pre-existing data as a reference point for all subsequent data. If we saw an $80 dollar product and then a $20 dollar product, we would think the $20 one is cheap. If we first found the product for $5, both other options would seem very expensive.

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

Define confirmation bias (This is the most important one)

A

The idea that people seek out information that confirms their ideas, and reject information that opposes them

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

Define hindsight bias

A

When people predict a correct outcome, they attribute it to their own skills and that they “knew it all along”

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

Define representativeness Heuristic

A

A bias that happens when people falsely believe that if two objects are similar, they are correlated even if it’s not the case

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

How does confirmation bias affect software engineering?

A

Developers tend to perform unit tests that make their program work instead of seeking ways to break their code

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

Describe the Backfire Effect

A

The Backfire Effect occurs when people’s established beliefs become stronger in the face of contradictory evidence

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

How does the Backfire Effect affect software engineering?

A

Developers become attached to certain ideologies/ideas and become resistant to opposing viewpoints. Example: Steve hates Agile because he is not a software engineer and grew up in the “good old days” where plan driven development was the standard: now that Steve believes that plan driven is the best, any evidence supporting Agile, Scrum or other methodologies will be rejected and affirm his beliefs that plan driven is the best.

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

Define Survivorship bias

A

The logical error of concentrating on the people or things that made it past some selection process and overlooking those that did not. Example: Fighter planes are reinforced in areas they are most commonly hit: wings, fuselage, tail, etc. However, they did not reinforce the most critical point of the plane, the engines, because planes hit in the engine crashed and did not return to the airfield for inspection.

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

Define Selection bias

A

The selection of individuals for analysis in such a way that a proper randomized, representative group is not achieved

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

Describe the bandwagon effect

A

Beliefs spreading among people with the probability of an individual accepting it increasing with the proportion who have already done so

17
Q

Describe Parkinson’s Law of Triviality

A

Giving disproportionate weight to trivial issues, for example, focusing on what color the GUI should be when you have no idea how to design the underlying functionality

18
Q

Define critical thinking

A

The objective analysis and evaluation of an issue in order to form a judgment

19
Q

Define the Titanic Effect

A

“The severity of which a system fails is directly proportional to the intensity of the designer’s belief that it cannot”