1st Year Computer Science Chapter 5 Notes: Data Analytics (Punjab Board 2026-27)

Complete study notes for ICS/FSc Part 1 Computer Science, Punjab Board (PECTAA/PCTB), Single National Curriculum 2026-27 session.

Chapter 5, Data Analytics, sits at the midpoint of the nine-unit sequence, right after Computational Structures. Data analytics — alongside Python programming and algorithmic thinking — is one of the core practical skills the new syllabus is designed to build for today’s data-driven world.

What Is This Chapter About?

This chapter introduces how raw data is turned into useful conclusions: what data is, how it’s classified, and the step-by-step process analysts follow to collect, clean, analyze, visualize, and interpret it.

Key Topics Covered

1. What Is Data Analytics?

Data analytics is the process of examining data sets to draw meaningful conclusions and support decision-making, often with the help of specialized systems and software.

2. Types of Data

Data can be qualitative (descriptive, non-numeric — e.g. colors, opinions) or quantitative (numeric and measurable — e.g. age, sales figures). It can also be structured (organized in tables/databases) or unstructured (free-form, like text or images).

3. The Data Analytics Process

A typical analytics workflow follows five stages:

  • Collection — gathering raw data from a source
  • Cleaning — removing errors, duplicates, and inconsistencies
  • Analysis — applying methods to find patterns
  • Visualization — presenting results as charts or graphs
  • Interpretation — drawing conclusions and making decisions

4. Types of Analytics

Analytics is commonly grouped into four types based on what question it answers, shown in the table below.

Types of Data Analytics

TypeQuestion It AnswersExample
DescriptiveWhat happened?A sales report for last month
DiagnosticWhy did it happen?Analyzing why sales dropped
PredictiveWhat might happen next?Forecasting next month’s sales
PrescriptiveWhat should be done?Recommending a marketing action

Sample MCQs

1. Data analytics primarily involves:

a) Writing software from scratch   b) Examining data to draw conclusions   c) Designing computer hardware   d) Managing network cables

Answer: b) Examining data to draw conclusions

2. Which type of data is numeric and measurable?

a) Qualitative   b) Quantitative   c) Unstructured   d) None of these

Answer: b) Quantitative

3. Which stage comes first in the data analytics process?

a) Visualization   b) Data collection   c) Interpretation   d) Cleaning

Answer: b) Data collection

4. Predictive analytics is mainly used to:

a) Describe past events only   b) Forecast future outcomes   c) Store raw data   d) Clean messy data

Answer: b) Forecast future outcomes

5. A chart or graph is an example of which stage?

a) Data collection   b) Data cleaning   c) Data visualization   d) Data storage

Answer: c) Data visualization

Important Short Questions

  • Define data analytics.
  • Differentiate between qualitative and quantitative data.
  • List the main steps of the data analytics process.
  • What is the difference between descriptive and predictive analytics?
  • Why is data cleaning an important step before analysis?

Important Long Questions

  • Explain the complete data analytics process from collection to interpretation, with an example.
  • Compare descriptive, diagnostic, predictive, and prescriptive analytics.
  • Discuss real-world applications of data analytics in any two fields (e.g. business, healthcare, sports).
  • Explain why data visualization is important when communicating analytics results.

How to Prepare This Chapter Effectively

  1. Memorize the five-stage process (Collect, Clean, Analyze, Visualize, Interpret) in order — it’s a common exam anchor.
  2. Use one running example (like a shop’s monthly sales) and apply every concept in the chapter to it.
  3. Practice distinguishing qualitative vs quantitative data with new examples of your own.
  4. Sketch a simple bar or line chart by hand to reinforce what ‘visualization’ means in practice.
  5. Connect this chapter to Chapter 4 — well-organized data structures make each analytics stage easier.

FAQs

Q: What is data analytics?

A: It’s the process of examining data to find patterns and draw conclusions that support decisions, using systematic collection, cleaning, and analysis.

Q: What’s the difference between descriptive and predictive analytics?

A: Descriptive analytics explains what already happened; predictive analytics uses past data to estimate what is likely to happen next.

Q: Why does data need to be ‘cleaned’ before analysis?

A: Raw data often contains errors, duplicates, or missing values that would distort results if analyzed directly.

Q: Is this chapter connected to Python Programming from Chapter 2?

A: Yes conceptually — programming skills are commonly used to automate the collection and cleaning stages of the analytics process.

Notes prepared for Punjab Board (PECTAA/PCTB) 1st Year Computer Science, SNC 2026-27 syllabus, Chapter 5: Data Analytics.