Intro to Computer Programming > Ch. 2.9: Floating-Point Data Types > Flashcards
What is a floating point number?
A data type that allows fractional values.
What is the float data type?
Data type considered single precision.
What is double precision?
The double data type is usually twice as big as float.