What does decomposition mean in computing?
Breaking a problem into smaller parts
What is a good way to understand a problem?
Drawing a diagram
What should you do before writing a computer program?
Break the problem into smaller parts
Why is decomposition useful?
It helps solve problems more easily
What is the purpose of writing instructions in computing?
To show how to solve a problem
What is the benefit of using diagrams in problem-solving?
They help you understand the problem
What is an algorithm?
A set of instructions to solve a problem
Break down the steps for designing a website.
Plan, Design, Develop, Test, Review and evaluate
What is the first step to solving a computing task?
Identify the problem, THEN break it down