MS CS: Module 6 Review

MS CS: Module 6 Review

6th - 8th Grade

17 Qs

quiz-placeholder

Similar activities

August Quiz Python

August Quiz Python

6th - 12th Grade

20 Qs

Python-ICT

Python-ICT

8th Grade

20 Qs

Think Like a Coder: Ep. 1

Think Like a Coder: Ep. 1

6th Grade

15 Qs

Coding (Level 1 - Beginner)

Coding (Level 1 - Beginner)

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

Programmation 1

Programmation 1

1st - 6th Grade

12 Qs

Python Basics Quiz

Python Basics Quiz

6th - 10th 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 loop even if the while condition is true

for loop

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

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?