T-Level DPDD: Python Operators Quiz

T-Level DPDD: Python Operators Quiz

11th Grade

18 Qs

quiz-placeholder

Similar activities

Web Browser

Web Browser

11th - 12th Grade

20 Qs

web browser grade12

web browser grade12

10th - 12th Grade

16 Qs

KOD ARAHAN -ASK T1

KOD ARAHAN -ASK T1

11th Grade

15 Qs

Python Basics

Python Basics

8th - 12th Grade

23 Qs

Java vs JavaScript Operators

Java vs JavaScript Operators

3rd - 12th Grade

21 Qs

Java Casting & Booleans

Java Casting & Booleans

10th - 12th Grade

20 Qs

Data Codehs

Data Codehs

8th - 12th Grade

21 Qs

JavaScript uCertify Chapter 4

JavaScript uCertify Chapter 4

9th - 12th Grade

20 Qs

T-Level DPDD: Python Operators Quiz

T-Level DPDD: Python Operators Quiz

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Sara Burton

Used 6+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator in Python is used to add values on either side of the operator?

-

*

/

+

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the expression x * y if x = 31 and y = 15?

46

16

465

2.06

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator in Python is used for integer division where the remainder is discarded?

/

//

%

*

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the expression x % y if x = 31 and y = 15?

46

16

2

1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, which operator is used to divide the value on the left of the operator by that on the right?

+

-

/

*

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the expression x - y if x = 31 and y = 15?

46

16

465

2.06

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the expression x / y if x = 31 and y = 15?

46

16

465

2.06

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?

Discover more resources for Computers