
Arithmetic Operators
Quiz by GCSE Computer Science Teacher 4
GCSE (AQA)
Computer Science
English National Curriculum
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measures 1 skill from
Measures 1 skill from
Track each student's skills and progress in your Mastery dashboards
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
10 questions
Show answers
- Q1What is meant by 'arithmetic operators'?This is the use of AND, OR and NOTThis is used to work out the calculation of a mathematical function e.g. addition, subtraction or divisionThe process if looping through code to add it togetherThis will compare two values45s3.2.3
- Q2What is the output for 2+16?18158245s3.2.3
- Q3What is the output for 30/2?321526045s3.2.3
- Q4What is the output for 20 * 4?2424510045s3.2.3
- Q5What value will be returned from this function?26326445s3.2.3
- Q6State the output for 19 - 4?4.7523761545s3.2.3
- Q7What value will be returned from this subroutine?931563545s3.2.3
- Q8Explain what is is meant by the operator 'DIV'?Divides the two numbers togetherAdds the two numbers togetherIt finds the remainder after divisonIt performs integer division45s3.2.3
- Q9Explain what is is meant by the operator 'MOD'?It finds the remainder after divisionAdds the two numbers togetherIt performs integer divisionDivides the two numbers together45s3.2.3
- Q10What is the missing operator?/DIVMOD*45s3.2.3