Module 2 Flashcards
1
Q
is an item of data used to store the state of objects.
A
Variable
2
Q
A Variable has :
A
- Data Type
- Name
3
Q
are tokens that represent names of variables, methods,
classes, etc.
A
Identifiers
4
Q
Categories of Data Types :
A
- Primitive Data Type
- Non-Primitive Data Type /
Object Data Type
5
Q
are used in mathematical expressions in the same way that they are used in algebra.
A
Arithmetic Operators
6
Q
compare two values and determines the relationship between those values.
A
Relational Operators
7
Q
have one or two boolean
operands that yield a boolean result.
A
Logical Operators
8
Q
is a symbol which represents an operation to be performed.
A
Operator