Saved Bookmarks
| 1. |
Match the following1. SpecificationsHiding unnecessary details2. AbstractionsDivides main algorithm into functions3. CompositionRelations between input and output4. DecompositionsAn algorithm is composed of assignment and control flow statement(a) 3, 1, 4, 2(b) 1,2, 3, 4 (c) 4,3,2, 1 (d) 4, 2, 3, 1 |
|
Answer» (a) 3, 1, 4, 2 |
|