T-Level DPDD: Python Operators Quiz

T-Level DPDD: Python Operators Quiz

11th Grade

18 Qs

quiz-placeholder

Similar activities

JAVA FUNDAMENTALS

JAVA FUNDAMENTALS

9th - 12th Grade

20 Qs

Code.org Boolean

Code.org Boolean

10th - 12th Grade

16 Qs

CodeHS Concepts of Programming JavaScript

CodeHS Concepts of Programming JavaScript

8th - 12th Grade

21 Qs

JavaScript

JavaScript

8th - 12th Grade

21 Qs

Operators (Computer Science - Python)

Operators (Computer Science - Python)

7th - 12th Grade

20 Qs

CodeHS JavaScript

CodeHS JavaScript

8th - 12th Grade

21 Qs

Unit 4 Variables, Conditionals & Functions CS20-21

Unit 4 Variables, Conditionals & Functions CS20-21

9th - 12th Grade

18 Qs

CodeHS 2.8 Comparison Operators

CodeHS 2.8 Comparison Operators

9th - 12th Grade

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