Project Abstract: Design Thinking & Problem Solving

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

In the Design Thinking Framework for project abstract creation, what is the primary method for understanding issues that can solved with AI?

  • Brainstorming with the team.
  • Conducting surveys or interviews. (correct)
  • Reviewing existing literature.
  • Analyzing statistical data.

During the 'Empathise' stage of project abstract creation, what is the main goal?

  • Brainstorming potential solutions.
  • Developing an Empathy Map. (correct)
  • Defining the project scope.
  • Creating a detailed project timeline.

In which stage of project abstract creation using the Design Thinking Framework are the 5W1H questions most relevant?

  • Ideate
  • Prototype
  • Empathise
  • Define the Problem (correct)

Why is aligning a project with the Sustainable Development Goals (SDGs) considered important in project abstract creation?

<p>It focuses the project on addressing significant global challenges. (A)</p> Signup and view all the answers

What is the main purpose of the 'Prototype' stage in the Design Thinking Framework?

<p>Creating a preliminary model or version of the solution. (B)</p> Signup and view all the answers

When collecting data for AI projects, why is diversity of data important?

<p>It ensures the model covers more scenarios. (D)</p> Signup and view all the answers

Which type of data is most suitable for AI models and their analysis?

<p>Structured, semi-structured, or unstructured data. (D)</p> Signup and view all the answers

What does data literacy primarily enable in the context of AI?

<p>All of the above. (D)</p> Signup and view all the answers

Why is data collection considered an iterative process in AI project development?

<p>To allow for continuous refinement and adaptation based on project requirements. (C)</p> Signup and view all the answers

What is the primary difference between primary and secondary sources of data?

<p>Primary sources are collected directly for the analysis, while secondary sources are pre-existing. (A)</p> Signup and view all the answers

In the context of levels of measurement, what distinguishes ordinal data from nominal data?

<p>Ordinal data has a defined order or ranking, while nominal data does not. (C)</p> Signup and view all the answers

Why can't interval data be directly compared using ratios?

<p>Interval data lacks a true zero point. (C)</p> Signup and view all the answers

Which level of measurement allows for calculations such as addition, subtraction, multiplication, and division?

<p>Ratio (A)</p> Signup and view all the answers

In statistical analysis, what does central tendency measure?

<p>The summary of a dataset in a single value that represents the entire distribution. (B)</p> Signup and view all the answers

Which measure of central tendency is most affected by extreme values in a dataset?

<p>Mean (C)</p> Signup and view all the answers

What is the main purpose of using variance and standard deviation in statistical analysis?

<p>To measure the dispersion or spread of the data around the center. (C)</p> Signup and view all the answers

Which type of data representation is best suited for making quick decisions by analyzing a dataset?

<p>Graphical technique (B)</p> Signup and view all the answers

Which of the following plot types is best for visualizing the relationship between two continuous variables?

<p>Scatter plot (C)</p> Signup and view all the answers

What type of graph is most appropriate for comparing the sizes of different categories?

<p>A bar graph (C)</p> Signup and view all the answers

When visualizing data using a line graph, what does a steep upward slope indicate?

<p>A rapid increase in the data values over time. (C)</p> Signup and view all the answers

In a pie chart, what does each segment represent?

<p>A relative proportion or percentage of the total. (B)</p> Signup and view all the answers

Which of the following Python libraries is commonly used for creating various data visualizations, including line plots, bar charts, and histograms?

<p>Matplotlib (D)</p> Signup and view all the answers

Given a dataset of student heights: [150, 155, 160, 165, 170]. What is the median height?

<p>160 (A)</p> Signup and view all the answers

Consider the following data: [22, 24, 17, 18, 17, 19, 18, 21, 20, 21, 20, 23, 22, 22, 22, 21, 24]. What is the mode?

<p>22 (D)</p> Signup and view all the answers

A project team is using a 'SAYS, THINKS, DOES, and FEELS' framework. What type of tool are they MOST LIKELY creating?

<p>An empathy map. (C)</p> Signup and view all the answers

A data scientist wants to understand the typical delay a customer experiences when calling a help canter. To perform this analysis, which measure is MOST HELPFUL?

<p>Median (D)</p> Signup and view all the answers

A student has been tasked with summarizing the relationship between the number of hours spent studying and exam results in a small class. Which representation is LEAST suited?

<p>A CSV file. (C)</p> Signup and view all the answers

A teacher surveys students about their favorite subject, with possible answers 'Maths', 'Physics', or 'Chemistry'. What level of measurement does MOST ACCURATELY classify this survey?

<p>Nominal (B)</p> Signup and view all the answers

Flashcards

Design Thinking Framework

A structured approach using empathy, ideation, prototyping, and testing to solve problems.

Empathy Map

A visual tool used to synthesise observations about users, showing what they say, think, do, and feel.

5W1H Questions

A structured way to explore a problem by asking who, what, where, when, why, and how.

Problem Statement

A statement that clearly defines the problem to be solved. Should include the 5W1H.

Signup and view all the flashcards

Prototype

An initial version of a solution, created to test and refine ideas.

Signup and view all the flashcards

Data

Data represented as facts or instructions that machines can process.

Signup and view all the flashcards

Data Literacy

The ability to understand, work with, and analyze data effectively.

Signup and view all the flashcards

Data Collection

Gathering information from various sources to use for analysis.

Signup and view all the flashcards

Secondary Data

Data that is pre-existing and readily available for analysis.

Signup and view all the flashcards

Primary Data

Data directly collected for a specific research purpose.

Signup and view all the flashcards

Exploring Data

The process of becoming familiar with the data set

Signup and view all the flashcards

Levels of Measurement

The different scales to categorize data based on what you can do with it.

Signup and view all the flashcards

Nominal Data

Categorical data without any order, such as colors or names.

Signup and view all the flashcards

Ordinal Data

Data with a ranked order, but the differences are not measurable.

Signup and view all the flashcards

Interval Data

Data with equal intervals and a defined order but no true zero point.

Signup and view all the flashcards

Ratio Data

Data with equal intervals and a true zero point.

Signup and view all the flashcards

Measure of Central Tendency

Used to summarize the data. Central Tendency is stated as the summary of a dataset in a single value that represents the entire distribution of data domain (or dataset).

Signup and view all the flashcards

Mean

The average value of a dataset.

Signup and view all the flashcards

Median

The middle value in a sorted dataset.

Signup and view all the flashcards

Mode

The value that appears most frequently in a dataset.

Signup and view all the flashcards

Variance and Standard Deviation

The measures of dispersion (quartiles, percentiles, ranges). They provide information on the spread of the data around the centre.

Signup and view all the flashcards

Graphical Technique

Visual display of statistical data in the form of points, lines, dots and other geometrical forms

Signup and view all the flashcards

Matplotlib

Is a comprehensive library that can be used to create a wide variety of plots, including line plots, bar charts, histograms, scatter plots, and more.

Signup and view all the flashcards

Line graph

A chart or graph of continuous data along a numbered axis. used to visualize trends and changes in data points over time.

Signup and view all the flashcards

Bar Graph

A graph that presents categorical data with rectangular bars with heights or lengths proportional to the values that they represent.

Signup and view all the flashcards

Pie Chart

A circular graph divided into segments or sections, each representing a relative proportion or percentage of the total. Each segment resembles a slice of pie, hence the name

Signup and view all the flashcards

Scatter Graph

A visual representation of data using dots to display the relationship between two variables.

Signup and view all the flashcards

Histograms

A graph of the distribution of numerical data, where the x-axis is the data and the y-axis is their number.

Signup and view all the flashcards

Study Notes

  • Project Abstract Creation utilizes the Design Thinking Framework for problem-solving and detailing.

Format for Project Abstract Creation

  • Project Name, Team Members Name, Problem Selection (aligned with SDGs and solvable with AI), Users Affected, Empathise (Empathy Map), Define the Problem (5W1H questions), Ideate (Brainstorm), Prototype (simple drawing, poster, gadget), and Test (optional).

Example Project Abstract

  • Project Name: Suitable name related to problem and creativity.
  • Team Members Name: Students can fill themselves.
  • Problem Selection: Class X students often confused about which subjects to choose in the future based on a survey.
  • Issue is taking admission to plus-two courses are often confused with subject selection, the issue is aligned to SDG-4, Quality Education

Users

  • Class X students face challenges selecting appropriate subjects for higher studies.

Empathise

  • Interviewing plus-two students reveal difficulties in subject selection and school.
  • Interviewing prospective students reveals anxieties and expectations.

Define: 5W1H Questions & Answers

  • Who: Students seeking plus-two admission and their parents or well-wishers.
  • What: The Problem of not being able to select subject of choice, and the choice of school.
  • Where: Problem occurs in all admission places.
  • When: The problem occurs during admission time.
  • Why: The problem occurs because of lack of knowledge of available subjects. Solving problem would result in society only with aptitudes build in the future.
  • How: A system could analyze student aptitude and suggest subjects and compatible schools, giving effective education..

Problem Statement

  • Students struggle choosing subjects for plus-two courses, it can be solved by a system analyzing aptitude and suggesting subjects.

Ideate

  • Includes creating an application for subject suggestions based on interest.
  • A chatbot for conversation, a robot for discussion and advice.
  • A mobile application aggregates queries from different sources

Prototype

  • Creating a chatbot to offer solutions to students for higher education.

Data Literacy

  • Data is defined as facts or instructions about an entity that can be processed.
  • AI is data-driven where raw data is converted into actionable, usable information.
  • Data literacy includes collecting, organizing, analyzing data, checking quality, and using it ethically.
  • AI data analysis uses techniques and data science to improve cleaning, inspecting, and modeling both structured and unstructured data.
  • Data helps to make decisions and drawing conclusions.

Data Collection

  • Allows capturing a record of past events to find recurring patterns
  • From patterns can build predictive models using machine learning algorithms that look for trends and predict future changes.
  • Involves pooling data by capturing it from multiple online and offline sources.
  • Data volume depends on dataset features as more data leads to better predictions.
  • Data diversity is most important to cover more scenarios under which model wil be used.
  • Data quantity also depends on the complexity of a model from small to large data.
  • A data scientists should first understand the problem and prefer solution and the data requirements
  • Data is the core part of any project so it is identified, collected, and analyzed iteratively.
  • Data collection happens through Primary and Secondary sources.

Primary Sources

  • Sources where data is created to collect data for analysis using following methods

Survey

  • Useful for measuring opinions and demographics through interviews, questionnaires, or online forms.

Interview

  • Gathers information through direct communication with individuals or groups and can be structured.

Observation

  • Records behaviors or events, often used in ethnographic research where direct interaction isnt possible

Experiment

  • Manipulates outcomes to establish cause-and-effect relationships.

Marketing Campaign

  • Uses customer data to predict behavior and optimize campaign performance.

Questionnaire

  • Collects quantitative and qualitative data through structured questions, with options for open-ended feedback.

Secondary data

  • Data already available, such as in books, journals, databases, to reuse for analysis

Social media data tracking

  • Analyzes user generated content to understand use reception towards a new product launch.

Web scraping

  • Automated tools extract content and data from websites to compare product prices.

Satellite data tracking

  • Gathers earth and atmosphere data for monitoring environmental changes.

Online data platforms

  • Websites offer pre compiled data like Kaggle and Github.

Exploring Data

  • Data is about "getting to know" the data and its values if typical or not and correct any problem that would affect drawn conclusions.

Levels of Measurement

  • It is classifying datasets based on if are quantitative or qualitative, and whether continuous or discrete datasets
  • Qualitative can be nominal or ordinal, and quantitative can be interval and ratio.

Nominal level

  • Nominal variables are categories which dont rank like car models or seasons.

Ordinal Level

  • Ordinal data are categories that follow in order or rank, but their differences aren't calculated.

Interval level

  • Similar to ordinal data in ordering, can measure differences, but no zero value.

Ratio scale level

  • Is like interval data but with zero point so ratios can be calculated for better comparisons.

Central Tendency

  • Statistics summarize a dataset with a single value representing entire data with single value
  • Can be done with Python libraries

Mean

  • Average estimated obtained dividing total of the values of a variable by number of observations

Median

  • Divides the data value by equal parts where comprises greater and smaller median values

Mode

  • Represented by highest bar chart that occurs most frequently in the data series

Standard Deviation

  • Variance and Measures the Dispersion and provides info of the spread of data around the center point.
  • Small variance means data points close to the mean
  • High variance mean data points are spread out far from the mean
  • Low means the data points tend to be VERY close to the mean
  • High mean the data points spread out over a large range of values

Data representation

  • Statistics that's a discipline concerns interpretation and presentation of the data by statistics.

Non Graphical Technique

  • It can be done with the tabular or case form which is rarely used since its not useable for large datasets when analysing them
  • Not effective for decisions

Graphs

  • The visual display is easier for the human brain to read using lines dots etc
  • Data Visualization:
  • Line graphs
  • Bar diagrams
  • Pie diagram
  • Scatter Plots
  • Histogram

Line Graph

  • Powerful tool displaying continuous data along a numbers axis.

Bar Graph

  • Graph presenting categorical data for comparison using rectangular bars

Histogram

  • Graph depicts data with various value ranges and can only represent one data axis

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

More Like This

Design Thinking and Problem Solving
17 questions
Design Thinking Introduction
38 questions

Design Thinking Introduction

ExuberantLaboradite avatar
ExuberantLaboradite
Use Quizgecko on...
Browser
Browser