Arithmetic operators (Edexcel GCSE Computer Science): Quizzes
📚Quizzes
Practise the questions
12 questions from this quiz
ShowHide
Practise the questions
12 questions from this quiz
Which symbol is used for exponentiation in programming?
Which symbol is used for exponentiation in programming?
**
What type of result does division always give, even when dividing whole numbers evenly?
What type of result does division always give, even when dividing whole numbers evenly?
A decimal number
What happens when you multiply a string by a whole number?
What happens when you multiply a string by a whole number?
It creates repetitions
What is the term for when you add two strings together to join them?
What is the term for when you add two strings together to join them?
Concatenation
In BIDMAS, which operation is calculated first?
In BIDMAS, which operation is calculated first?
Brackets
What does the modulus operator (%) return?
What does the modulus operator (%) return?
The remainder
What does integer division (//) return?
What does integer division (//) return?
The whole number part only
What is the result of ?
What is the result of ?
3
What is the result of ?
What is the result of ?
1
What is the result of ?
What is the result of ?
2.0
When operations have the same priority in BIDMAS, in what order are they calculated?
When operations have the same priority in BIDMAS, in what order are they calculated?
Left to right
What is the result of ?
What is the result of ?
2401
