7.5.3 PLENARY

7.5.3 PLENARY

7th Grade

9 Qs

quiz-placeholder

Similar activities

Sequence,Variable,Selection,Iteration

Sequence,Variable,Selection,Iteration

7th Grade

10 Qs

9.03 Programming Iteration

9.03 Programming Iteration

5th - 10th Grade

10 Qs

coding

coding

7th Grade - University

14 Qs

7.5.4 PLENARY

7.5.4 PLENARY

7th Grade

12 Qs

Selection Sequence Iteration

Selection Sequence Iteration

7th - 11th Grade

12 Qs

Algorithms and Flowol

Algorithms and Flowol

7th - 8th Grade

13 Qs

MicroBit Lesson 4 AND 5

MicroBit Lesson 4 AND 5

7th Grade

12 Qs

coding

coding

1st - 7th Grade

10 Qs

7.5.3 PLENARY

7.5.3 PLENARY

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Alexander Woolston

Used 2+ times

FREE Resource

9 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Define iteration

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Define algorithm

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A count controlled loop will..

Repeat code until a condition is met

Repeat code a specific amount of times

Repeat code a random amount of times

None of the above

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A condition controlled loop will..

Repeat code until a condition is met

Repeat code a specific amount of times

Repeat code a random amount of times

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

Why is iteration important?
It determines the order in which instructions are carried out
It allows code to be simplified by removing duplicated steps
It allows multiple paths through a program
It ensures the code works correctly

6.

CLASSIFICATION QUESTION

3 mins • 1 pt

Organize these algorithms into the right types of iteration

Groups:

(a) Count controlled

,

(b) Condition Controlled

,

(c) No iteration

A video algorithm that suggests 10 new videos 


An algorithm that shows 5 different pictures of cats and then ends

An algorithm that tells you how to say hi in French

A cat algorithm that ends when the mouse is caught or if it starts raining


A hairdressing algorithm that ends once the customer is happy or has run out of money


A cooking algorithm which asks you to knead bread 10 times


A music algorithm that suggests new songs until the user plays one


A videogame algorithm that lets you have 3 tries


7.

DRAG AND DROP QUESTION

1 min • 1 pt

​ (a)   is the removal of unnecessary detail from a ​ (b)  

Abstraction
problem
Decomposition
algorithm
code
Iteration

8.

DRAG AND DROP QUESTION

1 min • 1 pt

​ (a)   is breaking a ​ (b)   down into smaller ​ (c)  

Decomposition
problem
problems
Abstraction
Iteration
algorithm
algorithms

9.

MATCH QUESTION

1 min • 1 pt

We use this when...

Abstraction

When the problem is too big to know where to start

Condition controlled iteration

When there is too much unnecessary detail

Count controlled iteration

When we know how many times something will repeat

Decomposition

When we don't know how many times something will repeat