Arithmetic Operators Flashcards

1
Q

__________ are used to compute the numerical value of variables.

A

Arithmetic operators

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

[ Identify / illustrate the operator of what is being described. ]

Adds two operands

A

+

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

[ Identify / illustrate the operator of what is being described. ]

Subtracts second operand from the first

A

-

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

[ Identify / illustrate the operator of what is being described. ]

Multiplies both operands

A

*

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

[ Identify / illustrate the operator of what is being described. ]

Divides one operand by another and returns a floating point result.

A

/

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

[ Identify / illustrate the operator of what is being described. ]

Divides one operand by another and returns an integer result.

A

\

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

[ Identify / illustrate the operator of what is being described. ]

Raises one operand to the power of another.

A

^ ^

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

[ Identify / illustrate the operator of what is being described. ]

Modulus Operator is used to get the remainder of two operands when divided.

A

MOD or %

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

_______ ______ is used to get the remainder of two operands when divided.

A

Modulus Operator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly