Process Data Flashcards
1
Q
the equal sign; used to place data values into variables
A
assignment operator
2
Q
a group of operators that perform a calculation and an assignment at the same time
A
compound assignment operators
3
Q
acronym depicting the mathematical Order of Operations in Java programming:
A
PEMDMAS
4
Q
symbols used for comparing data values in order to create information out of raw data
A
comparison operators
5
Q
Which primitive data type is described by the range -32,768 to 32,767?
A
short
6
Q
Which comparison operator is valid for greater than or equal to?
A
> =
7
Q
data type holds one letter, one number, or one symbol and occupies 1 byte
A
char
8
Q
A