Arithmetic operator

Quiz
•
Computers
•
10th Grade
•
Hard
Teacher Lhadon
Used 7+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the name of the ** operator?
modulo
floor division
exponentiation
integer division
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the modulo operator give us as the output?
quotient
remainder
decimal
answer
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is common in all these three operators (/,%,//)?W
division
addition
subtraction
multiplication
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What would be the output from the below statement:
print((7%3)+3)
5
3
4
5
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What would be the output from the following statement?
print(10**3-1000)
-700
1
2000
0
6.
FILL IN THE BLANK QUESTION
1 min • 2 pts
Write the output from the following statement:
print(45%10*5)
7.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Which operator should be placed in the blank to get the given output?
print((19 _ 5)*2)
Output: 6
/
//
**
%
8.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Karma runs the following code but she gets error. Help Karma fix the error by rewriting the code in the correct syntax.
Karma's code:
print(x)**2+2
Similar Resources on Wayground
11 questions
python basics

Quiz
•
9th - 12th Grade
13 questions
Fundamentals of Python

Quiz
•
9th - 12th Grade
10 questions
Computer Software

Quiz
•
9th - 12th Grade
13 questions
Python List Operations

Quiz
•
10th Grade
10 questions
AP CSA 4.2 (For Loops)

Quiz
•
10th - 12th Grade
12 questions
Python Unit 2 Quiz 2

Quiz
•
9th - 12th Grade
10 questions
Input and Output Devices Quiz

Quiz
•
2nd Grade - University
9 questions
Python Programming Basics

Quiz
•
6th - 12th 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
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade