Data & Artificial Intelligence (AI) Flashcards

Data, data storytelling, AI, and data science CDS Essentials high-level questions

1
Q

“Data Literacy” refers to the ability to do what four things with data?

A
  • Read
  • Work with
  • Analyze
  • Argue with
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the “Three Us” (U being “Understand”) of data storytelling?

A
  • Understand the data
  • Understand the audience
  • Understand the business question or need
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What data analysis technique “summarizes the main features of a dataset, providing insights into its characteristics”?

A

Descriptive analysis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What data analysis technique “uses a sample dataset to infer conclusions about the larger population of data”?

A

Inferential analysis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What data analysis technique “identifies patterns and relationships in historical data to predict future outcomes, using algorithms and machine learning techniques”?

A

Predictive analysis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What data analysis technique aims to understand the reasons behind past events or outcomes by analyzing historical data to identify causes, often used in troubleshooting and problem-solving.”?

A

Diagnostic analysis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What data analysis technique “recommends actions in order to achieve desired goals”?

A

Prescriptive analysis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What sort of artificial intelligence has the functionality of “[focusing] on one narrow task”?

A

Artificial Narrow Intelligence (ANI)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What sort of artificial intelligence has the functionality of “understanding and learning any intellectual task that a human can”?

A

Artificial General Intelligence (AGI)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What sort of artificial intelligence would have the ability to “surpass human intelligence, evoking emotions, needs, and / or beliefs of its own”? [hypothetically exists]

A

Artificial Super Intelligence (ASI)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Artificial intelligence can be categorized into two categories; what are they?

A
  • Technology: the type of technology the AI uses
  • Functionality: what sort of functionality AI uses to complete its tasks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What subset of artificial intelligence uses training data and an initial algorithm to predict results and then continuously tests and tweaks the algorithm it uses until acceptable predictions are generated?

A

Machine learning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What subset of artificial intelligence uses neural networks to train itself?

A

Deep learning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the three main differences between machine learning and deep learning?

A
  • Deep learning has better performance with similar amounts of data
  • Deep learning does not require feature extraction to be done manually by a human
  • Deep learning requires much more processing power
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What branch of artificial intelligence can understand, analyze and interpret text and spoken word in the same way human beings can?

A

Natural Language Processing (NLP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Why is understanding data sources important in data storytelling?

A

Being able to explain the data sources used helps build credibility and allows the audience to assess the reliability of the insights presented.

17
Q

What is the role of the scientific method in data science?

A

Data science applies the scientific method (asking questions, forming hypotheses, testing with data) to make evidence-based decisions and predictions, moving beyond intuition and guesswork.

18
Q

“An interdisciplinary field combining computer science, math and statistics, and domain knowledge to extract insights from data and transform it into actionable knowledge.” is the definition for what?

A

Data science

19
Q

What are the key roles on a data science team?

A

Data scientist, data engineer, and subject matter expert. Other roles may include project manager, software developer, and designer.

20
Q

List a couple popular tools used in data science.

A
  • Programming Languages: SQL, Python, R.
  • Relational Databases: MySQL, Microsoft SQL Server, PostgreSQL.
  • Big Data Platforms: Spark, Hive.
  • Spreadsheets/BI Tools: Excel, Tableau.
21
Q

Describe the steps in the data science process.

A
  1. Define the question.
  2. Collect data.
  3. Prepare data.
  4. Create a model.
  5. Evaluate the model.
  6. Deploy the model.
22
Q

What are the key ingredients of a data-driven organization?

A

Strategy, people, data, technology, and culture.

23
Q

Describe the data-driven hierarchy of needs.

A
  1. Collect data.
  2. Organize data.
  3. Analyze data.
  4. Make predictions.
  5. Automate.
24
Q

What are the three types of AI based on technology?

A
  • Artificial Narrow Intelligence (ANI)
  • Artificial General Intelligence (AGI)
  • Artificial Super Intelligence (ASI).
25
Q

What are the characteristics of reactive machines in AI?

A
  • Operate solely on current information
  • Lacking memory or the ability to learn from past experiences
  • React to input and perform programmed tasks.
26
Q

What distinguishes limited memory AI systems?

A

They can learn from past data and experiences, enabling them to make more informed decisions compared to reactive machines.

27
Q

How does a machine learning algorithm learn?

A
  1. Trained on data
  2. Receiving feedback on its predictions
  3. Adjusting its parameters to improve accuracy over time.
28
Q

What is a key difference between deep learning and machine learning in feature extraction?

A

Deep learning automatically learns features from data, while traditional machine learning requires manual feature engineering.

29
Q

What are the two main phases of Natural Language Processing (NLP)?

A
  1. Data preprocessing (preparing text data)
  2. Algorithm development (creating rules or models to process the data)
30
Q

Give four examples of data preprocessing techniques in Natural Language Processing (NLP).

A
  • Tokenization (breaking text into smaller units).
  • Stop word removal (eliminating common words).
  • Lemmatization/stemming (reducing words to their root form).
  • Part-of-speech tagging.
31
Q

What are the two main types of Natural Language Processing (NLP) algorithms?

A
  • Rule-based systems (using handcrafted linguistic rules)
  • Machine learning-based systems (using statistical models trained on data).