MS CS: Module 6 Review

MS CS: Module 6 Review

6th - 8th Grade

17 Qs

quiz-placeholder

Similar activities

Python-ICT

Python-ICT

8th Grade

20 Qs

Scratch

Scratch

6th - 8th Grade

15 Qs

Test vòng loại Python - HKICO

Test vòng loại Python - HKICO

6th - 8th Grade

16 Qs

Artistic Effects

Artistic Effects

7th Grade

15 Qs

Code Vocabulary

Code Vocabulary

3rd Grade - University

18 Qs

Python Basics Quiz

Python Basics Quiz

6th - 10th Grade

15 Qs

python-random-rangeLoop

python-random-rangeLoop

6th - 8th Grade

21 Qs

Coding Vocabulary Pre/Post Test

Coding Vocabulary Pre/Post Test

6th - 8th Grade

18 Qs

MS CS: Module 6 Review

MS CS: Module 6 Review

Assessment

Quiz

Education

6th - 8th Grade

Easy

Created by

Amber Price

Used 4+ times

FREE Resource

17 questions

Show all answers

1.

MATCH QUESTION

1 min • 1 pt

Match the following

used to stop the current iteration, and continue with the next

while loop

used to stop the loop even if the while condition is true

break statement

used for iterating over a sequence (that is either a list, a tuple, a dictionary, a set, or string)

continue statement

used to execute a set of statements as long as a condition is true

for loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

for loops cannot be:

happy

empty

used

deleted

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To loop through a set of code a specified number of times, we can use the _____ function.

float()

print()

range()

input()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ____ keyword catches anything which isn't caught by the preceding conditions.

if

elif

else

and

or

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Immutable also means...

hibernation

changeable

unchangeable

mutation

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A tuple is...

unchangeable

changeable

flexible

fickle

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which module allows you to create a random choice?

turtle

random

export

append

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?