SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Computer Science AQA A level

» Start this Course
(Practice similar questions for free)
Question:

Give practical ways in which the programmer will use a structured approach to programming

Author: Will Parker



Answer:

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