Datas
Datas
DATA
Objectives
By the end of this topic you should be able to:
Define data
Explain data structures
Identify types of data using file extensions
State and define storage units
Introduction
Today lots of data is being generated by
people,
businesses as well as
computing devices such as computers or phones or
applications (programs)
Examples of data include eg, Number, Text, Pictures or
images, Videos, Sound
Definition
Theseare raw facts without meaning to the user.
History
Before the advent of computers human beings could deal with
very small amounts of data and could analyse data easily with the
use of natural human intelligence without the use of computers
However as the volume of data surpasses the ability of humans to
make sense of it, programs were designed with instructions and
rules to help human beings understand and analyse data (DBMS)
As data continue to grow exponentially (big data) in recent years
these programs are becaming insufficient in helping people
understand and analyse data
Human beings are turning to automated systems that makes use
of (machine learning) that can learn and adapt to changes in data
patterns
History of Data
Data used to be recorded on flat files
However an Increase in this data was difficult to manage
Data
Analogue Digital
Data Data
Machine
Database
Learning
Data
Data can be divided into
analogue data
digital data
Analogue data
Data from/to input or output devices
Data which a computer cannot understand
Data from the physical environment ie physical
quantities data
Analogue data Features
Vary with output
Changes from time to time
Not consistent
Data is input as analogue
Data is output as analogue
Understood by input or output devices
Digital data
Data which a computer can understand
Data only executed by the processor
Data which is converted to binary ie either a 1 or 0
Digital data features
Consistent with output
Does not change from time to time
Has only two states it's either one or zero
Data varies between 0 or 1
Binary i.e. either its one (on) or o (off )
Data is processed to information as digital
Data is transmitted to other devices as digital
Data is stored as digital in a computer system
Can be structured day or unstructured data
Big Data
Unstructured and structured data
Features
The three main features of big data are
Volume:
the sheer amount of data is on a very large scale
variety:
the type of data being collected is wide-ranging,
varied and may be difficult to classify
velocity:
the data changes quickly and may include constantly
changing data sources.
Structured Data
data that can be defined using traditional database
techniques using fields and records. This means that it
is possible to give each data item a field name and
type. For example, data about a customer or student.
data would fall into this category as it is possible to
identify a field for name and address.