Please enable JavaScript.
Coggle requires JavaScript to display documents.
Operating Systems - Coggle Diagram
Operating Systems
-
-
Types of data type
-
Floating point numbers-Floating point types include all types in which a number may have a fractional component
Character-Most modern computer languages store alphabetic characters by representing each one using a small numeric code
-
Boolean - In computer science, a boolean or bool is a data type with two possible values: true or false
-
What is Datatype?
data type is a type of data. Some common data types include integers, floating point numbers, characters etc. They may also be more specific types, such as dates, boolean values