Please enable JavaScript.
Coggle requires JavaScript to display documents.
Data types - Coggle Diagram
Data types
Types
Primitive Data types
Boolean
-
Value representation
-
-
False = 0 and True =1 or -1 or in general all non zero numbers(Due to the one's complement phenomena)
-
Numeric Data Type
-
-
-
Complex
-
In some languages
-
-
-
Symbol table
-
Information about declaration, type , scope level etc.
-
-
Ordinal Data Types
Enumeration
Facts
-
-
If enumeration is not supported in languages, can be simulated wth integer values
-
-
-
-
-
Introduction
-
-
Types of data, operations and related storing and controlling mechanisms result language differences
Abstraction concept
-
Two Main Types
-
Data abstraction
A high level wrap which includes only the data representation of one specific data type and the related subprograms for that type
-