Y7

6h: Decompose a larger problem into smaller subproblems

Keywords:
Programming
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
abstractionafter you have decomposed a problem into smaller parts you can ignore the details from other subproblems to focus on one subproblem at a time
decomposebreaking down what you want to achieve with code into smaller sections that are each simpler to solve
subroutinecustom blocks of code that can be reused to allow a larged problem to be broken down into smaller subproblems
Keyword games:
Resources: