Python Arithmetic, Boolean, and Strings

Python Arithmetic, Boolean, and Strings

9th - 12th Grade

14 Qs

quiz-placeholder

Similar activities

Selection in Python

Selection in Python

1st - 9th Grade

15 Qs

Foundations of Programming

Foundations of Programming

9th - 10th Grade

18 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Introduction to Python

Introduction to Python

9th Grade

10 Qs

Variables, Inputs and Concatenation

Variables, Inputs and Concatenation

9th Grade

16 Qs

Python Basics - yr 9

Python Basics - yr 9

9th - 12th Grade

18 Qs

Python Selection

Python Selection

8th - 9th Grade

10 Qs

Python Intro

Python Intro

8th - 9th Grade

10 Qs

Python Arithmetic, Boolean, and Strings

Python Arithmetic, Boolean, and Strings

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Tam Nguyen

Used 3+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

10^3-5*2

10^3-5x2

10**3-5*2

10**(3-5)*2

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Evaluate: 9//2

4.5

4

5

1

Error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate: 10%3

3.33333333333

3

1

7

Answer explanation

10 divided by 3 is 3 with the remainder of 1

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate the Python expression: 10-4*2

12

2

8

Syntax Error

Answer explanation

The arithmetic order of operations is:

PEMDASParentheses, Exponents, Multiplication, Division, Addition, Subtraction


A common phrase to remember it is:
"Please Excuse My Dear Aunt Sally."

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate: 3 * 3 ** 2

18

81

27

54

Answer explanation

Order of Operation: Exponentiation before multiplication

6.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Evaluate: 2 ** (8 - 5)

Answer explanation

Solve expression in parentheses first.

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

"x" is a variable for the price of a tea boba, extra flavoring cost $2, and tax is 10%.
Write the python expression (with no spaces) to compute the total cost.

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?