T-Level DPDD: Python Operators Quiz

T-Level DPDD: Python Operators Quiz

11th Grade

18 Qs

quiz-placeholder

Similar activities

Apple Swift Playgrounds: Learn to Code 1 Vocabulary (Lessons 0 - 6)

Apple Swift Playgrounds: Learn to Code 1 Vocabulary (Lessons 0 - 6)

9th - 12th Grade

20 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Javascript Conditional Statements

Javascript Conditional Statements

9th - 12th Grade

20 Qs

Unit 4 Variables, Conditionals & Functions CS20-21

Unit 4 Variables, Conditionals & Functions CS20-21

9th - 12th Grade

18 Qs

Javascript Basics

Javascript Basics

9th - 12th Grade

16 Qs

Iteration

Iteration

9th - 12th Grade

15 Qs

CodeHS Python Unit 3 Quiz Review

CodeHS Python Unit 3 Quiz Review

9th - 12th Grade

20 Qs

[AP CSP] Truth Tables and Boolean Expressions

[AP CSP] Truth Tables and Boolean Expressions

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?