Lecture 3 Flashcards

1
Q

Data

A

The information received, output, and maintained by the program

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

Functions/Methods

A

The programming logic that manipulates data as needed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

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