You are on page 1of 1

Bryan John Berzabal

BSIT ll Sir Ariel Tomagan

Examples of Common Data Types


Integer
Nibble 4-bits
Byte 8-bits
Long-32 bits

Floating-point number
Type Sign Exponent Significand field Total bits

Half-precision 1 5 10 16

Single-precision 1 8 23 32

Bfloat 16 1 8 10 19

Character
Letters
Numerical digits
Punctuation marks

Boolean
AND & - conjuction
OR | - disjunction
NOT ! - negation

Array

Array: collection of fixed number of components (elements), wherein all of components have
same data type

One-dimensional array: array in which components are arranged in list form

Multi-dimensional array: array in which components are arranged in tabular form (not covered)

You might also like