Algorithm calculations

Algorithm calculations

6th - 8th Grade

5 Qs

quiz-placeholder

Similar activities

Animal Rights and Ethics Quiz

Animal Rights and Ethics Quiz

7th Grade

5 Qs

then laugh

then laugh

6th Grade

5 Qs

Day #4 Reading Basic - My Favourite Subject

Day #4 Reading Basic - My Favourite Subject

7th Grade

10 Qs

Intermediate English Quiz

Intermediate English Quiz

8th Grade

10 Qs

FNAF 2: Characters and Mechanics

FNAF 2: Characters and Mechanics

6th Grade

10 Qs

Classroom Rules and Procedures Quiz

Classroom Rules and Procedures Quiz

7th Grade

10 Qs

nutrition in plants

nutrition in plants

7th Grade

10 Qs

Inovasi dan Teknologi pengelolaan sampah di Indonesia {8J} PPF

Inovasi dan Teknologi pengelolaan sampah di Indonesia {8J} PPF

6th - 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