EI Assignment 1 PDF
EI Assignment 1 PDF
Assignment No. 1
Data forms and Data conversion
Data forms: In computing, data is information that has been translated into a form that is
efficient for movement or processing. It is acceptable for data to be used as a singular subject
or a plural subject. Raw data is a term used to describe data in its most basic digital format.
A data form provides a convenient means to enter or display one complete row of information in
a range or table without scrolling horizontally. You may find that using a data form can
make data entry easier than moving from column to column when you have more columns
of data than can be viewed on the screen.
Data conversion: Data conversion is the conversion of one data format into another. It is a
technical process mostly done by software, although rarely hardware or human intervention is
used. The sole purpose of the data conversion is to enable interoperability and to maintain all
of the data with embedding as much as information as possible. Data conversion can be
simple or complex based on the environment and data formats involved. Data is handled by
the operating system and different applications in different manners, so in order to use the
same data for other operating systems or applications, data must be converted.
Data conversion is only possible if the target format is able to support the same data
features and constructs of the source data. If the format specifications are not known, reverse
engineering can be used to convert the data. In most cases, this would only lead to a close
approximation of the original specification. In data conversion, information can easily be
removed by application or conversion agent. However adding the information is an uphill task.
Data conversion is performed in most cases in a rule-based fashion. The rules can be established
by the operating system, application, and the programming language or even by the
programmer. Successful data conversion helps in the smooth functionality of applications
dependent on the concerned data. However, data conversion can be a painstaking task,
especially in the case of complex data formats. If not done properly, it could also lead to loss
of information.
Analog signal: An analog signal is a continuous signal that contains time-varying quantities.
Unlike a digital signal, which has a discrete value at each sampling point, analog signal has
constant fluctuations. Analog is best explained by the transmission of signal such as sound or
human speech, over an electrified copper wire. In its native form, human speech is an
oscillatory disturbance in the air. Which varies in terms of its volume or power (amplitude) and
its pitch or tone (frequency)? Analogous variations in electrical or radio waves are created in
order to transmit the analog information signal for video or audio or both over a network from
a transmitter to a receiver (TV set, computer connected with antenna). At the receiving end an
approximation (analog) of the original information is presented.
Analog signal can have infinite number of values and varies continuously with time.
Analog signal is usually represented by sine wave.
As shown in figure each cycle consists of a single arc above the time axis followed by
a single arc below the time axis.
Example of analog signal is human voice. When we speak, we use air to transmit an
analog signal. Electrical signal from an audio tape, can also be in analog form.
The transition of a digital signal from one value to other value is instantaneous.
Digital signals are represented by square wave.
In digital signals 1 is represented by having a positive voltage and 0 is represented by having
no voltage or zero voltage as shown in figure.
All the signals generated by computers and other digital devices are digital in nature.
Analog to Digital Converter samples the analog signal on each falling or rising edge of
sample clock. In each cycle, the ADC gets of the analog signal, measures and converts it into
a digital value. The ADC converts the output data into a series of digital values by approximates
the signal with fixed precision.