Python Review Part 2

Python Review Part 2

6th - 8th Grade

25 Qs

quiz-placeholder

Similar activities

JavaScript Basics CodeHS

JavaScript Basics CodeHS

7th - 12th Grade

20 Qs

Prog F: Quiz 1 Revision

Prog F: Quiz 1 Revision

6th - 8th Grade

20 Qs

Code.org Express Course

Code.org Express Course

6th - 8th Grade

20 Qs

Python Module

Python Module

6th - 10th Grade

20 Qs

GCSE J277 - 2.2.3 - Functions & Procedures

GCSE J277 - 2.2.3 - Functions & Procedures

7th Grade

20 Qs

Python

Python

6th Grade

20 Qs

CodeCombat

CodeCombat

8th Grade

20 Qs

Codesters Units

Codesters Units

6th - 8th Grade

20 Qs

Python Review Part 2

Python Review Part 2

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Brittney Jones

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What kind of loop should be used in a game where the user is guessing a secret code and the message "Guess again!" appears until the user guesses correctly?

for loop

binary loop

digital loop

while loop

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which function generates a random number?

randint

randstring

random.choice

guess

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

In Python, what does the choice function do?

lets the user make a choice

lets the programmer make a choice

creates a new program

chooses a value at random from a string

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Marta is creating a program that will guide the user through a series of physical exercises. She wants the program to coach the user to do 10 push-ups. Which kind of loop should be used?

binary loop

condition-controlled loop

count-controlled loop

interface loop

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Bruno is asked to create a program that will require the user to enter a passcode. If the wrong passcode is entered, the user can try again until they get it right. What kind of loop should be created for this?

binary loop

condition-controlled loop

count-controlled loop

interface loop

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Ying sends a program to a colleague for help in debugging it. The following message is returned: "You forgot to initialize the variable for the number of attempts." How should this problem be fixed?

set the variable to a beginning value

set the variable to an ending value

allow the user to input the variable's value

create a literal value

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

If a program needs to respond to what the user inputs by printing one of three different statements, what will the program require?

datqabase

random number generator

decision generator

conditional statement

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?