Lecture 3 Flashcards
1
Q
Data
A
The information received, output, and maintained by the program
2
Q
Functions/Methods
A
The programming logic that manipulates data as needed
3
Q
int; long; char; float; double; bool; string; and array [];
A
– Combination of these types can represent more complex types
– Two basic types: integers and float
– Integers are whole numbers
– Integers can be signed or unsigned