Programming Concepts

Check your understanding - Pseudocode

Pseudocode is a structured description of what you want your program to do that you create in advance of writing the program itself. Which of the following statements is FALSE?

TRUE. Pseudocode is your own way of expressing what you want the programme to do, so everyone has their own variation of 'pseudocode'.
FALSE. Pseudocode is independent of the programming language.
TRUE. Pseudocode shouldn't concern itself with exactly how the program should do what needs to be done.
TRUE. You can often use the pseudocode as the basis for comments that you include in the program.
TRUE. Good pseudocode can be a good way to check with your colleagues that you have fully understood what the program needs to do.
← Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next →