Subject classification: this is an information technology resource. |
Educational level: this is a secondary education resource. |
Completion status: this resource is ~75% complete. |
Data are values of qualitative or quantitative variables, belonging to a set of items.[1]
One way to think about data is to consider how some of the organs of our bodies detect changes to their environment. These are called "Sensory organs", and through our Sensory organs, we are aware of all aspects of our environment. The senses include sight, hearing, smell, taste and touch. We make decisions based on images, sounds, odors, tastes and touches that are received by our eyes, ears, nose, tongue and skin. All images, sounds, odors, tastes and touches from our environment may be thought of as "Data".
In science all images, sounds, odors, tastes and touches of our environment convert to "Alphabet", "Numbers "and "Symbols", therefore all facts and events may be represented by (A...Z),(0...9) and (@,[,\,<, >, ?, *, %, ...) or some combination thereof.
For example:
In computer science, "Alphabet", "Numbers " and "Symbols" convert to a unique numeric code that is assigned to each letter, number, or symbol. For example:
Numbers (0,…9)
Symbols (@,[,\,<,>,?,*,%,…):
The definition of facts and events by "Alphabet","Numbers "and "Symbols" in computer science are set of unique values known as "Data". |
Datum is the singular form of data.
Data typically consists of measurements often recorded as a collection of numbers or characters, but may also include images, sounds, odors, tastes and touches In science, data is obtained systematically in order to test theories and hypotheses.
Data itself is not associated with any context, and therefore it has no inherent meaning. For example, the number 12 is an element of datum, on its own it has no meaning. However when placed into the context of "John is 12 years old" we understand the meaning.
12 → "John is 12 years old" → 12 years old.In the example:
12 → "there are 12 months in a year" → 12 months
Therefore: datum → context → aware In science there are a lot of datum (data) and with a context then it give meaning to the results.
Therefore: 'data → context → result In computer science, data converted with a mathematical or logical operator is referred to as a process and generates information.
Therefore: data → process → information
Data converted by a process is called "Information". |
For example: 2+3=5 or {2,3} → + → 5 or 00000010,00000011 → + → 00000101 (unique binary values)
Note: Information from one process may become data for the next process. |
Data1 → process1 → information1 ... (information1) data2 → process2 → information2 ... (information2) data3 → process3 → information3 ...