Please enable JavaScript.
Coggle requires JavaScript to display documents.
Data Type - Coggle Diagram
Data Type
Descriptors
-
if variables are static, only used at compile time
if variables are dynamic, a part or the complete descriptor is used in runtime
-
Types
-
Primitive Data Types
-
Character
A=65, 65 is called code point of 'A'
-
-
-
-
-
-
-
Numeric
Integers
-
-
Number of bits requires, depends on the language implementation
Floating Point
Representation
IEEE Floating point standard 754 single precision(32-8 for exponent) and double precision (64-11 for exponent)
-
-
Decimal/Fixed Point
-
Some systems(that supports business systems) have hardware support, for others it's software emulated
-
-
-
-
-
-
-
-
-
-
Ordinal data types
Enumeration
-
-
-
basic operations
Relational operations (==, >,<)
-
-
-
-