Question:
Give practical ways in which the programmer will use a structured approach to programming
Author: Will ParkerAnswer:
Procedures which have an interface / using parameters to pass values ; Use of modules / use of libraries ; Avoid global variables / use of local variables ; Meaningful identifier/variable/constant/ procedure / function / program / parameter names; Consistent use of case for identifiers ; Use of selection / loops / iteration ; Avoid the use of GoTo structures ; Effective use of white space / indentation; R spacing/ space out the Code Use of named constants ; Use of user-defined data types ; Use of pseudo-code / top down approach / Jackson methodology / process Decomposition ; R the use of comments/documentation R declaration of variables
0 / 5 Â (0 ratings)
1 answer(s) in total