Python L4 Math Operator

Quiz
•
Computers
•
6th - 8th Grade
•
Hard
Future Teacher
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which operator is used for exponentiation in Python?
^
**
^^
*
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of print(10 // 2)?
4.5
5
4
5.0
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct use of an f-string?
print(f"Hello" + name)
print(f"Hello {name}")
print("Hello " + name)
print(f"Hello" + {name})
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The expression 3 * 2 + 4 / 2 evaluates to the same result as (3 * (2 + 4)) / 2.
True
False
Answer explanation
3 * 2 + 4 / 2 gave 8.0 as a result;
while
(3 * (2 + 4)) / 2 gave 9.0
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Using // in Python always gives you a float result.
True
False
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The round() function can be used to control how many decimal places are shown.
True
False
7.
DRAG AND DROP QUESTION
1 min • 1 pt
The PEMDAS rule helps determine the (a) of operations in math expressions.
Create a free account and access millions of resources
Similar Resources on Wayground
13 questions
Minecraft+Python test if

Quiz
•
5th - 6th Grade
8 questions
Microbit Quiz 1

Quiz
•
6th Grade
15 questions
ASK F2 -KOD ARAHAN (PYTHON)

Quiz
•
1st Grade - University
8 questions
Python Basics Quiz

Quiz
•
6th Grade
10 questions
Ms. Molloy Computer Science quick quiz

Quiz
•
7th Grade
12 questions
Navs Python Quiz

Quiz
•
8th - 10th Grade
12 questions
Python Homework

Quiz
•
8th Grade
10 questions
My Python : About Me

Quiz
•
6th - 8th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
8 questions
Time Management

Quiz
•
6th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
20 questions
Copyright and Fair Use

Quiz
•
6th - 8th Grade
15 questions
Computer Components Video

Interactive video
•
8th Grade