Skip to main content
Chapter 7 of 13
NCERT Solutions

Understanding Data

CBSE · Class 12 · Computer Science

NCERT Solutions for Understanding Data — CBSE Class 12 Computer Science.

43 questions84 flashcards5 concepts

Interactive on Super Tutor

Studying Understanding Data? Get the full interactive chapter.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan — built for ncert solutions and more.

1,000+ Class 12 students started this chapter today

An infographic illustrating the progression from raw data to information, then knowledge, understanding, and finally wisdom, as described by Gary Schubert's quote.
Super Tutor

This is just one of 10+ visuals inside Super Tutor's Understanding Data chapter

Explore the full set
13 Questions Solved · 1 Section

7 worked solutions below. Unlock all 13 free in Super Tutor

EXERCISE

1Identify data required to be maintained to perform the following services:Show solution
To perform these services, the following data need to be maintained:

a) Declare exam results and print e-certificates
- Student name
- Roll number
- Class/section
- Subject-wise marks/grades
- Total marks/percentage
- Result status (pass/fail)
- Certificate details such as certificate number and year

b) Register participants in an exhibition and issue biometric ID cards
- Participant name
- Age
- Gender
- Address/contact details
- Exhibition category/role
- Photograph
- Biometric details such as fingerprint/iris data
- ID card number

c) To search for an image by a search engine
- Image file/URL
- Image name or title
- Keywords/tags
- Metadata such as image size, format, resolution, and description

d) To book an OPD appointment with a hospital in a specific department
- Patient name
- Age and gender
- Contact details
- Patient ID/registration number
- Department name
- Doctor name, if any
- Date and time of appointment
- Symptoms/reason for visit

Not sure why a step works? check your working in Super Tutor

2A 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 by the to beneficial prepare the list of school.Show solution
To prepare the list of eligible students, the school should follow these data processing steps:

1. Collect data of all 500 students from school records.
2. Maintain the needed fields such as:
- Student name
- Class/section
- Marks/percentage in two consecutive years
- Family income
3. Store the data in a file or database.
4. Process the data using conditions:
- percentage more than 75% in the first year
- percentage more than 75% in the second year
- family income less than 5 lakh per annum
5. Filter the records that satisfy all three conditions.
6. Prepare the final list of beneficiaries and use it for scholarship selection.

So, the school should use data processing to sort, filter and summarise the student records to obtain the eligible list.

Not sure why a step works? check your working in Super Tutor

3A 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.Show solution
The bank should first collect data from the residents of city ABC. The needed data may include:

- Family name
- Number of bank accounts held by each family
- Name of bank(s) used
- Account holder name
- Average monthly account balance of each person
- Address/locality, if needed

### Steps for collecting data
1. Gather information from a survey of families in the city.
2. Store the data in a structured form such as a spreadsheet, file, or database.
3. Group the records family-wise and person-wise.

### Results that can be checked through processing
- Popularity of the bank among residents by checking how many families have accounts in bank xyz.
- Number of accounts per family.
- Average monthly balance per person.
- Comparison of balances across families or localities.
- Overall customer strength and usage pattern of the bank in city ABC.

By processing the collected data, the bank can analyse its popularity and customer behavior.

Not sure why a step works? check your working in Super Tutor

4Identify type of data being collected/generated in the following scenarios:Show solution
The type of data in each scenario is:

a) Recording a videoUnstructured data

b) Marking attendance by teacherStructured data

c) Writing tweetsUnstructured data

d) Filling an application form onlineStructured data

Recording video and tweets do not follow a fixed row-column format, while attendance and online forms have fixed fields.

Not sure why a step works? check your working in Super Tutor

5Consider 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 the following:Show solution
Given temperatures: 34,34,27,28,27,34,3434, 34, 27, 28, 27, 34, 34

a) Find the average temperature → use Mean

b) Find the temperature range → use Range

c) Find the standard deviation temperature → use Standard Deviation

So the appropriate techniques are Mean, Range, and Standard Deviation respectively.

Not sure why a step works? check your working in Super Tutor

6A school teacher wants to analyse results. Identify the appropriate statistical technique to be used along with its justification for the following cases:Show solution
a) Compare performance in terms of division secured by students in Class XII A and Class XII B where each class strength is same.
- Use Mean.
- Since both classes have the same strength, the average division secured will give a fair comparison.

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.
- Use Median or Mean depending on the data, but for comparing overall class performance across the months, Mean is suitable.
- If the question is about the central performance of each test, then mean gives the average marks for each month.

So, the suitable techniques are Mean for comparing the average performance of the two classes and across the five tests.

Not sure why a step works? check your working in Super Tutor

7Suppose 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 the alumni of the same school. In this context, answer the following questions:Show solution
a) To find out the number of students whose both parents are alumni of the school, use counting/frequency from the collected data.

b) To find how varied the age of parents is, use Range or Standard Deviation. Since the question asks how varied the ages are, Standard Deviation is the better measure because it shows spread around the mean.

Not sure why a step works? check your working in Super Tutor

8For 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.
9Differentiate between structured and unstructured data giving one example.
10The principal of a school wants to do following analysis on the basis of food items procured and sold in the canteen:
11b) Compare sales of fruit juice, biscuits and samosa.
12c) Variation in sale price of fruit juices of different companies for same quantity (in ml).
13Create 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.

6 more solved questions in Understanding Data

Every remaining exercise is solved step by step in Super Tutor, plus practice quizzes and flashcards for this chapter. Free to start.

Stuck on a step?

Ask Super Tutor AI to explain any solution on this page in a simpler way — free, 24x7.

Ask a Doubt Free

Frequently Asked Questions

What are the important topics in Understanding Data for CBSE Class 12 Computer Science?
Understanding Data covers several key topics that are frequently asked in CBSE Class 12 board exams. Focus on the core concepts listed on this page and practise related questions to build confidence.
How to score full marks in Understanding Data — CBSE Class 12 Computer Science?
Understand the core concepts first, then work through the 43 practice questions available for this chapter. Revise formulas and definitions regularly, and use flashcards for quick recall before the exam.
Where can I get free NCERT Solutions for Understanding Data Class 12 Computer Science?
This page has free step-by-step NCERT Solutions for every exercise question in Understanding Data (CBSE Class 12 Computer Science) — written the way examiners award marks: given, formula, working, answer.

Sources & Official References

Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.

For serious students

Get the full Understanding Data chapter — for free.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for CBSE Class 12 Computer Science.