2nd pu notes

2nd PUC Computer Science Chapter 7 Understanding Data Notes | Bubble Sort, Selection Sort, Insertion Sort

Venkatesh A September 3, 2026 25 min read
Computer Science • Class XII
Complete Short Notes & Exam Preparation Guide
Based on the NCERT textbook • Reprint 2026–27
verakworld.com

Chapter Overview

Chapter 7 — Understanding Data
Main Focus Data collection, storage, processing and statistical techniques
Key Statistics Mean, Median, Mode, Range and Standard Deviation

Data is important for decision making. The chapter explains how data is gathered, stored, processed and analysed to obtain useful information. It also introduces structured and unstructured data and statistical techniques used for summarising data.

⭐ Exam Focus: Remember the definitions of data, structured data, unstructured data, metadata, data storage, data processing, mean, median, mode, range and standard deviation.
verakworld.com
verakworld.com

7.1 Introduction to Data

People often make decisions using data or information. For example, while choosing a college, one may consider placement data of previous years, educational qualification and experience of faculty members, laboratory and hostel facilities, fees and other information.

Governments systematically collect and record population data through a process called census. Census data provides useful information for planning and formulating policies. Similarly, sports teams analyse previous performances of opponent teams to make strategies. Banks maintain customer data, account details and transaction information.

Meaning of Data: Data is a collection of characters, numbers and other symbols that represents values of some situations or variables.
  • Data is plural.
  • The singular form of data is datum.
  • Computers store data in electronic form because data processing becomes faster and easier compared with manual processing.
  • The ICT revolution involving computers, mobiles and the Internet has resulted in generation of large volumes of data at a very fast pace.

Examples of Data

  • Name, age, gender and contact details of a person.
  • Transaction data generated through banking, ticketing and shopping, whether online or offline.
  • Images, graphics, animations, audio and video.
  • Documents and web pages.
  • Online posts, comments and messages.
  • Signals generated by sensors.
  • Satellite data including meteorological data, communication data and earth observation data.
⭐ Exam Point: Data itself may not directly provide a conclusion. It needs to be gathered, processed and analysed to obtain useful results for decision making.
verakworld.com

7.1.1 Importance of Data

Human beings rely on data for making decisions. Large amounts of data, when processed using computers, can reveal possibilities or hidden traits that may not be visible directly to humans.

Examples Showing Importance of Data

  • ATM: When money is withdrawn from an ATM, the bank needs to debit the withdrawn amount from the linked account and therefore needs to maintain and update data.
  • Meteorological offices: Satellite data is continuously monitored for upcoming cyclones or heavy rain.
  • Business organisations: Market behaviour, customer demands and feedback are analysed to take appropriate actions.
  • Dynamic pricing: Airlines and railways may decide prices based on relationships between demand and supply. Cab booking apps may increase or decrease prices according to demand.
  • Restaurants: Sales data from different time periods can be analysed to decide when and how much discount to offer.
  • Electronic voting machines: Voting data from machines is accumulated to declare election results in a shorter time than manual counting of ballot papers.
  • Scientists: Data is recorded during experiments to calculate and compare results.
  • Pharmaceutical companies: Data is recorded while trying out a new medicine to see its effectiveness.
  • Libraries: Data about books and library membership is maintained.
  • Search engines: Results are provided after analysing large volumes of data available on websites across the World Wide Web.
  • Weather alerts: Alerts are generated by analysing data received from satellites.
Knowledge Base: A knowledge base is a store of information consisting of facts, assumptions and rules which an AI system can use for decision making.
verakworld.com

7.1.2 Types of Data

Data comes from different sources and can have different formats. An image is a collection of pixels, a video is made up of frames, a fee slip contains numeric and non-numeric entries, and messages/chats may contain text, icons, images and videos.

Based on format, data can be broadly classified into:

(A) Structured Data Data organised and recorded in a well-defined format.
(B) Unstructured Data Data that is not in the traditional row-and-column structure.
Metadata Data about data.
verakworld.com

(A) Structured Data

Definition: Data which is organised and can be recorded in a well-defined format is called structured data.

Structured data is usually stored in a computer in a tabular format consisting of rows and columns.

  • Each column represents different data for a particular parameter.
  • A parameter may be called an attribute, characteristic or variable.
  • Each row represents data of an observation for different attributes.

Table 7.1 — Structured Data About Kitchen Items in a Shop

ModelNo ProductName Unit Price Discount (%) Items_in_Inventory
ABC1Water bottle126813
ABC2Melamine Plates320545
ABC3Dinner Set4200108
GH67Jug80010
GH78Table Spoon120514
GH81Bucket190126
NK2Kitchen Towel25032
verakworld.com

Using a spreadsheet or similar software, the shop owner can find the total number of items by summing the Items_in_Inventory column. The total value of the inventory can be calculated by multiplying each Unit Price by the corresponding Items_in_Inventory and then finding their sum.

Table 7.2 — Attributes Maintained for Different Activities

Entity / Activities Data Fields / Parameters / Attributes
Books at a shop BookTitle, Author, Price, YearofPublication
Depositing fees in a school StudentName, Class, RollNo, FeesAmount, DepositDate
Amount withdrawal from ATM AccHolderName, AccountNo, TypeofAcc, DateofWithdrawal, AmountWithdrawn, ATMid, TimeOfWithdrawal
verakworld.com
⭐ Exam Point: The main feature of structured data is that it is organised in a well-defined form, commonly using rows and columns.
verakworld.com

(B) Unstructured Data

Definition: Data which is not in the traditional row-and-column structure is called unstructured data.

A newspaper contains different types of news items, images and advertisements, but it does not follow a fixed pattern for placing them. Similarly, an email does not have a fixed structure regarding the number of lines or paragraphs or the number of files that can be attached.

Examples of Unstructured Data

  • Web pages containing text and multimedia contents such as images, graphics and audio/video.
  • Text documents.
  • Business reports.
  • Books.
  • Audio/video files.
  • Social media messages.

Although there are ways to process unstructured data, the book focuses on handling structured data.

Metadata

Definition: Metadata is basically data about data.

For example, different parts of an email can be described as subject, recipient, main body and attachment. These are metadata for the email data.

Similarly, metadata for an image file may include image size in KB or MB, image type such as JPEG or PNG, and image resolution.

Concept Meaning / Example from the Chapter
Structured Data Organised in a well-defined format, usually rows and columns.
Unstructured Data Data not in the traditional row-and-column structure.
Metadata Data about data, such as email parts or image size, type and resolution.
verakworld.com

7.2 Data Collection

Meaning: Data collection means identifying already available data or collecting data from appropriate sources.

Before processing data, we need to collect or gather it. The collected data can then be stored in a file or database for later use.

Example: Sales Data in a Grocery Store

  1. If sales data is available with the shopkeeper in a diary or register, it can be entered into a digital format such as a spreadsheet.
  2. If data is already available digitally, for example in a CSV (comma separated values) file, it can be used.
  3. If the shopkeeper has not recorded data in either form but wants software for maintaining sales data and accounts, software may be developed using a programming language such as Python. It can be used to store and retrieve data from a CSV file or a database management system such as MySQL.

Data Generation and Collection

  • Digital interactions continuously generate large volumes of data.
  • Hospitals collect patient data to improve their services.
  • Shopping malls collect data about items purchased by people.
  • Analysis may show that bedsheets and groceries are frequently bought together, which may lead a shop owner to display them near each other to increase sales.
  • A political analyst may analyse posts and messages on a social media platform to examine public opinion before an election.
  • Organisations such as World Bank and International Monetary Fund (IMF) collect economic data from different countries for economic forecasts.
verakworld.com

7.3 Data Storage

Definition: Data storage is the process of storing data on storage devices so that the data can be retrieved later.

After gathering and processing data, it may be stored for future use rather than discarded. Large volumes of data are generated at a high rate, making data storage a challenging task. The decrease in the cost of digital storage devices has helped simplify this task.

Digital Storage Devices Mentioned in the Chapter

Hard Disk Drive (HDD)
Solid State Drive (SSD)
CD/DVD
Tape Drive
Pen Drive
Memory Card
verakworld.com

Images, documents, audio/videos and other data can be stored as files in computers. School and hospital data can also be stored in data files. Computers can be used to add, modify or delete data in these files and process the data files to obtain results.

⭐ Important: File processing has certain limitations. These limitations can be overcome through a Database Management System (DBMS).
verakworld.com

7.4 Data Processing

Data contains valuable facts and information useful in decision making. However, conclusions cannot normally be reached just by looking at a vast amount of data. Data needs to be processed to get results and, after analysing those results, conclusions or decisions can be made.

Examples of Automated Data Processing

  • Online bill payment
  • Registration of complaints
  • Booking tickets

Figure 7.1 — Steps in Data Processing

RAW DATA Numbers / Text / Image
Data Processing
INFORMATION In the form of table / chart / text
Input
  • Data Collection
  • Data Preparation
  • Data Entry
Processing
  • Store
  • Retrieve
  • Classify
  • Update
Output
  • Reports
  • Results
  • Processing System
Figure 7.1: Steps in data processing
verakworld.com

Figure 7.2 — Data Based Problem Statements

A website handling online filling of student details for a competitive examination and generating admit card

Inputs against which data are collected Student details like name, address, qualification, marks, mobile number, photo and sign, center choice, online fee payment details like credit/debit card, net banking or other mode of payment, etc.
Processing Processing of filled in details for correctness of data received, eligibility as per advertisement or not, fees paid or not, photo and signature uploaded or not. Then, generate a roll number and add this applicant in the list of eligible applicants.
Output Examination Admit card specifying roll number, center address, date and time of test.

A Bank handling withdrawals of cash through ATMs of its own branch

Inputs against which data are collected ATM PIN number, account type, account number, card number, ATM location from where money was withdrawn, date and time, and amount to be withdrawn.
Processing Checking for valid PIN number, existing bank balance, if satisfied, then deduction of amount from that account and counting of rupees and initiate printing of receipt.
Output Currency notes, printed slip with transaction details.

Issue of train ticket

Inputs against which data are collected Journey start and end stations, date of journey, number of tickets required, class of travel (Sleeper/AC/other), berth preference (if any), passenger name(s) and age(s), mobile and email id, payment related details, etc.
Processing Verify login details and check availability of berth in that class. If payment done, issue tickets and deduct that number from the total available tickets on that coach. Allocate PNR number and berths or generate a waiting number for that ticket.
Output Generate ticket with berth and coach number, or issue ticket with a waiting list number.
Figure 7.2: Data based problem statements
verakworld.com
verakworld.com

7.5 Statistical Techniques for Data Processing

Given a set of data values, data needs to be processed to obtain information. Various techniques help in getting a preliminary understanding of the data. Summarisation methods are applied on tabular data for easy comprehension.

The chapter discusses two broad groups of statistical techniques:

  1. Measures of Central Tendency
  2. Measures of Variability
verakworld.com

7.5.1 Measures of Central Tendency

A measure of central tendency is a single value that gives us some idea about the data.

The three most common measures of central tendency are:

Mean Gives an idea about the average.
Median Gives the middle value.
Mode Gives the value with the highest frequency of occurrence.
verakworld.com

(A) Mean

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

For example, instead of looking at every individual weight of 40 students, the average can be calculated to get an idea about the average weight of the students.

Formula

Given n values x1, x2, x3, …, xn, the mean is:

x̄ = Σxi / n
Example 7.1

Assume that height (in cm) of students in a class are:

“` [90, 102, 110, 115, 85, 90, 100, 110, 110]
“`

The mean or average height is:

(90 + 102 + 110 + 115 + 85 + 90 + 100 + 110 + 110) / 9 = 912 / 9 = 101.33 cm
Note: Mean is not a suitable choice if there are outliers in the data. To calculate mean, the outliers or extreme values should be removed from the given data and then the mean of the remaining data can be calculated.
Outlier: An outlier is an exceptionally large or small value compared to other values of the data. Usually, outliers are considered as error since they can influence or affect the average or other statistical calculations based on the data.
verakworld.com

(B) Median

Definition: When all the values are sorted in ascending or descending order, the middle value is called the Median.
  • For an odd number of values, the median is the value at the middle position.
  • For an even number of values, the median is the average of the two middle values.
  • Median represents the central value at which the given data is equally divided into two parts.
Example 7.2

The height data used for Example 7.1 is first sorted in ascending order:

“` [85, 90, 90, 100, 102, 110, 110, 110, 115]
“`

There are 9 values, which is an odd number. Therefore, the median is the value at position 5:

Median = 102 cm

The median is the actual central value at which the data is equally divided into two parts.

verakworld.com

(C) Mode

Definition: The value that appears the most number of times in the given data of an attribute or variable is called Mode.
  • Mode is based on the frequency of occurrence of distinct values.
  • A data set has no mode if each value occurs only once.
  • There may be multiple modes if more than one value has the same highest frequency.
  • Mode can be found for both numeric and non-numeric data.
Example 7.3

In the height list, 110 is the mode because it occurs 3 times, which is more than the frequency of the other values.

verakworld.com

7.5.2 Measures of Variability

Measures of variability refer to the spread or variation of values around the mean. They are also called measures of dispersion and indicate the degree of diversity in a data set.

Two different data sets can have the same mean, median or mode but completely different levels of dispersion, or vice versa.

The common measures of dispersion or variability discussed are:

Range Difference between maximum and minimum values.
Standard Deviation Measures spread using all the given data values.
Purpose Understand how much the values vary or spread.

(A) Range

Definition: Range is the difference between the maximum and minimum values of the data.
  • Range is the largest value minus the smallest value.
  • Range can be calculated only for numerical data.
  • It is a measure of dispersion.
  • It tells about the coverage or spread of data values.
  • Since range uses two extreme values, an outlier can badly influence the result.

Formula

If M is the largest/maximum value and S is the smallest/minimum value:

Range = M − S = Maximum − Minimum
Example 7.4

Minimum height = 85 cm
Maximum height = 115 cm

Range = 115 − 85 = 30 cm
verakworld.com

(B) Standard Deviation

Meaning: Standard deviation refers to differences within a group or set of data of a variable. Like range, it also measures the spread of data.

Unlike range, which uses only two extreme values, standard deviation considers all the given data.

It is calculated as the positive square root of the average of squared differences of each value from the mean value of the data.

  • A smaller standard deviation means the data are less spread.
  • A larger standard deviation means the data are more spread.

Formula

Given n values x1, x2, x3, …, xn and their mean x̄:

σ = √[ Σ(xi − x̄)2 / n ]
Example 7.5

The standard deviation is calculated for the height of nine students used while calculating the mean. The mean is:

x̄ = 101.33 cm

Each value is subtracted from the mean and the resulting difference is squared. The sum of squared differences is divided by the total number of values and the square root is taken.

Table 7.3 — Standard Deviation of Height of 9 Students

Height (x) in cm x − x̄ (x − x̄)2
85-16.33266.67
90-11.33128.37
90-11.33128.37
100-1.331.77
1020.670.36
1108.6775.17
1108.6775.17
1108.6775.17
11513.67186.87
n = 9     x̄ = 101.33 Σ(x − x̄)2 = 938.00
σ = √(938 / 9) = √104.22 ≈ 10.2 cm
verakworld.com

Selecting a Suitable Statistical Technique

The chapter asks students to select a suitable statistical technique from Mean, Median, Mode, Range and Standard Deviation for different problems.

Problem Statement Choose Suitable Statistical Method
The management of a company wants to know about disparity in salaries of all employees. Standard Deviation
Teacher wants to know about the average performance of the whole class in a test. Mean
Compare height of residents of two cities. Mean
Find the dominant value from a set of values. Mode
Compare income of residents of two cities. Mean
Find the popular color for car after surveying the car owners of a small city. Mode
verakworld.com

Understanding statistical techniques helps in deciding which technique should be used to arrive at a decision. Different programming tools are available for efficient analysis of large volumes of data. These tools use statistical techniques for data analysis.

Python is one such programming tool and has libraries specially built for data processing and analysis. The chapter notes that these are covered in following chapters.

verakworld.com

❓ Questions & Answers

1-Mark Questions

1 Mark What is data?
Data is a collection of characters, numbers and other symbols that represents values of some situations or variables.
1 Mark What is the singular form of data?
The singular form of data is datum.
1 Mark What is structured data?
Structured data is data that is organised and can be recorded in a well-defined format.
1 Mark What is unstructured data?
Data that is not in the traditional row-and-column structure is called unstructured data.
1 Mark What is metadata?
Metadata is basically data about data.
1 Mark What is data storage?
Data storage is the process of storing data on storage devices so that data can be retrieved later.
1 Mark Name three measures of central tendency.
Mean, median and mode.
1 Mark What is mode?
Mode is the value that appears the most number of times in the given data of an attribute or variable.
1 Mark What is range?
Range is the difference between the maximum and minimum values of the data.
1 Mark What does a smaller standard deviation indicate?
A smaller standard deviation means the data are less spread.
verakworld.com

2-Mark Questions

2 Marks Differentiate between structured and unstructured data.
Basis Structured Data Unstructured Data
Organisation Organised in a well-defined format. Does not follow the traditional row-and-column structure.
Example Kitchen inventory maintained in rows and columns. Web pages containing text and multimedia contents.
2 Marks Explain mean and median.
Mean: The average of numeric values of an attribute.
Median: The middle value when all values are sorted in ascending or descending order.
2 Marks Mention any four digital storage devices from the chapter.
Hard Disk Drive (HDD), Solid State Drive (SSD), CD/DVD and Pen Drive.
2 Marks What are the two measures of variability discussed in the chapter?
Range and Standard Deviation.
verakworld.com

3-Mark Questions

3 Marks Explain the three cases of sales data availability in a grocery store.
  1. Sales data in a diary or register can be entered into a digital format such as a spreadsheet.
  2. Already digital data, such as a CSV file, can be used directly.
  3. If no data has been recorded, software can be developed using a programming language such as Python to store and retrieve data from a CSV file or a database management system such as MySQL.
3 Marks Explain the difference between range and standard deviation.
Range uses only the maximum and minimum values, whereas standard deviation considers all the given data values. Range is the difference between maximum and minimum values, while standard deviation is the positive square root of the average of squared differences from the mean.
3 Marks Explain the rules for finding median.
First arrange the data in ascending or descending order. If the number of values is odd, the middle value is the median. If the number of values is even, the average of the two middle values is the median.
verakworld.com

4/5-Mark Questions

4/5 Marks Explain the steps involved in data processing.
The data processing cycle shown in the chapter consists of:
  1. Input: Data Collection, Data Preparation and Data Entry.
  2. Processing: Store, Retrieve, Classify and Update.
  3. Output: Reports and Results through the processing system.
The overall process converts raw data such as numbers, text or images into information in the form of a table, chart or text.
4/5 Marks Explain the measures of central tendency.
The three common measures are:
  1. Mean: Average of numeric values.
  2. Median: Middle value after sorting the values.
  3. Mode: Value occurring the most number of times.
4/5 Marks Explain measures of variability.
Measures of variability indicate the spread or variation of data. The chapter discusses:
  • Range: Maximum − Minimum.
  • Standard Deviation: Positive square root of the average of squared differences of each value from the mean.
verakworld.com

📝 Important Questions

1 Mark

Define data.
What is the singular form of data?
Define structured data.
Define unstructured data.
What is metadata?
Define mean.
Define median.
Define mode.
Define range.
What is standard deviation?
verakworld.com

2 Marks

Differentiate between structured and unstructured data with one example.
Explain metadata with examples.
List the digital storage devices mentioned in the chapter.
Differentiate between mean and median.
Differentiate between range and standard deviation.
verakworld.com

3 Marks

Explain the three situations of sales data availability in a grocery store.
Explain how data is collected and used in different scenarios mentioned in the chapter.
Explain how median is calculated for odd and even numbers of values.
Explain the characteristics of mode.
verakworld.com

4/5 Marks

Explain the steps in data processing with the help of the data processing cycle.
Explain measures of central tendency: mean, median and mode.
Explain measures of variability: range and standard deviation.
Explain the data-based problem statements for online examination registration, ATM withdrawal and train ticket issue.
Calculate mean, median, mode, range or standard deviation for a suitable data set based on the concepts given in the chapter.
verakworld.com

⚡ Quick Revision

Important Definitions

  • Data — collection of characters, numbers and other symbols representing values.
  • Structured data — organised in a well-defined format.
  • Unstructured data — data not in traditional row-and-column structure.
  • Metadata — data about data.
  • Data storage — storing data so it can be retrieved later.
  • Mean — average of numeric values.
  • Median — middle value after sorting.
  • Mode — value occurring most frequently.
  • Range — maximum minus minimum.
  • Standard deviation — positive square root of average squared difference from mean.

Important Terms

  • Datum
  • Census
  • Attribute
  • Characteristic
  • Variable
  • Metadata
  • CSV
  • DBMS
  • Outlier
  • Dispersion

Important Concepts

  • Data supports decision making.
  • Data can be structured or unstructured.
  • Data is collected before processing.
  • Data may be stored for future retrieval.
  • Processing converts raw data into useful information.
  • Statistical techniques help summarise data.

Important Storage Devices

  • Hard Disk Drive (HDD)
  • Solid State Drive (SSD)
  • CD/DVD
  • Tape Drive
  • Pen Drive
  • Memory Card
verakworld.com

Important Differences

Basis Structured Data Unstructured Data
Format Well-defined format. No traditional row-and-column structure.
Organisation Usually arranged in rows and columns. Does not follow a fixed structure.
Example Shop inventory table. Web pages, text documents, books, audio/video files and social media messages.
verakworld.com

Important Formulas

Mean: x̄ = Σxi / n
Range: Range = M − S = Maximum − Minimum
Standard Deviation: σ = √[Σ(xi − x̄)2 / n]
verakworld.com

Important Statistical Techniques

Technique Remember
Mean Average of numeric values.
Median Middle value after sorting.
Mode Most frequently occurring value.
Range Maximum − Minimum.
Standard Deviation Measures spread using all given values.
verakworld.com

Important Diagrams / Flowcharts to Revise

  • Figure 7.1 — Steps in Data Processing.
  • Figure 7.2 — Data Based Problem Statements.
  • Data processing cycle: Input → Processing → Output.
verakworld.com

🔁 Final Revision

  1. Data is used for decision making.
  2. Data can be structured or unstructured.
  3. Metadata means data about data.
  4. Data must be collected before processing.
  5. Data can be stored in files or databases.
  6. Common storage devices include HDD, SSD, CD/DVD, Tape Drive, Pen Drive and Memory Card.
  7. Data processing converts raw data into useful information.
  8. The processing cycle includes Input, Processing and Output.
  9. Central tendency includes Mean, Median and Mode.
  10. Variability includes Range and Standard Deviation.
  11. Mean is sensitive to outliers.
  12. Median is obtained after sorting the values.
  13. Mode is based on frequency of occurrence.
  14. Range uses maximum and minimum values.
  15. Standard deviation considers all the given data values.
⭐ Last-Minute Exam Tip: Revise all definitions, the structured-versus-unstructured comparison, data processing cycle, mean/median/mode concepts, range and standard deviation formulas, Example 7.1 to Example 7.5, Tables 7.1–7.3, Figures 7.1–7.2 and the textbook exercise.
verakworld.com

📘 Textbook Exercise

1. Identify data required to be maintained to perform the following services:

a) Declare exam results and print e-certificates
b) Register participants in an exhibition and issue biometric ID cards
c) To search for an image by a search engine
d) To book an OPD appointment with a hospital in a specific department
2. A school having 500 students wants to identify beneficiaries of the merit-cum means scholarship, achieving more than 75% for two consecutive years and having family income less than 5 lakh per annum. Briefly describe data processing steps to be taken to prepare the list of school beneficiaries.
3. A bank ‘xyz’ wants to know about its popularity among the residents of a city ‘ABC’ on the basis of number of bank accounts each family has and the average monthly account balance of each person. Briefly describe the steps to be taken for collecting data and what results can be checked through processing of the collected data.
4. Identify type of data being collected/generated in the following scenarios:

a) Recording a video
b) Marking attendance by teacher
c) Writing tweets
d) Filling an application form online
5. Consider the temperature (in Celsius) of 7 days of a week as 34, 34, 27, 28, 27, 34, 34. Identify the appropriate statistical technique to be used to calculate:

a) Find the average temperature.
b) Find the temperature Range of that week.
c) Find the standard deviation temperature.
6. A school teacher wants to analyse results. Identify the appropriate statistical technique to be used along with its justification for:

a) Teacher wants to compare performance in terms of division secured by students in Class XII A and Class XII B where each class strength is same.
b) Teacher has conducted five unit tests for that class in months July to November and wants to compare the class performance in these five months.
7. Suppose annual day of your school is to be celebrated. The school has decided to felicitate those parents of the students studying in classes XI and XII, who are alumni of the same school. In this context:

a) Which statistical technique should be used to find out the number of students whose both parents are alumni of this school?
b) How varied are the age of parents of the students of that school?
8. For the annual day celebrations, the teacher is looking for an anchor in a class of 42 students. The teacher would make selection of an anchor on the basis of singing skill, writing skill, as well as monitoring skill.

a) Which mode of data collection should be used?
b) How would you represent the skill of students as data?
9. Differentiate between structured and unstructured data giving one example.
10. The principal of a school wants to do the following analysis on the basis of food items procured and sold in the canteen:

a) Compare the purchase and sale price of fruit juice and biscuits.
b) Compare sales of fruit juice, biscuits and samosa.
c) Variation in sale price of fruit juices of different companies for same quantity (in ml).

Create an appropriate dataset for these items (fruit juice, biscuits, samosa) by listing their purchase price and sale price. Apply basic statistical techniques to make the comparisons.
verakworld.com

📌 Chapter Summary

  • Data refers to unorganised facts that can be processed to generate meaningful result or information.
  • Data can be structured or unstructured.
  • Hard Disk, SSD, CD/DVD, Pen Drive, Memory Card, etc. are commonly used storage devices.
  • Data Processing cycle involves input and storage of data, its processing and generating output.
  • Summarising data using statistical techniques helps reveal data characteristics.
  • Mean, Median, Mode, Range and Standard Deviation are statistical techniques used for data summarisation.
  • Mean is the average of given values.
  • Median is the middle value when data is sorted in ascending or descending order.
  • Mode is the data value that appears most number of times.
  • Range is the difference between the maximum and minimum values.
  • Standard deviation is the positive square root of the average of squared difference of each value from the mean.
verakworld.com
verakworld.com

2nd PUC / Class XII Computer Science • Chapter 7 — Understanding Data

Complete Short Notes & Exam Preparation Guide

verakworld.com

Leave a Comment