Please enable JavaScript.
Coggle requires JavaScript to display documents.
(Types) - Coggle Diagram
Types
Array type
-
-
Dimensions
-
-
Multi-dimensional arrays
-
-
Associative Array
only design issue that is specific for associative arrays is the form of references to their elements.
-
-
-
-
-
Character string type
Regular Expressions
-
-
-
Character sets
-
In languages
-
-
\s - Match any whitespace characters (space, tab etc.)
\S - Match any character NOT whitespace (space, tab)
\w - Match any character in the range 0 - 9, A - Z and a – z
\W - Match any character NOT the range 0 - 9, A - Z and a - z
-
-
-
-
-
-
Primitive data types
-
-
Numeric
-
-
Floating point
Computer representation
-
-
-
-
Smaller computers do not have hardware support but can emulate with software, albeit slower
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-