Programming (Year 12)
What is the purpose of 'comments' in code?
Comments are used to explain and annotate code, making it easier to understand for humans without affecting the execution.