Unit 2: Computational Thinking and
Computer Science With complete
verified solutions already graded
A+
Computational Thinking - answer A method of problem solving that helps the
computer scientists to prepare problems for digital solutions
Computer Science - answer The art of blending human ideas and digital tools to
increase problem solving power.
Coding - answer Transforming actions into a symbolic language
Function - answer A piece of code that can be called over and over
Debugging - answer Finding and fixing errors in the code
Parameters - answer Extra bits of information that you can pass into a function to
customize it
Loop - answer Tells the computer to do something over and over
If Statement - answer Tells the computer to check something
Decompose - answer To break a hard problem up into smaller, easier ones
Pattern - answer A theme that is repeated many times
Abstraction - answer Removing details from a solution so it will work for many
problems
Computer Science With complete
verified solutions already graded
A+
Computational Thinking - answer A method of problem solving that helps the
computer scientists to prepare problems for digital solutions
Computer Science - answer The art of blending human ideas and digital tools to
increase problem solving power.
Coding - answer Transforming actions into a symbolic language
Function - answer A piece of code that can be called over and over
Debugging - answer Finding and fixing errors in the code
Parameters - answer Extra bits of information that you can pass into a function to
customize it
Loop - answer Tells the computer to do something over and over
If Statement - answer Tells the computer to check something
Decompose - answer To break a hard problem up into smaller, easier ones
Pattern - answer A theme that is repeated many times
Abstraction - answer Removing details from a solution so it will work for many
problems