Process Data Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

the equal sign; used to place data values into variables

A

assignment operator

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

a group of operators that perform a calculation and an assignment at the same time

A

compound assignment operators

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

acronym depicting the mathematical Order of Operations in Java programming:

A

PEMDMAS

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

symbols used for comparing data values in order to create information out of raw data

A

comparison operators

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

Which primitive data type is described by the range -32,768 to 32,767?

A

short

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

Which comparison operator is valid for greater than or equal to?

A

> =

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

data type holds one letter, one number, or one symbol and occupies 1 byte

A

char

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