Mathematical Operators
Lesson Instructions
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.
Task - Quiz
Task - Programming Challenge
Task - Exam Questions - Deliberate Practice
Mark Scheme
Question 1
1 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.
Question 2
Finds the modulus / remainder
... of the input value / temp / time in mins divided by 60
Question 3
MOD
ELSE