Algorithm calculations

Algorithm calculations

6th - 8th Grade

5 Qs

quiz-placeholder

Similar activities

Prep 1 - Quiz 2 - family members

Prep 1 - Quiz 2 - family members

7th Grade

10 Qs

ESS Quiz 2.

ESS Quiz 2.

8th Grade

10 Qs

Grade 6 Tempo

Grade 6 Tempo

6th Grade

10 Qs

Speed and Velocity 7

Speed and Velocity 7

7th Grade - University

10 Qs

Present simple and Present continuous

Present simple and Present continuous

6th - 8th Grade

10 Qs

Research Quiz - Module 1&2

Research Quiz - Module 1&2

6th - 8th Grade

10 Qs

crop production and management

crop production and management

8th Grade

10 Qs

Maslenitsa Holiday Quiz

Maslenitsa Holiday Quiz

8th Grade

10 Qs

Algorithm calculations

Algorithm calculations

Assessment

Quiz

Others

6th - 8th Grade

Hard

Created by

Mr Damilola

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What number will the robot return?

Answer explanation

Step-by-step:

36 – 24 = 12 → (12, 24)

24 – 12 = 12 → (12, 12)

Robot returns: 12

Steps taken: 2 steps

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The robot starts with 15 and 10 and follows the same method.

What pattern is the robot using?

Answer explanation

15 – 10 = 5 → (5, 10)

10 – 5 = 5 → (5, 5)

Robot returns: 5

Steps taken: 2 steps

Pattern: Algorithm

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

A robot is given two numbers: 18 and 30

It follows the same step-by-step method to find the biggest number that can divide both without remainder.

How many steps did it take to reach it?

Answer explanation

30 – 18 = 12 → (18, 12)

18 – 12 = 6 → (6, 12)

12 – 6 = 6 → (6, 6)

Robot returns: 6

Steps: 3 steps

Name of process: Algorithm

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Two numbers, 48 and 18, are given to a robot. It follows this same repeated subtraction rule.

What number will the robot return?

Answer explanation

48 – 18 = 30

30 – 18 = 12

18 – 12 = 6

12 – 6 = 6 → (6, 6)

Robot returns: 6

Steps: 4 steps

Pattern: Algorithm

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The robot is given 14 and 6.

How many steps were taken

Answer explanation

14 - 6 = 8

8 - 6 = 2

6 - 2 = 4

4 - 2 = 2

Robot returns 2

It takes 4 steps