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

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

12th Grade

15 Qs

quiz-placeholder

Similar activities

Basic Python Coding

Basic Python Coding

11th - 12th Grade

15 Qs

Python Basics - yr 9

Python Basics - yr 9

9th - 12th Grade

18 Qs

Python Basics & Syntax

Python Basics & Syntax

10th - 12th Grade

20 Qs

Python Operators

Python Operators

12th Grade

12 Qs

10 Important Python Fundamentals Questions

10 Important Python Fundamentals Questions

12th Grade

10 Qs

Python Beginner

Python Beginner

12th Grade

10 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

Python basics

Python basics

9th - 12th Grade

16 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 8+ 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?