Introduction to Data Science and Data Types

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/14

flashcard set

Earn XP

Description and Tags

Practice flashcards covering the basics of data science, its process, components, and the various types and levels of data measurement.

Last updated 6:48 PM on 8/2/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

15 Terms

1
New cards

What is the simple definition of Data Science?

Data Science is the process of converting raw data into useful information and knowledge for making better decisions.

2
New cards

What are the five steps in the Data Science Process?

Data Collection, Data Cleaning, Data Analysis, Visualization, and Decision Making.

3
New cards

Which three major areas are combined in the Data Science Venn Diagram?

Programming, Mathematics & Statistics, and Domain Knowledge.

4
New cards

Why is Domain Knowledge critical in Data Science?

Domain Knowledge involves understanding the specific field where data is used (e.g., healthcare or finance); without it, the analysis may be incorrect.

5
New cards

How does 'Information' differ from 'Data'?

Data refers to raw, unprocessed facts and figures, whereas Information is processed, organized, and meaningful data used for decision-making.

6
New cards

What is a 'Feature' or 'Attribute' in a dataset?

A characteristic describing data, such as Age, Salary, or Height.

7
New cards

What constitutes a 'Record' or 'Observation' in a dataset?

One complete row in a dataset, such as a single student's name, age, and marks combined.

8
New cards

What is 'Big Data'?

Very large datasets that cannot be processed using traditional software, such as Google Search records or YouTube videos.

9
New cards

What are the characteristics of Structured Data?

It is organized in tables (rows and columns), follows a fixed schema, and is easy to search or filter using SQL databases.

10
New cards

List four examples of Unstructured Data.

Images, Videos, Audio, and Emails.

11
New cards

What is 'Discrete Data'?

A type of quantitative data consisting of countable numerical values that are usually whole numbers and cannot be divided into smaller meaningful parts.

12
New cards

What is 'Continuous Data'?

Numerical values obtained through measurement that can take any value within a range, including decimals and fractions (e.g., 160.75cm160.75\,cm).

13
New cards

What distinguishes 'Nominal Data' from 'Ordinal Data'?

Nominal Data consists of categories with no natural order (e.g., Blood group), while Ordinal Data consists of categories with a meaningful ranking (e.g., Education level).

14
New cards

What characterizes the 'Interval Scale' of measurement?

Ordered numerical values with equal intervals but no true zero, such as temperature in Celsius where 0C0^{\circ}C does not mean the absence of temperature.

15
New cards

What is the 'Ratio Scale' of measurement?

Ordered numerical values with equal intervals and a true zero, where all arithmetic operations and ratios are meaningful (e.g., 20kg20\,kg is twice as much as 10kg10\,kg).