SSC
COMPUTER
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Thinking about how computers work things out
|
|
the objective analysis and evaluation of an issue in order to form a judgement.
|
|
Abstraction, Decomposition, Pattern recognition, Algorithm Design
|
|
Nothing to do with Computer Science
|
Detailed explanation-1: -decomposition-breaking down a complex problem or system into smaller, more manageable parts. pattern recognition – looking for similarities among and within problems. abstraction – focusing on the important information only, ignoring irrelevant detail.
Detailed explanation-2: -In computational thinking, decomposition and pattern recognition break down the complex, while abstraction figures out how to work with the different parts efficiently and accurately. This process occurs through filtering out irrelevant information and identifying what’s most important.
Detailed explanation-3: -BBC outlines four cornerstones of computational thinking: decomposition, pattern recognition, abstraction, and algorithms.
Detailed explanation-4: -Abstraction: Problem formulation; Automation: Solution expression; Analysis: Solution execution and evaluation.