Understanding Decomposition
Decomposition in ICT
Problem-Solving
100

What does decomposition mean in computing?

Breaking a problem into smaller parts

100

What is a good way to understand a problem?

Drawing a diagram

100

What should you do before writing a computer program?

Break the problem into smaller parts

200

Why is decomposition useful?  

It helps solve problems more easily

200

What is the purpose of writing instructions in computing?

To show how to solve a problem

200

What is the benefit of using diagrams in problem-solving?  

They help you understand the problem

300

What is an algorithm?  

A set of instructions to solve a problem

300

Break down the steps for designing a website.

Plan, Design, Develop, Test, Review and evaluate

300

What is the first step to solving a computing task?

Identify the problem,  THEN break it down