COMPUTER ETHICS AND SECURITY
ETHICS IN COMPUTING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Breaking a problem down into multiple pieces to make it easier to understand.
|
Decomposition
|
|
Algorithm
|
|
Abstraction
|
|
Pattern Matching
|
Explanation:
Detailed explanation-1: -Decomposition is the act of breaking down tasks into simpler tasks. This manages complexity in the problem solving and program development process. For example, students could create an animation to represent a story they have written. Students write a story and then break it down into different scenes.
Detailed explanation-2: -Understand the problem. Restate the problem in your own words. Know what the desired inputs and outputs are. Break the problem down. Into a few large pieces. Write down, either on paper or as comments in a file. Code one small piece at a time. Think about how to implement it. Write the code.
There is 1 question to complete.