T-Level DPDD: Python Operators Quiz

T-Level DPDD: Python Operators Quiz

11th Grade

18 Qs

quiz-placeholder

Similar activities

JavaScript Operators

JavaScript Operators

9th - 12th Grade

20 Qs

Unit 4 Variables, Conditionals & Functions CS20-21

Unit 4 Variables, Conditionals & Functions CS20-21

9th - 12th Grade

18 Qs

Iteration

Iteration

9th - 12th Grade

15 Qs

Python Topics 1 & 2

Python Topics 1 & 2

11th Grade

14 Qs

CodeHS - Intro to Python - Basics and Console Interaction

CodeHS - Intro to Python - Basics and Console Interaction

9th Grade - Professional Development

20 Qs

Control Statements in Python

Control Statements in Python

11th Grade

20 Qs

Java Operators - Part 1

Java Operators - Part 1

11th Grade

20 Qs

Boolean Expressions

Boolean Expressions

10th - 12th Grade

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