Operations (AQA GCSE Computer Science): Quizzes

📚Quizzes
Arithmetic Operations
Sign up to keep practising.Create a free account to play more quizzes and track your progress.

Practise the questions

12 questions from this quiz

Show

What are arithmetic operations in computer programming?

Basic maths calculations on numbers

Why do programming languages use * instead of × for multiplication?

× not on keyboards & confuses with 'x'

What is the result of 17 MOD 517 \text{ MOD } 5?

2

What is the result of 17 DIV 517 \text{ DIV } 5?

3

What does the MOD operator return when dividing two numbers?

The remainder

What does BIDMAS stand for in operator precedence?

Brackets Indices Div Mult Add Sub

What is the result of (3+6)+7×2(3 + 6) + 7 \times 2 following BIDMAS?

23

What result does 18 MOD 218 \text{ MOD } 2 give, and what does it tell you?

0, showing 18 is even

How can MOD check if 15 is a multiple of 5?

15 MOD 5=015 \text{ MOD } 5 = 0 means yes

What type of value do relational operators return?

Boolean values (True or False)

What does the equal to (=) relational operator check?

If two values are exactly the same

Is the statement 4<44 < 4 True or False?

False, as 4 is not less than itself

Join 100,000+ GCSE students studying Quizzes with us.

Select your subjects, and get access to A+ resources today.