Please enable JavaScript.
Coggle requires JavaScript to display documents.
Unit 13 Data Types - Coggle Diagram
Unit 13 Data Types
Binary
Character Sets
Bitwise Masks
Numbers
Positive
Negative
S&M
2sC
Decimal
HEX
Why?
Types
Primitives
String
Char
Real/float
Bool
Integer
Different memory allocations
Composite
Arrays
Made from primitives or other composites
Lists/Dictionaries
Records/Objects
Tuples
Linked Lists
Hash Tables
Stacks
Queues
Graphs/Trees
Casting
Data type conversion
e.g. x = Cint('37')
e.g. z = CBool('true')