Python Control Structures (Unit 4 AP CSP)

Python Control Structures (Unit 4 AP CSP)

10th Grade

22 Qs

quiz-placeholder

Similar activities

Python Loops Quiz

Python Loops Quiz

10th Grade

20 Qs

Programming Basics Quiz

Programming Basics Quiz

8th Grade - University

20 Qs

Program Development - Python: Output

Program Development - Python: Output

9th - 10th Grade

20 Qs

Unit 2.3 Robust Programs MCQs L1

Unit 2.3 Robust Programs MCQs L1

10th - 11th Grade

20 Qs

Python_Unit 6 Graphics Review (6.1-6.6)

Python_Unit 6 Graphics Review (6.1-6.6)

9th - 10th Grade

20 Qs

Python outputs

Python outputs

7th - 11th Grade

20 Qs

For Loop python

For Loop python

5th - 12th Grade

19 Qs

Python - lists,loops,basics

Python - lists,loops,basics

9th - 11th Grade

20 Qs

Python Control Structures (Unit 4 AP CSP)

Python Control Structures (Unit 4 AP CSP)

Assessment

Quiz

Computers

10th Grade

Hard

Created by

atty meyer

Used 50+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

After the following code runs, what is the value of is_weekend?

Media Image
Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What symbol represents the and operator in Python?

AND

and

&

&&

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What symbol represents the or operator in Python?

OR

or

I

I I

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the proper way to compare if two values are equal in a boolean expression in Python?

==

=

EQUALS

is

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the proper operator for “not equals” in Python?

=~

NOT EQUALS

=!

!=

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Assume you are writing a program, and you have a boolean variable called b, defined like so:

b = True

Pick the correct if statement to follow the code above. The if statement should be correct Python, and the body of the if statement should only run if b is True.

Media Image
Media Image
Media Image
Media Image

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following programs will not print anything?

Media Image
Media Image
Media Image
Media Image

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?