8 Grade Unit 4 Lesson 05 Quiz

8 Grade Unit 4 Lesson 05 Quiz

6 Qs

quiz-placeholder

Similar activities

HOMEWORK 3 Computational thinking

HOMEWORK 3 Computational thinking

KG - University

10 Qs

สอบย่อย บทที่ 1 แนวคิดเชิงคำนวณ

สอบย่อย บทที่ 1 แนวคิดเชิงคำนวณ

University

10 Qs

QUIZ Coding loops and variables 5th grade

QUIZ Coding loops and variables 5th grade

KG - University

10 Qs

Yr 5 Selection in Quizzes Lesson 4

Yr 5 Selection in Quizzes Lesson 4

KG - University

9 Qs

for loop

for loop

8th Grade

10 Qs

Python Quiz: Range Function

Python Quiz: Range Function

8th Grade

10 Qs

OPEN LOOP & CLOSE LOOP

OPEN LOOP & CLOSE LOOP

12th Grade

10 Qs

8 Grade Unit 4 Lesson 05 Quiz

8 Grade Unit 4 Lesson 05 Quiz

Assessment

Quiz

others

Hard

Created by

Anastacio Gaytan

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 17 pts

Maria's algorithm is using both first and last names to place students on one of three teams. The names and teams are considered _____.

functions
f-strings
variables
operators

2.

MULTIPLE CHOICE QUESTION

30 sec • 17 pts

In a while loop, the body of the loop is only repeated if the expression is _____.
equal
FALSE
TRUE
greater than

3.

MULTIPLE CHOICE QUESTION

30 sec • 17 pts

To repeat a specific string in an algorithm in Python, a coder would use a _____.
module
trinket
modulo
for loop

4.

MULTIPLE CHOICE QUESTION

30 sec • 17 pts

What set of instructions is most closely associated with the idea of iterations?
Wash, rinse, repeat.
Do not touch!
Remove packaging before heating.
Always wear safety goggles.

5.

MULTIPLE CHOICE QUESTION

30 sec • 15 pts

While and for loops work exactly the same.
TRUE
FALSE

6.

MULTIPLE CHOICE QUESTION

30 sec • 17 pts

Why would Scott use a for loop in his Python algorithm?
to execute a task based on certain criteria
to repeat a step
to combine and format strings
to determine whether a specific value belongs in a sequence