sprintf()
sprintf() is a PHP topic. In plain words you use it for Hello, Asha in a web page. Don’t start with a slogan — start with that picture.
Smallest example: echo / print. Type it, run it, and say what you see. If you can do that from memory, you know sprintf().
From the example next to this theory — sprintf(): scores array, print avg, then high marks.
Trap — missing semicolon. Fix that before you talk about advanced PHP.
Viva — what is sprintf()? Then show echo / print. Then name the trap.
What is sprintf()? Show this: echo / print. Trap: missing semicolon.