AP PSYCHOLOGY

COGNITION

THINKING AND LANGUAGE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
When is a computer most likely to be used when using computational thinking?
A
During decomposition
B
At the end, when programming a computer
C
When writing algorithms
D
None of the above
Explanation: 

Detailed explanation-1: -When is a computer most likely to be used when using computational thinking? computer is most likely to be used at the end, when programming a computer. Decomposition does not usually need a computer.

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: -A good example of decomposition in computer science can be the merge sort algorithm. In this algorithm, we divide the array into two parts, call itself for the two parts, and then merge the two sorted parts into one.

Detailed explanation-4: -Computational thinking is the step that comes before programming. It’s the process of breaking down a problem into simple enough steps that even a computer would understand. We all know that computers take instructions very literally, sometimes to comic results.

There is 1 question to complete.