1.71 Operations Manual
Your reference for using formal algorithm design techniques that transform a problem brief into a testable algorithm, supporting accurate and efficient implementation.
Top-down design
BEGIN
GET username and password
IF validate_user(username, password) THEN
DISPLAY "Access granted"
ELSE
DISPLAY "Access denied"
ENDIF
ENDBottom-up design
Structure charts
Refinement
Divide and conquer
Backtracking
Brief
Desk checking and trace tables
Step
x
y
z
Linking to software development models
Key concepts
Last updated
Was this helpful?