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

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

12th Grade

15 Qs

quiz-placeholder

Similar activities

FOR and WHILE loop in Python

FOR and WHILE loop in Python

9th - 12th Grade

18 Qs

PYTHON PROGRAMMING

PYTHON PROGRAMMING

11th - 12th Grade

15 Qs

Unit 3 Python TEST

Unit 3 Python TEST

11th - 12th Grade

20 Qs

Grade 8 End of Unit Revision

Grade 8 End of Unit Revision

8th Grade - University

15 Qs

Error Finding

Error Finding

12th Grade

10 Qs

GCSE Computer Science - Programming Keywords

GCSE Computer Science - Programming Keywords

9th - 12th Grade

15 Qs

Unit 3 Review

Unit 3 Review

9th - 12th Grade

11 Qs

String Data Type(Python)

String Data Type(Python)

12th Grade

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