What can a text data type hold?
Letters, numbers, symbols or punctuation.
What can integers hold?
An integer stores whole number, either positive or negative.
What can real or floating point numbers hold?
Real numbers store numbers with decimal places.
What can boolean hold?
Boolean data stores one of two allowed values, e.g.: yes/no, true/false, 0/1.