Flashcards for AI Basics

1
Q

What is Data Science?

A

Extracting insights from raw data using stats, programming, and machine learning.

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

What is Artificial Intelligence (AI)?

A

Creating systems that perform tasks requiring human intelligence — learning, reasoning, adapting.

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

What’s the difference between Data and Information?

A

Data = Raw facts.

Information = Organized and meaningful data.

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

What are the 3 Types of AI?

A

Narrow AI, General AI, Super AI.

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

Example of Narrow AI?

A

Siri, Alexa, Netflix recommendations.

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

Two main types of Data?

A

Qualitative (Categorical)

Quantitative (Numerical)

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

Examples of Structured Data?

A

Sales records, employee databases.

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

Examples of Unstructured Data?

A

Tweets, videos, chat logs.

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

Key steps in Data Analytics Process?

A

Identify → Collect → Clean → Analyze → Visualize.

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

What % of ML project time is spent on data prep?

A

70%.

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

Key components of AI?

A

Machine Learning

NLP

Computer Vision

Robotics

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

What tool would you use for numerical computing in Python?

A

NumPy.

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

What is TensorFlow mainly used for?

A

Deep learning and neural networks.

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

What does NLP stand for?

A

Natural Language Processing.

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

What is Generative AI?

A

AI that creates new content (e.g., ChatGPT, DALL·E).

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

Big challenge in AI development?

A

Data privacy, bias, ethical concerns.

17
Q

Future trends for AI?

A

AI everywhere in life, General AI progress, AI helping climate action.

18
Q

In healthcare, what is AI used for?

A

Disease diagnosis, predictive patient care, robotic surgeries.

19
Q

In transportation, how is AI used?

A

Autonomous cars, traffic optimization, route planning.

20
Q

What is the goal of MLOps?

A

Managing the lifecycle of machine learning models (like DevOps for ML).