Search Header Logo

Week 6 Quiz

Authored by Anthony G

Computers

University

Used 1+ times

Week 6 Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to stop a while loop?

stop

break

end

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid way to store a player's name in a variable?

playerName = input()

playerName: input()

input = playerName()

playerName == input()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you define a list of items in Python?

my_list = [1, 2, 3]

my_list = {1, 2, 3}

my_list = (1, 2, 3)

my_list = <1, 2, 3>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a game loop?

while game_running == True:

for game_running == True:

if game_running == True:

while game_running = True:

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following code do?

for i in range(3):

print(i)

Prints 0, 1, 2

Prints 1, 2, 3

Prints 0, 1, 2, 3

Prints 3, 2, 1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes a 'nested if statement'?

An if statement inside another if statement

Multiple if statements in a row

A loop inside an if statement

An if statement without an else

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the process of converting one datatype to another called?

Data conversion.

Type Casting.

Type Conversion.

Concatenation.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?