Computer Science
Beginner
80 mins
Teacher/Student led
What you need:
Chromebook/Laptop/PC

Overview of ALT 2: Introduction to Analytics in Interdisciplinary Contexts

As a student, you'll explore the essentials of analytics in this lesson. Learn about the task, review key skills, understand applications across disciplines, brainstorm hypotheses, form teams, and reflect on societal impacts.
Learning Goals Learning Outcomes Teacher Notes

Teacher Class Feed

Load previous activity

    1 - Introduction

    This lesson provides an overview of ALT 2: Analytics.

    You'll learn about the task, review relevant skills from previous modules, explore analytics applications across disciplines, brainstorm hypotheses, form teams, and reflect on societal impacts.

    ALT 2 focuses on analytics, where you'll develop an artefact that processes data to inform decision-making. For example, you might analyse environmental data to predict trends or examine sports statistics to improve performance strategies.

    2 - Reviewing Key Concepts

    Before starting ALT 2, review data processing skills from previous modules. This will help you apply them to analytics.

    From Python Basics: You learned about variables, data types (like lists and dictionaries), control structures (loops and conditionals), and functions. For example, using lists to store data and loops to process it.

    Summary: Lists can hold datasets, e.g., scores = [85, 92, 78]. Functions like def calculate_mean(data): can compute averages.

    From Python Projects: Projects like the Step Counter or Reaction Time Tester involved collecting and analysing data, such as averaging reaction times.

    Summary: You used modules to handle data input/output.

    From Advanced Algorithms: You covered sorting (bubble sort, quicksort) and searching (linear, binary), plus efficiency.

    Summary: Sorting algorithms can organise data for efficient analysis, e.g., using quicksort to prepare a dataset for median calculation.

    Take 10 minutes to note one example from a module useful for analytics, like writing a function to find the mode of a dataset.

    3 - Understanding the Task Requirements

    In ALT 2, you'll create an analytics artefact that processes data, applies algorithms, and visualises results to support decisions. It must include calculating frequency, mean, median, and mode; structuring raw data; graphical representation; and interpreting data.

    Analytics applies across disciplines:

    • Environmental Science: Analyse temperature data to model climate change. Diagram: Line graph showing rising trends.
    • Sports: Compute player stats for performance insights. Diagram: Bar chart of averages.
    • Healthcare: Examine patient data for trends in recovery rates. Diagram: Scatter plot of variables.
    • Business: Analyse sales data to forecast demand. Diagram: Pie chart of market shares.

    Follow stages: Gather data, process with algorithms, visualise, and interpret. 

    The goal is an artefact that uses data to make informed decisions, e.g., a Python script analysing survey results.

    4 - Forming Your Team

    ALTs are team-based, allowing you to collaborate and leverage diverse skills for a stronger analytics artefact. Forming teams of 2-4 students helps in sharing ideas, dividing tasks, and learning from each other, aligning with practices like collaborating and assigning roles in computing tasks.

    Instructions:

    1. Discuss with classmates to form a team based on shared interests and complementary strengths, e.g., one student strong in data collection, another in implementing algorithms, and someone skilled in visualisation.
    2. Assign specific roles to ensure smooth collaboration: for example, data gatherer (handles collecting and structuring data), algorithm implementer (codes the calculations like mean and mode), visualiser (creates graphs and representations), and interpreter (analyses results for decision-making).
    3. Set up communication tools (e.g., shared documents or group chats) and schedule regular meetings to track progress and address any issues early.
    4. Remember, effective teamwork involves listening to different perspectives, respecting contributions, and resolving conflicts constructively to build a better final artefact.
    Teamwork not only builds better artefacts through diverse skills but also prepares you for real-world computing projects where collaboration is key.

    5 - Brainstorming Ideas

    Brainstorm ideas for your analytics artefact. Spend 20-30 minutes on this activity, focusing on interdisciplinary hypotheses. This step will help you generate creative, feasible ideas that align with the task requirements, such as processing data to inform decisions across various fields.

    Step 1: Choose a discipline (e.g., environment, sports, sociology, or economics) and form a clear, testable hypothesis. For example, 'Average daily exercise increases student concentration scores' or 'Social media usage patterns correlate with mental health indicators in teenagers'.

    Step 2: List the data needed to test your hypothesis (e.g., exercise logs, test scores, or social media engagement metrics) and identify relevant algorithms (e.g., mean for averages, sorting for median, or frequency counts for mode). Think about where you might source this data, such as public datasets or simple surveys.

    Step 3: Sketch a simple diagram or pseudocode to outline your approach. For instance, draw a flowchart showing data input, processing, and output, or write pseudocode. This will help visualise how your artefact will function.

    Step 4: Consider the tools you'll use (e.g., Python with libraries like matplotlib for graphs or pandas for data handling) and potential challenges, such as cleaning inconsistent data or ensuring ethical data usage. Also, think about how your artefact will visualise results, like using bar charts to show trends.

    Pick an exciting interdisciplinary idea, like analysing social media trends in sociology or weather data for environmental predictions. Aim for originality while ensuring it's achievable with your skills.

    Unlock the Full Learning Experience

    Get ready to embark on an incredible learning journey! Get access to this lesson and hundreds more in our Digital Skills Curriculum.

    Copyright Notice
    This lesson is copyright of DigitalSkills.org 2017 - 2025. Unauthorised use, copying or distribution is not allowed.
    πŸͺ Our website uses cookies to make your browsing experience better. By using our website you agree to our use of cookies. Learn more