MS CS: Module 6 Review

MS CS: Module 6 Review

6th - 8th Grade

17 Qs

quiz-placeholder

Similar activities

Lesson 15 - Test 2

Lesson 15 - Test 2

5th - 8th Grade

15 Qs

python-random-rangeLoop

python-random-rangeLoop

6th - 8th Grade

21 Qs

python exam

python exam

8th Grade

15 Qs

Coding Vocabulary Pre/Post Test

Coding Vocabulary Pre/Post Test

6th - 8th Grade

18 Qs

Scratch

Scratch

6th - 8th Grade

15 Qs

Lesson 2-keywords and operators-1

Lesson 2-keywords and operators-1

5th - 8th Grade

20 Qs

Code Vocabulary

Code Vocabulary

3rd Grade - University

18 Qs

Lesson 7 - Test 1

Lesson 7 - Test 1

5th - 8th Grade

15 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 execute a set of statements as long as a condition is true

while loop

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

break statement

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

for loop

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

continue statement

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?