0% found this document useful (0 votes)
5 views3 pages

Data Types and Statistical Measures Explained

notes on class 12th chapter

Uploaded by

deekshas5728
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views3 pages

Data Types and Statistical Measures Explained

notes on class 12th chapter

Uploaded by

deekshas5728
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

1.

Data is raw, unorganized facts and figures, while information is data that has been processed, organized, and
presented in a meaningful context. Essentially, information is derived from data by adding structure, context,
and interpretation.
2. Structured data:
o Data which is organised and can be recorded in a well defined format is called structured
data.
o Structured data is usually stored in computer in a tabular (in rows and columns) format
where each column represents different data for a particular parameter called attribute.

Unstructured Data:

o data which are not in the traditional row and column structure is called unstructured data
o there is no particular format nor any fixed structure for data.
3. *** inventory of kitchen items maintained by a shop.
***Amount withdrawal from ATM

4. content of an email and audio/video files.


5. Mean is simply the average of numeric values of an attribute. Mean is also called average.
Formula:

6. Median is also computed for a single attribute/variable at a time. When all the values are sorted in ascending
or descending order, the middle value is called the Median.
If the list has even number of values, then median is the average of the two middle values
7. Value that appears most number of times in the given data of an attribute/variable is called Mode.
It is computed on the basis of frequency of occurrence of distinct values in the given data.
8. It is the difference between maximum and minimum values of the data. Range can be calculated only for
numerical data. It is a measure of dispersion and tells about coverage/spread of data values.
9. Like Range, it also measures the spread of data. However, unlike Range which only uses two extreme values
in the data, calculation of standard deviation considers all the given data.
10. Hard Disk Drive (HDD), Solid State Drive (SSD), CD/DVD, Tape Drive, Pen Drive, Memory Card
11. Measure of central tendency, measure of variablility
12. Range:
o It is the difference between maximum and minimum values of the data
o Range which only uses two extreme values in the data
o It is a measure of dispersion and tells about coverage/spread of data values.

Standard Deviation:

o Standard deviation refers to differences within the group or set of data of a variable
o calculation of standard deviation considers all the given data
o It is calculated as the positive square root of the average of squared difference of each value
from the mean value of data
13. Structered data
14. A) Input
B) Processing
c)output
5 MARKS

1. Structured Data : Data which is organised and can be recorded in a well defined format is called structured
data. Structured data is usually stored in computer in a tabular format where each column represents
different data for a particular parameter called attribute.
EG: Depositing fees in school
Unstructured Data: there is no particular format nor any fixed structure for unstructured data. Unstructured
data are sometimes described with the help of some other data called metadata. Metadata is basically data
about data.
Eg: text documents, business reports

2. a)The electronic voting machines are used for recording the votes cast. Subsequently, the voting data from all
the machines are accumulated to declare election results in a short time as compared to manual counting of
ballot papers.

b) Scientists record data while doing experiments to calculate and compare results.
c) Pharmaceutical companies record data while trying out a new medicine to see its effectiveness.
d) Libraries maintain data about books in the library and the membership of the library.
e)The search engines give us results after analysing large volume of data available on the websites across
World Wide Web (www).

3. Mean: Mean is simply the average of numeric values of an attribute. Mean is also called average

Given n values x1, x2, x3,...xn, mean is computed as

Median: Median is also computed for a single attribute/variable at a time. When all the values are sorted in
ascending or descending order, the middle value is called the Median. Median represents the central value at which
the given data is equally divided into two parts.

Mode: Value that appears most number of times in the given data of an attribute/variable is called Mode. It
is computed on the basis of frequency of occurrence of distinct values in the given data.

Eg: Assume that height (in cm) of students in a class are as follows [90,102,110,115,85,90,100,110,110].

Mean=

Median=

We have sorted the height data in ascending order as [85,90,90,100,102,110,110,110, 115]. As there are total 9
values (odd number), the median is the value at position 5, that is 102 cm, whether counted from left to right or from
right to left. Median represents the actual central value at which the given data is equally divided into two parts.

Mode= In the list of height of students, mode is 110 as its frequency of occurrence in the list is 3, which is larger than
the frequency of rest of the values.

4. Standard deviation refers to differences within the group or set of data of a variable. Like Range, it also measures
the spread of data. However, unlike Range which only uses two extreme values in the data, calculation of standard
deviation considers all the given data. It is calculated as the positive square root of the average of squared difference
of each value from the mean value of data.
Eg: Assume that height (in cm) of students in a class are as follows [90,102,110,115,85,90,100,110,110].

5. data need to be processed to get results and after analysing those results, we make conclusions or decisions. We
find automated data processing in situations like online bill payment, registration of complaints, booking tickets, etc

6. Range : It is the difference between maximum and minimum values of the data (the largest value minus the
smallest value). Range can be calculated only for numerical data. It is a measure of dispersion and tells about
coverage/spread of data values. As range is calculated based on the two extreme values, any outlier in the data badly
influences the result.

Standard deviation: Standard deviation refers to differences within the group or set of data of a variable. Like Range,
it also measures the spread of data. However, unlike Range which only uses two extreme values in the data,
calculation of standard deviation considers all the given data. It is calculated as the positive square root of the
average of squared difference of each value from the mean value of data.

Common questions

Powered by AI

Metadata provides a structured framework for unstructured data by offering descriptive information about the data, such as the content, context, and creation details. This allows unstructured data, which lacks a formal structure, to be indexed, searched, and retrieved effectively . Metadata essentially acts as "data about data," facilitating better organization and access to unstructured data sources, like text documents and reports, within large data systems .

An outlier has a disproportionate impact on the calculation of range as it stretches the difference between the maximum and minimum values, potentially skewing the measure of dispersion . For the mean, an outlier can significantly affect the average, especially in small datasets, as it adds extreme values to the sum. However, the standard deviation, while affected, provides a less biased view since it incorporates all values and spreads them relative to the mean. It is still influenced but less dramatically than the mean or range .

Structured data is organized and stored in a well-defined format, typically in tables with rows and columns where each column represents a different parameter known as an attribute . This enables easy data entry, querying, and analysis. In contrast, unstructured data lacks a predefined format or structure, making it less accessible for traditional database operations. Instead, unstructured data, such as text documents or multimedia files, may rely on metadata for description and management .

Standard deviation is a more comprehensive measure of data spread than range because it considers all data points, not just the extremes. It calculates the average squared deviation of each data point from the mean, providing insight into how data values are distributed relative to the mean. This makes standard deviation less susceptible to outliers than range, which only considers the difference between the maximum and minimum values .

Deriving information from raw data involves organizing, processing, and interpreting data to provide meaningful insights or context. This transformation is crucial as raw data alone lacks context and usability. By adding structure, such as sorting or aggregating data into tables, and applying analytical techniques to interpret it, data becomes informative. This process is vital for making informed decisions, guiding business strategies, and optimizing operations, as seen in automated systems like search engines or electronic voting machines, where analyzed data leads to actionable outcomes .

Data organization in libraries is crucial as it facilitates efficient management of resources, allowing users to locate and access books quickly. Structured data about books—such as titles, authors, and locations—enables librarians to keep track of inventories, manage memberships, and perform catalog updates seamlessly. This organization enhances user experience and operational efficiency, ensuring that library resources are utilized optimally and preserved accurately . Effective data management underpins the robustness of a library's services and its ability to support research and learning.

Automated data processing is most beneficial in scenarios that require rapid data handling and decision-making, such as online bill payment, complaint registration, and ticket booking. In these situations, automated processing reduces human error, accelerates transaction times, and enhances efficiency. It allows for real-time processing and immediate feedback or output, which is crucial in high-volume, data-driven activities where speed and accuracy are essential .

Electronic voting machines enhance the efficiency of election result processing by quickly recording and tallying votes, thus minimizing the time needed to declare results. Unlike manual counting, which is labor-intensive and prone to errors, electronic systems accumulate data on votes instantaneously and reduce human involvement, thereby increasing speed and accuracy in result declaration . These systems streamline the election process, making it more reliable and trustworthy for stakeholders.

Mean, median, and mode are all measures of central tendency but differ in calculation and application. The mean is the arithmetic average of all values and is sensitive to outliers, which can skew the results. Median is the middle value in a sorted list and is robust against outliers, providing a better central value in skewed distributions. Mode identifies the most frequently occurring value, helpful in categorical data where averages are meaningless . Each provides different insights into the distribution of data and is used based on the data type and distribution characteristics.

Statistical measures like mean, median, and mode help in summarizing and interpreting experimental data, offering insights into its central tendency. The mean provides an overall average, allowing researchers to understand typical data values, while the median gives the middle point in a dataset, useful in skewed data distributions to represent typical observations. Mode identifies the most common occurrences, critical in categorical data analysis. Together, these measures facilitate deeper insights into experimental outcomes, enable comparison across datasets, and support hypothesis testing .

You might also like