Probability and Statistics in Computing Flashcards

1
Q

are fundamental in understanding uncertainty,
randomness, and data analysis in computing.

A

Probability and statistics

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

Probability theory is the study of random events
and the likelihood of various outcomes.

A

Probability

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

Statistics focuses on data collection, analysis,
interpretation, and presentation.

A

Statistics

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

In computing, we often encounter uncertainty, especially in areas like network
behavior, machine learning models, cryptography, and algorithmic performance.

A

Modeling Uncertainty in Systems

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

These are variables that take on different values based on random events.

A

Random Variables

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

Distributions like normal, binomial, and Poisson describe the likelihood of different outcomes of random variables.

A

Probability Distributions

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

A statistical method that updates
the probability of a hypothesis as more evidence or
information becomes available.

A

Bayesian Statistics

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

Some algorithms use randomness to make decisions, which can lead to more
efficient solutions in some cases.

A

Randomized Algorithms

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

Probability and statistics are at the core of machine learning. Algorithms like Naive
Bayes, Hidden Markov Models, and Bayesian Networks rely heavily on probabilistic
reasoning to make predictions and decisions.

A

Machine Learning and Data Analysis

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

are a class of algorithms that use repeated random sampling
to estimate the probability of different outcomes.

A

Monte Carlo Methods

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