Please enable JavaScript.
Coggle requires JavaScript to display documents.
8.2.1 Defining and understanding the problem, and planning and designing…
8.2.1 Defining and understanding the problem, and planning and designing software solutions
-
-
Structured Algorithms
-
Selection (binary, multiway)
Repetition (pre-test, post-test), including for...next loops
-
-
Software structure
- use of a clear uncluttered mainline and subroutines
- use of a modular approach
- use of stubs to represent incomplete modules
Use of standard algorithms, including
-
-
-
-
Data types
Data types used in solutions, including
-
-
-
-
integer representation in binary, decimal and hexadecimal
characters represented as numbers in binary, decimal and hexadecimal
-
data structures, including:
-
-
-