Please enable JavaScript.
Coggle requires JavaScript to display documents.
Computational thinking - Coggle Diagram
Computational thinking
-
-
-
-
DATA
Information about something
specific that allows us to know its
knowledge or is used to deduct
the consequences of an specific
fact.
Constant
Its content never changes, it's
always the same, must have a name
a type/clasification and a values
Variable
Its content might change in any
moment, must have a name, a type/
clasification and a value.
DATA types
Numerical
All integers, decimals, +, -
signs used to make numerical
operations
Alphanumeric
Combination of letters, numbers
and/or special characteres
Logical
Related to 2 states: yes/no
true/false, etc.
Audiovisuals
Images, videos, audiovisuals
or any multimedia.
Data nomeclature
Starts with a letter
uses underscore
Contain: numbers, letters
or underscore
All data needs
Name (variable or constant)
Fulfill with nomeclature rules
Equal sign to assgin a value
Value fully related to the Data type
Numerical, Alphanumeric,Logical,
Audiovisuals