BGE - Conditional Loops

BGE - Conditional Loops

8th Grade

6 Qs

quiz-placeholder

Similar activities

Lesson 6: Loops with Rey and BB-8

Lesson 6: Loops with Rey and BB-8

8th Grade - University

12 Qs

App Creators Lesson 2.1-2.4

App Creators Lesson 2.1-2.4

8th Grade

10 Qs

Code Combat Review (Python)

Code Combat Review (Python)

8th Grade

10 Qs

Programming Constructs - Bitesize

Programming Constructs - Bitesize

KG - 11th Grade

10 Qs

Python Ifs, Lists, and Loops

Python Ifs, Lists, and Loops

7th - 8th Grade

11 Qs

FOR LOOPS and Angles with Tracy (PYTHON)

FOR LOOPS and Angles with Tracy (PYTHON)

7th - 8th Grade

10 Qs

Scratch Animation

Scratch Animation

8th Grade

12 Qs

3/1/2023 Coding - Vocabulary

3/1/2023 Coding - Vocabulary

8th Grade

10 Qs

BGE - Conditional Loops

BGE - Conditional Loops

Assessment

Passage

Computers

8th Grade

Easy

Created by

Jack Walker

Used 5+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main topic of the video?

Loops in programming

Making a movie

Carnival rides

How to play music

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What types of loops are focused on in the video?

Repeat and until loops

Infinite and conditional loops

While and do while loops

For and foreach loops

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step of a while loop?

Execute some code

Repeat the code

End the loop

Check if its condition is true

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if you don't update your condition within a loop?

You might get stuck in an infinite loop

You get an error

The loop ends immediately

The loop skips to the next condition

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why might you use a do while loop?

To ensure the code runs at least once

To make the code run faster

To avoid using conditions

To create an infinite loop

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What example is given to explain a do while loop?

Getting a free ride on the ferris wheel

Listening to a song on repeat

Eating at a restaurant

Going to a movie theater