Computer Science / CS 0091 · Atom · ~20 seconds
The Data Type
Video not yet published
to the StudyWalks catalog
to the StudyWalks catalog
State
A data type defines how a computer processes data by fixing two things: the possible values, and the operations allowed on those values.
Show
The integer type holds whole numbers within a range and grants addition, subtraction, multiplication, and division — the operations a balance needs.
Watch for
Operations are part of the type, not extras.