Python Arithmetic, Boolean, and Strings

Python Arithmetic, Boolean, and Strings

9th - 12th Grade

14 Qs

quiz-placeholder

Similar activities

strings

strings

11th Grade

15 Qs

Python

Python

10th - 11th Grade

10 Qs

CMU Unit 3 Practice Test

CMU Unit 3 Practice Test

10th - 12th Grade

19 Qs

KS3 GCSE Computer Science (Programming / Python)

KS3 GCSE Computer Science (Programming / Python)

7th - 11th Grade

10 Qs

Python - Week 1

Python - Week 1

8th - 10th Grade

10 Qs

Functions in Python

Functions in Python

9th - 12th Grade

16 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

GCSE Computer Science - Python Programming Concepts

GCSE Computer Science - Python Programming Concepts

9th - 11th Grade

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