Problem Solving 0.0 / 5 ? ComputingProblem Solving in ComputingOtherOther Created by: jessbo_Created on: 28-03-23 10:00 What is the top-down approach? When you split a large problem into multiple little problems until it can no longer be decomposed, and solve the little problems first 1 of 7 What is the bottom-up approach? This is when you solve the smaller modules of a problem before integrating them with the bigger parts until the whole problem is fixed 2 of 7 What is decomposition? Breaking a complex problem into smaller sub-problems 3 of 7 What is abstraction? Removing unimportant characteristics and only focusing on essential parts 4 of 7 What is modularisation? This is when you break a problem into lots of different smaller modules 5 of 7 What is computational thinking? It's when you use computer science techniques to make solving a problem easier to do and understand by a human or a computer 6 of 7 What are the four techniques used to decompose problems? Decomposition, abstraction, algorithm and pattern recognition 7 of 7
Computing Standard Grade - Unit 1 Computer Applications - General Purpose Packages 4.0 / 5 based on 1 rating
Comments
No comments have yet been made