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

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

12th Grade

15 Qs

quiz-placeholder

Similar activities

Test - Python básico II

Test - Python básico II

9th - 12th Grade

16 Qs

Basic Python Concepts and Console Interaction

Basic Python Concepts and Console Interaction

11th - 12th Grade

20 Qs

Python Interaction

Python Interaction

9th Grade - Professional Development

20 Qs

Grade 8 End of Unit Revision

Grade 8 End of Unit Revision

8th Grade - University

15 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

ASK T2 - Kod Arahan (Python)

ASK T2 - Kod Arahan (Python)

7th Grade - University

20 Qs

Python Programming Quiz

Python Programming Quiz

9th Grade - University

20 Qs

Ch.8 - Introducing Python

Ch.8 - Introducing Python

6th Grade - Professional Development

20 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?