Distinguish between programming and computational thinking.(1 point) Responses Computational thinking tells a computer what to accomplish, whereas programming allows the user to work out what to instruct the computer to accomplish. Computational thinking tells a computer what to accomplish, whereas programming allows the user to work out what to instruct the computer to accomplish. Programming tells a computer what to accomplish, whereas computational thinking allows the user to write in a programming language. Programming tells a computer what to accomplish, whereas computational thinking allows the user to write in a programming language. Programming tells a computer what to accomplish, whereas computational thinking allows the user to work out what to instruct the computer to accomplish. Programming tells a computer what to accomplish, whereas computational thinking allows the user to work out what to instruct the computer to accomplish. Computational thinking helps the user write better algorithms, whereas programming helps the user design better computers.

1 answer

The correct distinction between programming and computational thinking is: Programming tells a computer what to accomplish, whereas computational thinking allows the user to work out what to instruct the computer to accomplish.

This means that computational thinking involves the process of problem-solving and understanding how to approach a task logically and systematically, while programming involves translating that logical approach into a specific set of instructions that a computer can execute.