![]() |
Created by Dexter Hill
over 4 years ago
|
|
Question | Answer |
3.1.1 What is an algorithm? (Explain) | An algorithm is a sequence of unambiguous steps that can be followed to complete a task. NOTE A computer program is an *implementation* of an algorithm |
3.1.1 What is decomposition? (Explain) | * Decomposition is breaking a problem into a number of sub-problems where each sub-problem accomplishes an identifiable task which can be further subdivided if needed. |
3.1.1 What is abstraction? (Explain) | Abstraction is the process of removing unnecessary detail from a problem. |
3.1.1 Explain simple algorithms in terms of their inputs, processing and outputs. |
Inputs: where data enters the program
-----
Processing: anything done to that input
----
Output: where data "leaves" the program. Shown to user, control a motor, etc.
Image:
Small (image/png)
|
3.1.1 Determine the purpose of simple algorithms. |
There are no comments, be the first and leave one below:
Want to create your own Flashcards for free with GoConqr? Learn more.