PCEP Section 1D: Choose operators (May 7th)

PCEP Section 1D: Choose operators (May 7th)

12th Grade

15 Qs

quiz-placeholder

Similar activities

Python variables and operators quiz

Python variables and operators quiz

9th - 12th Grade

20 Qs

Python Lab - Quiz 2

Python Lab - Quiz 2

12th Grade

20 Qs

Chapter 1 Python

Chapter 1 Python

8th Grade - University

12 Qs

KODEKIDDO HACK #MLH3

KODEKIDDO HACK #MLH3

4th Grade - University

10 Qs

Python - Chpt 3 - Review

Python - Chpt 3 - Review

9th - 12th Grade

15 Qs

Python Final Assessment

Python Final Assessment

4th - 12th Grade

10 Qs

CodeHS - Intro to Python - Basics and Console Interaction

CodeHS - Intro to Python - Basics and Console Interaction

9th Grade - Professional Development

20 Qs

Chapter 8 String Manipulations

Chapter 8 String Manipulations

12th Grade

15 Qs

PCEP Section 1D: Choose operators (May 7th)

PCEP Section 1D: Choose operators (May 7th)

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Misti McDaniel

Used 11+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the symbol for the exponentiation operator in Python?

^

**

//

%

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3.5

3

4

2

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to concatenate two strings in Python?

*

&

+

%

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a bitwise NOT operator in Python?

~

!

^

not

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True

False

None

Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a relational operator in Python?

=

==

:=

&

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following code? ```python x = 5 x += 3 print(x) ```

8

5

3

53

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?