COGNITION
THINKING AND LANGUAGE
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Abstraction
|
|
Algorithmic thinking
|
|
Pattern recognition
|
|
Decomposition
|
Detailed explanation-1: -Decomposition is the process of breaking down a problem or challenge – even a complex one – into small, manageable parts.
Detailed explanation-2: -Decomposition in computational thinking is the process of breaking down a problem into a number of smaller problems that can more easily be addressed.
Detailed explanation-3: -Decomposition in Computational Thinking Decomposition is the process of breaking a complex task or problem into smaller, more manageable pieces.
Detailed explanation-4: -Core Components of Computational Thinking BBC outlines four cornerstones of computational thinking: decomposition, pattern recognition, abstraction, and algorithms.
Detailed explanation-5: -Decomposition is the process of breaking a large problem into more manageable sub-problems. The motivating principle is that large problems are disproportionately harder to solve than small problems. It’s much easier to write 2 500-line programs than 1 1000-line program.