7.5.3 PLENARY

7.5.3 PLENARY

7th Grade

9 Qs

quiz-placeholder

Similar activities

1 Herramientas Digitales

1 Herramientas Digitales

6th Grade - University

10 Qs

Hardware and software LST

Hardware and software LST

7th - 8th Grade

14 Qs

Contact Center Sevices

Contact Center Sevices

7th - 10th Grade

10 Qs

Quiz 8 (01.09.2021)

Quiz 8 (01.09.2021)

1st - 12th Grade

10 Qs

Ulangan formatif Scratch

Ulangan formatif Scratch

7th Grade

10 Qs

Bài 5: Thiết lập trang giấy và xuất bài nhạc

Bài 5: Thiết lập trang giấy và xuất bài nhạc

7th - 11th Grade

11 Qs

Chương trình bảng tính

Chương trình bảng tính

7th Grade

12 Qs

Strukture i vrste podataka u Pythonu

Strukture i vrste podataka u Pythonu

7th Grade

12 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 cooking algorithm which asks you to knead bread 10 times


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


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

A video algorithm that suggests 10 new videos 


An algorithm that tells you how to say hi in French

A videogame algorithm that lets you have 3 tries


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


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


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...

Condition controlled iteration

When the problem is too big to know where to start

Count controlled iteration

When we know how many times something will repeat

Decomposition

When there is too much unnecessary detail

Abstraction

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