MS CS: Module 6 Review

MS CS: Module 6 Review

6th - 8th Grade

17 Qs

quiz-placeholder

Similar activities

Lesson 31 Test-4

Lesson 31 Test-4

5th - 8th Grade

15 Qs

THE CONCERT: THE INSTRUMENTS OF THE ORCHESTRA

THE CONCERT: THE INSTRUMENTS OF THE ORCHESTRA

8th Grade

16 Qs

Python Intermediate Quiz - 1

Python Intermediate Quiz - 1

8th Grade - Professional Development

13 Qs

What about technology? - Codeweek 2022

What about technology? - Codeweek 2022

5th - 11th Grade

20 Qs

T2: Jenis data dalam kod segmen

T2: Jenis data dalam kod segmen

8th Grade

20 Qs

Instruments CORDA - VENT

Instruments CORDA - VENT

3rd - 6th Grade

20 Qs

ICT Python class 7

ICT Python class 7

6th - 8th Grade

20 Qs

Python Quiz

Python Quiz

6th - 10th Grade

20 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

continue statement

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

for loop

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

break statement

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

while 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?