Question 10
Question 10 of 14

Question image for Q10
Topics Tested

Writing an algorithm using pseudocode to solve a given problem, including: INPUT/READ, WRITE/PRINT, FOR...NEXT, FOR...NEXT...STEP, IF...ELSE...ENDIF, WHILE...ENDWHILE, REPEAT...UNTIL, CASE...ENDCASE, Comparison operators >, <, =, Arithmetic operators +, -, *, /

Write an algorithm to show the steps involved in different methods of processing (see 4.1)

Advantages and disadvantages of each implementation method for a given situation, including: how each method is implemented in a given situation, the suitability of an implementation method for a given situation