Programming Types of number values

 Integer - Whole numbers only e.g. 0.6, 1092, -23

Real (float) - Numbers that have a decimal point e.g. 0.15, 100.0

Boolean - Can only take TRUE or FALSE values

Character - Can only take a single letter, number, or symbol

String - Used to represent a text, a collection of characters 

Array - A data structure that hold similar and related data

Vector - A type of array that is one dimensional

Structure - Used to represent information more complicated than a single number, character or Boolean can do.

Signed integer - An integer that can be positive and negative

Unsigned integer - An integer that can only be positive 

Signed integer - An integer that can be positive and negative

Long integer - A data type whos range is greater than the standard data type integer

Short integer - A data type that can represent a whole number that may take less storage and a shorter range

Enumerator - Is a data type consisting a set of named values called elements

Comments

Popular posts from this blog

Types Of Maps

Different Animators

Business Structures