7.5.3 PLENARY

7.5.3 PLENARY

7th Grade

9 Qs

quiz-placeholder

Similar activities

Micro:bit assessment 1

Micro:bit assessment 1

7th - 8th Grade

10 Qs

Computing figures

Computing figures

4th - 12th Grade

14 Qs

G7_ICT_1.1_Digital Data

G7_ICT_1.1_Digital Data

7th Grade

10 Qs

Internet

Internet

7th - 10th Grade

10 Qs

CLASS 7 COMPUTER CH-3 QUIZ

CLASS 7 COMPUTER CH-3 QUIZ

7th Grade

11 Qs

Quick Revision Term3

Quick Revision Term3

7th Grade

10 Qs

Основные понятия языка программирования PYTHON

Основные понятия языка программирования PYTHON

7th Grade

12 Qs

Los periféricos del computador

Los periféricos del computador

1st Grade - Professional Development

9 Qs

7.5.3 PLENARY

7.5.3 PLENARY

Assessment

Quiz

Computers

7th Grade

Practice Problem

Medium

Created by

Alexander Woolston

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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 


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


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


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

A cooking algorithm which asks you to knead bread 10 times


An algorithm that tells you how to say hi in French

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 we don't know how many times something will repeat

Count controlled iteration

When we know how many times something will repeat

Decomposition

When the problem is too big to know where to start

Condition controlled iteration

When there is too much unnecessary detail