Programming Data Types Flashcards
1
Q
Multiplication
A
*
2
Q
Real division
A
/
3
Q
Integer division
A
DIV (does not account remainder, keeps as integer)
4
Q
Modulus
A
MOD
5
Q
Equal to
A
=
6
Q
Not equal to
A
!=
7
Q
Not
A
Opposite
-if true then false
8
Q
AND
A
Both characters needed
9
Q
Or
A
Either of the conditions are needed
10
Q
Substring
A
(Start,stop,step)