Selection
IF confidence is below 3 THEN recommend urgent revision ELSE recommend practice questions.
Task 6 Study Session Helper Guide
Plan the logic so the product has clear processing, decisions and repetition.
Selection
IF confidence is below 3 THEN recommend urgent revision ELSE recommend practice questions.
Iteration
FOR each assessment in the list, calculate priority and compare it with the current highest priority.
Writing code screenshots instead of algorithm evidence
Drawing a flow chart with no decision or loop
Using a trace table that does not update variables