Data Science and AI FBLA Test

0.0(0)
studied byStudied by 1 person
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/92

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

93 Terms

1
New cards

Mean

The average of a dataset (sum divided by count).

2
New cards

Median

The middle value in an ordered dataset.

3
New cards

Mode

The most frequent value in a dataset.

4
New cards

Range

The difference between the highest and lowest values.

5
New cards

Variance

A measure of data spread from the mean.

6
New cards

Standard deviation

The square root of variance; typical distance from mean.

7
New cards

Covariance

Measures how two variables change together.

8
New cards

Gaussian distribution

A normal bell-shaped distribution where mean = median = mode.

9
New cards

Expected value

The sum of each outcome times its probability.

10
New cards

Continuous variable

A variable that can take any real value in a range.

11
New cards

Discrete variable

A variable with countable values.

12
New cards

Histogram

A chart that shows the distribution of data using bins.

13
New cards

Scatterplot

A graph showing the relationship between two numeric variables.

14
New cards

Boxplot

A visual of median, quartiles, and outliers.

15
New cards

Appropriate visual medium

Choosing the best chart to represent data clearly.

16
New cards

Multivariate data

Data involving more than two variables.

17
New cards

Multiple linear regression

Predicting a numeric value using multiple variables.

18
New cards

Logistic regression

Predicting categories (yes/no).

19
New cards

Data cleaning

Fixing issues like duplicates, missing values, or formatting errors.

20
New cards

Data quality issues

Problems like incomplete, duplicate, or low-quality data.

21
New cards

k-means

An unsupervised algorithm that creates clusters.

22
New cards

Decision tree

A model that predicts using rule-based splits.

23
New cards

Linear regression

A model that fits a line to predict a numeric value.

24
New cards

SQL

A language used to query and manage databases.

25
New cards

SELECT statement

SQL command to choose columns.

26
New cards

WHERE clause

SQL filter that picks rows matching conditions.

27
New cards

Pandas

Python library for data cleaning and manipulation.

28
New cards

NumPy

Python library for math and arrays.

29
New cards

PyTorch

A deep learning framework.

30
New cards

Python for data wrangling

Using Python to clean and prep datasets.

31
New cards

R programming language

A language used heavily in statistics.

32
New cards

Relational database

A database storing data in tables with relationships.

33
New cards

Primary key

A unique identifier for each row in a table.

34
New cards

Generative AI

AI that can create new content like text, images, or audio.

35
New cards

Capabilities of generative AI

Summaries, translations, coding, image generation.

36
New cards

Limitations of generative AI

Bias, hallucinations, inaccuracies.

37
New cards

Uses of generative AI

Healthcare, research, digital art, productivity.

38
New cards

Computer vision

AI that understands images and video.

39
New cards

Natural language processing (NLP)

AI that processes human text and speech.

40
New cards

Human-computer interaction

How humans interact with AI systems.

41
New cards

Robotics

AI that controls or automates machines.

42
New cards

Large language model (LLM)

A model trained on massive text datasets.

43
New cards

LLM capabilities

Answering questions, reasoning, summarizing, coding.

44
New cards

Machine learning

AI that learns patterns from data.

45
New cards

Training dataset

Data the model learns from.

46
New cards

Validation dataset

Data used to tune hyperparameters.

47
New cards

Test dataset

Data used to evaluate model performance.

48
New cards

Supervised learning

Learning from labeled data.

49
New cards

Unsupervised learning

Learning from unlabeled data.

50
New cards

Reinforcement learning

Learning through rewards and punishments.

51
New cards

Neural network

A model that learns complex patterns through layers.

52
New cards

Decision tree algorithm

A supervised model that splits data based on rules.

53
New cards

Deep learning

Neural networks with many layers that learn features.

54
New cards

Predicate logic

A symbolic way to represent facts and relationships.

55
New cards

Example of predicate logic

Human(Sam), Loves(Sam, Pizza).

56
New cards

Logic-based reasoning

Uses strict rules and true/false logic.

57
New cards

Probability-based reasoning

Uses uncertainty and likelihoods.

58
New cards

Bayesian network

A probabilistic graph of cause-effect relationships.

59
New cards

Node (Bayesian network)

A variable in the network.

60
New cards

Edge (Bayesian network)

A directional connection showing influence.

61
New cards

Directed acyclic graph (DAG)

A graph with no loops.

62
New cards

Knowledge representation

How AI stores info to reason with.

63
New cards

Reasoning in AI

Drawing conclusions using logic or probability.

64
New cards

AI dilemmas

Ethical issues like self-driving decisions or surveillance.

65
New cards

Algorithmic bias

Bias inherited from unfair training data.

66
New cards

How AI inherits bias

Through biased data, labeling, or representation.

67
New cards

Security risks of LLMs

Models may leak or store sensitive info.

68
New cards

Privacy risks of LLMs

Sensitive data may be exposed or memorized.

69
New cards

Hallucinations (AI)

When AI generates false information.

70
New cards

Misinformation from AI

Inaccurate or misleading outputs.

71
New cards

Surveillance concerns

AI used to track or monitor people.

72
New cards

Bias in generative models

Unfair or skewed outputs caused by biased data.

73
New cards

Ethical AI

AI systems that are fair, safe, transparent, and responsible.

74
New cards

Data science

Using data to answer questions or make predictions.

75
New cards

Structured data

Data stored in clean tables with rows and columns.

76
New cards

Unstructured data

Text, images, audio without organized format.

77
New cards

Numeric data

Quantitative values like height or cost.

78
New cards

Categorical data

Labels like color, brand, category.

79
New cards

Binary

Base-2 number system.

80
New cards

Hexadecimal

Base-16 number system.

81
New cards

Decimal

Base-10 number system.

82
New cards

Binary to decimal

Convert using powers of 2.

83
New cards

Decimal to binary

Break number into powers of 2.

84
New cards

Data sources

Sensors, logs, surveys, websites.

85
New cards

Data wrangling

Cleaning and preparing raw data.

86
New cards

Data transformation

Changing data format or structure.

87
New cards

Data science process: ask

Define the question.

88
New cards

Data science process: collect

Gather the needed data.

89
New cards

Data science process: clean

Fix errors and prep the data.

90
New cards

Data science process: analyze

Explore and understand data.

91
New cards

Data science process: model

Build predictions or insights.

92
New cards

Data science process: interpret

Explain what results mean.

93
New cards

Data science process: communicate

Share findings clearly.