Understanding Data
Understanding Data — Study Notes
NCERT-aligned · 10 notes · 3 shown free
Introduction to Data
ExplanationIntroduction to Data
Data is fundamental to decision making in various domains such as education, governance, sports, banking, and more. It consists of characters, numbers, and symbols representing values of situations or variables. For example, when choosing a college, one considers placement data, faculty qualifications, facilities, and fees. Governments conduct census to systematically collect population data, which aids in planning and policy formulation. Similarly, sports teams analyze past performances of opponents to strategize, and banks maintain customer account and transaction data. However, raw data alone is not sufficient for decision making; it requires processing and analysis to extract meaningful information. Data stored electronically enables faster and easier processing compared to manual methods. The ICT revolution, driven by computers, mobiles, and the internet, has led to the rapid generation of vast amounts of data. Common examples of data include personal details (name, age, gender), transaction records, multimedia files (images, audio, video), documents, online posts, sensor signals, and satellite data. A knowledge base in AI systems stores facts, assumptions, and rules derived from data to aid decision making. Thus, data is the raw material that, when processed, leads to information, knowledge, understanding, and ultimately wisdom.
- Data consists of characters, numbers, and symbols representing values of variables.
- Raw data alone is insufficient; it requires processing for decision making.
- Electronic storage and processing of data enable faster analysis.
- ICT revolution has accelerated data generation in various formats.
- Examples of data include personal details, transactions, multimedia, and satellite data.
- Knowledge base in AI uses data-derived facts and rules for decisions.
- 📌 Data: Collection of characters, numbers, and symbols representing values.
- 📌 Datum: Singular form of data.
- 📌 Knowledge base: Store of facts, assumptions, and rules used by AI systems.
Importance of Data
ExplanationImportance of Data
Data is indispensable for human decision making and organizational operations. When processed using computers, data reveals hidden patterns and possibilities not visible in raw form. For instance, banks update account balances after ATM withdrawals by maintaining and processing transaction data. Meteorological offices analyze satellite data continuously to predict cyclones or heavy rains. In business, companies monitor market behavior and customer feedback to adapt products and services. Dynamic pricing models in airlines and railways adjust prices based on demand and supply. Cab booking apps increase or decrease fares depending on demand, and restaurants offer discounts during 'happy hours' based on sales data analysis. Beyond business, electronic voting machines record votes digitally, enabling quick election results. Scientists record experimental data to calculate and compare outcomes. Pharmaceutical companies collect data to evaluate new medicines. Libraries maintain data on books and memberships. Search engines analyze vast web data to provide relevant results. Weather alerts are generated by analyzing satellite data. These examples underscore the critical role of data in diverse fields for informed decision making.
- Processed data reveals hidden patterns aiding decision making.
- Banks maintain and update transaction data for account management.
- Meteorological data analysis helps predict weather events.
- Businesses use data to monitor market trends and customer feedback.
- Dynamic pricing adjusts costs based on demand and supply.
- Electronic voting and scientific research rely on data recording and analysis.
- 📌 Dynamic pricing: Adjusting prices based on demand and supply.
- 📌 Electronic voting machine: Device for digital recording of votes.
Types of Data
ExplanationTypes of Data
Data can be classified into two broad categories based on format: structured and unstructured data. Structured data is organized in a well-defined format, typically tabular with rows and columns, where each column represents an attribute or variable
Practice Questions — Understanding Data
Includes NCERT exercise questions with answers
Q1.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
Answer:
a) Data required: Student details (name, roll number, exam scores, grades), exam results database, certificate templates, digital signatures for e-certificates. b) Data required: Participant details (name, contact info, photo), biometric data (fingerprints or iris scans), registration ID, event details. c) Data required: Image metadata (tags, descriptions), image database, keywords, indexing data for search engine. d) Data required: Patient details, hospital departments, doctor schedules, appointment slots, patient medical history.
Explanation:
For each service, the data needed corresponds to the entities involved and the operations to be performed. For exam results, student and exam data are essential. For exhibition registration, participant and biometric data are needed. Image search requires metadata and indexing. OPD booking needs patient and hospital scheduling data.
Q2.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 by the to beneficial prepare the list of school.
Answer:
Step 1: Data Collection - Collect student academic records for the last two years and family income details. Step 2: Data Cleaning - Verify data accuracy and completeness. Step 3: Data Filtering - Select students with more than 75% marks in both years. Step 4: Income Filtering - From the filtered students, select those with family income less than 5 lakh per annum. Step 5: List Preparation - Prepare the final list of beneficiaries based on the above criteria. Step 6: Verification and Approval - Verify the list and approve for scholarship disbursement.
Explanation:
The process involves collecting relevant data, cleaning it, applying the merit and means criteria sequentially, and preparing the final beneficiary list.
Q3.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.
Answer:
Data Collection Steps: - Define the data required: number of accounts per family, average monthly balance per person. - Design data collection tools such as surveys or use bank records. - Collect data from residents or bank databases. - Organize data by family and individual. Data Processing and Results: - Calculate average number of accounts per family. - Calculate average monthly balance per person. - Analyze distribution of accounts and balances. - Identify popular banking products or services. - Assess market penetration and customer base strength.
Explanation:
Collecting accurate data on accounts and balances helps the bank analyze its popularity and customer engagement in the city. Processing this data reveals trends and areas for improvement.
Q4.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
Answer:
a) Recording a video - Unstructured data (video files). b) Marking attendance by teacher - Structured data (attendance records, usually yes/no or present/absent). c) Writing tweets - Semi-structured data (text with hashtags, mentions). d) Filling an application form online - Structured data (form fields with specific data types).
Explanation:
Data types depend on format and organization. Videos are unstructured, attendance is structured, tweets are semi-structured due to metadata, and forms are structured.
Q5.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 the following: a) Find the average temperature. b) Find the temperature Range of that week. c) Find the standard deviation temperature.
Answer:
Given temperatures: 34, 34, 27, 28, 27, 34, 34 (a) Average temperature (Mean): Mean = (34 + 34 + 27 + 28 + 27 + 34 + 34) / 7 = 218 / 7 ≈ 31.14°C (b) Temperature Range: Range = Maximum - Minimum = 34 - 27 = 7°C (c) Standard Deviation: Step 1: Calculate mean = 31.14 Step 2: Calculate squared deviations: (34 - 31.14)^2 = 8.18 (34 - 31.14)^2 = 8.18 (27 - 31.14)^2 = 17.14 (28 - 31.14)^2 = 9.86 (27 - 31.14)^2 = 17.14 (34 - 31.14)^2 = 8.18 (34 - 31.14)^2 = 8.18 Sum = 76.86 Step 3: Variance = 76.86 / 7 ≈ 10.98 Step 4: Standard deviation = √10.98 ≈ 3.31°C
Explanation:
Mean is sum of values divided by count. Range is difference between max and min values. Standard deviation measures spread of data around mean, calculated by square root of average squared deviations.
Q6.6. A school teacher wants to analyse results. Identify the appropriate statistical technique to be used along with its justification for the following cases: 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.
Answer:
a) Appropriate technique: Comparative analysis using bar charts or pie charts for categorical data (divisions). Justification: Divisions are categorical data; comparing frequency distribution across two classes helps analyze performance. b) Appropriate technique: Line graph or trend analysis of average marks over five months. Justification: Unit test scores are numerical data over time; trend analysis shows performance progression.
Explanation:
Different data types require different statistical techniques. Categorical data (divisions) are best compared using frequency charts; numerical time-series data are analyzed using line graphs.
Q7.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 the alumni of the same school. In this context, answer the following questions: 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?
Answer:
a) Statistical technique: Frequency count or categorical data analysis (using bar chart or pie chart) to find the number of students with both parents as alumni. b) Statistical technique: Measure of dispersion such as standard deviation or range to analyze variation in parents' ages.
Explanation:
Counting students with both parents alumni is categorical frequency analysis. Variation in age is numerical data dispersion analysis.
Q8.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?
Answer:
a) Mode of data collection: Observation and rating scales or questionnaires to assess each student's skills. b) Representation of data: Use of categorical or ordinal data scales (e.g., ratings like Excellent, Good, Average) or numerical scores for each skill per student.
Explanation:
Skills are assessed via observation or self-reporting; data can be represented as categorical ratings or numerical scores for comparison.
All 13 Chapters in Computer Science
Computer Science · Class 12