Skip to content
Technologies · Year 9 · Data Analytics and Visualization · Term 2

Data Collection Methods

Understanding various methods of data collection, including surveys, sensors, and web scraping, and their appropriate uses.

ACARA Content DescriptionsAC9DT10P01

About This Topic

Structured data and databases are the backbone of the modern information economy. In this topic, Year 9 students move beyond simple spreadsheets to explore relational databases. They learn how to model real-world relationships, such as students to classes or products to orders, using tables, primary keys, and foreign keys. This aligns with AC9DT10K01 and AC9DT10P01, focusing on how data is organized and manipulated to provide meaningful insights.

Students also gain an introduction to query languages like SQL, learning how to extract specific information from large datasets. Understanding data redundancy and normalization helps them design systems that are efficient and scalable. This topic is particularly relevant in an Australian context as we look at how large-scale data systems manage everything from Medicare to environmental monitoring in the Great Barrier Reef. Students grasp this concept faster through structured discussion and peer explanation of data models.

Key Questions

  1. Analyze the challenges of collecting reliable data from diverse sources.
  2. Differentiate between various data collection methods and their ethical implications.
  3. Design a data collection strategy for a specific research question.

Learning Objectives

  • Analyze the potential biases and limitations of data collected through surveys.
  • Compare the efficiency and scope of data collection using sensors versus web scraping for a given scenario.
  • Evaluate the ethical considerations involved in collecting personal data from online sources.
  • Design a data collection strategy, including method selection and justification, for a specific research question about local community needs.

Before You Start

Introduction to Data and Spreadsheets

Why: Students need a foundational understanding of what data is and how it can be organized and manipulated in a basic format like a spreadsheet before exploring more complex collection methods.

Digital Citizenship and Online Safety

Why: Understanding ethical considerations and privacy is crucial before engaging with methods like web scraping or designing surveys that collect personal information.

Key Vocabulary

SurveyA method of gathering information from a sample of individuals through a set of questions, used to understand opinions, behaviors, or characteristics.
SensorA device that detects and responds to some type of input from the physical environment, such as light, heat, motion, or pressure, and records data automatically.
Web ScrapingAn automated process of extracting data from websites, often used to gather large amounts of information for analysis.
Data BiasSystematic error introduced into sampling or testing by selecting or encouraging any sample group in a mistaken way, leading to inaccurate results.
Ethical Data CollectionPractices that ensure data is gathered with respect for privacy, consent, and security, avoiding harm or exploitation of individuals.

Watch Out for These Misconceptions

Common MisconceptionA database is just a fancy spreadsheet.

What to Teach Instead

Spreadsheets are flat, while databases are relational. Using physical models of linked tables helps students understand that databases are designed to handle complex relationships and large volumes of data without duplication.

Common MisconceptionYou should put all information into one big table.

What to Teach Instead

This leads to data redundancy and errors. Through collaborative modeling, students see that breaking data into smaller, related tables (normalization) makes the system more reliable and easier to update.

Active Learning Ideas

See all activities

Real-World Connections

  • Market research firms use online surveys and website analytics to understand consumer preferences for new products, guiding companies like Woolworths on stock selection and advertising campaigns.
  • Environmental scientists deploy networks of sensors across Australia, from the Great Barrier Reef to the Snowy Mountains, to monitor changes in temperature, water quality, and air pollution in real-time.
  • Journalists and researchers use web scraping tools to collect and analyze public data from government websites or social media platforms to investigate trends or uncover patterns in public discourse.

Assessment Ideas

Quick Check

Present students with three hypothetical research questions (e.g., 'What is the average commute time for Year 9 students?', 'How does daily rainfall affect plant growth in the school garden?', 'What are the most popular video games among teenagers in our town?'). Ask them to identify the most appropriate data collection method (survey, sensor, web scraping) for each and briefly explain why.

Discussion Prompt

Pose the scenario: 'A local council wants to understand how residents use public parks. They are considering using a survey distributed online and in person, or installing motion sensors in key areas.' Facilitate a class discussion comparing the pros and cons of each method, focusing on cost, reach, type of data collected, and potential privacy concerns.

Exit Ticket

Ask students to write down one ethical concern related to collecting data via web scraping and one potential solution or safeguard to address it. For example, 'Concern: Scraping personal information without consent. Solution: Only scrape publicly available aggregated data, not individual user profiles.'

Frequently Asked Questions

Why teach relational databases instead of just spreadsheets?
While spreadsheets are great for simple calculations, relational databases are essential for managing complex, interconnected data. Teaching this in Year 9 prepares students for real-world data management and higher-level IT studies by introducing concepts like data integrity and scalability.
What is a primary key in simple terms?
A primary key is a unique identifier for a record in a table, like a student ID number. It ensures that every entry can be specifically found and linked to other data without confusion, which is a fundamental concept in structured data.
How does SQL fit into the Year 9 curriculum?
SQL (Structured Query Language) is the standard tool for interacting with databases. In Year 9, students use basic SQL commands to select, filter, and sort data, meeting the ACARA requirement for students to 'manage and manipulate data'.
How can active learning help students understand databases?
Active learning allows students to 'act out' the database. By having students represent different tables and use 'keys' (like matching colored ribbons) to connect with each other, the abstract concept of relational data becomes a tangible, easy-to-understand physical map.