Computer Programming Flashcards

1
Q

Data Types

A

Used to specify the set of values and their operations

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

Primitive Data Types

A

The fundamental types in Java

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

Variable

A

A name for a memory location that stores a specific value, such as numbers and letters

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

Constant

A

It is a memory location whos value cannot be changed during program execution

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

Final

A

Is java reserved word. The value stored in the Variable_name is fixed and cannot be changed

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

Type Casting

A

This refers to converting a value from a specific type to a variable of another type

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