Fundamentals of Problem Solving
Problem-Solving Strategies and Methods
Advanced Problem Solving & Creativity
100

What are the initial and goal states? 

The beginning condition of a problem and the desired outcome.

100

What is an algorithm? 

This problem-solving method guarantees a solution by exploring all possible options but can be inefficient.

100

What is a hierarchical tree diagram?

This type of diagram represents all possible choices in a decision-making situation, often used in problem solving.

200

What is the situated and embodied cognition approach?

How our physical and social environments influence how we solve problems.

200

What are subproblems? 

This strategy involves breaking a large problem into smaller, more manageable parts.

200

What are problem isomorphs?

This term describes problems that share the same underlying structure but appear different on the surface.

300

What is problem representation?

The way a problem is structured in the mind, which can influence whether it is easy or difficult to solve.

300

What is exhaustive search? 

A chess-playing computer that systematically considers every possible move uses this method of problem solving.

300

What is a matrix? 

This method of organizing problem information into rows and columns helps problem solvers systematically compare options.

400

What is a heuristic?

Unlike algorithms, this type of problem-solving strategy uses mental shortcuts to find solutions more quickly.

400

What is the General Problem Solver? 

This problem-solving model aims to mimic human problem-solving strategies.

400

What is ecological validity? 

A psychological concept that describes how well laboratory research applies to real-world problem solving.

500

What is a mental state? 

Occurs when a person continues to use an old method even when a better solution exists.

500

What are surface and structural features?

These two types of features describe the superficial details of a problem and the underlying principles that truly define it.

500

What is a computer simulation? 

This type of computer-based approach simulates human thought processes and decision-making.