Module 2 Flashcards

1
Q

is an item of data used to store the state of objects.

A

Variable

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

A Variable has :

A
  • Data Type
  • Name
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

are tokens that represent names of variables, methods,
classes, etc.

A

Identifiers

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

Categories of Data Types :

A
  • Primitive Data Type
  • Non-Primitive Data Type /
    Object Data Type
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

are used in mathematical expressions in the same way that they are used in algebra.

A

Arithmetic Operators

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

compare two values and determines the relationship between those values.

A

Relational Operators

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

have one or two boolean
operands that yield a boolean result.

A

Logical Operators

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

is a symbol which represents an operation to be performed.

A

Operator

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