2.2.1 - Understand the purpose of, and how to use, mathematical operators in program code and algorithms.

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards
What is MOD in python?
Returns the remainder of dividing two numbers
2
New cards
What is exponentiation in python?
One of the ways to calculate the exponential value of the given base and exponent values
3
New cards
What is the quotient in python?
When two numbers divide with each other, the result is known as the quotient
4
New cards
What is the difference between MOD, exponentiation, and quotient?
The difference between MOD, exponentiation, and quotient is the operations they perform. MOD stands for modulus and is used to find the remainder after division; exponentiation is the process of raising one number to the power of another; and the quotient is the result of division.