Watch and follow the YouTube video, the lesson contains three parts:
Key Information and content - all you need to do here is watch and listen
Programming Challenge - read the Google Slide and produce a program.
Learning activity - this activity involves answering different questions about mathematical operators.
Consolidation - these are past exam question and are for deliberate practice to check your understanding.
 Mathematical Operators Full Lesson Video.mp4
Mathematical Operators Full Lesson Video.mp41 mark for each bullet point
Finds the quotient / uses floor division / integer division / division giving an integer answer / division ignoring remainder.
... of the input value / temp / time in mins divided by 60
Finds the number of full hours in a given number of minutes.
Finds the modulus / remainder
... of the input value / temp / time in mins divided by 60
MOD
ELSE