Kahoot Flashcards

1
Q

Why do u need simulations
1. To obtain real user behaviour
2. Experiments with real system may b impossible
3. Analytical methods are not enough
4. To observe hardware defects

A

2 and 3

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

What is not an objective of simulations
1. Demonstration
2. Evaluate future system
3. Measurements

A

3

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

Which type of simulation yields results closer to real measurements
1. Abstract model based simulation
2. Detailed model based simulations
3. Hardware simulation

A

3.

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

If you want to test the impact of rare events on your system what would you choose?
A: exp with actual s/m
B: physical model
C: Simulation

A

C

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

What happens if we increase the time increments in a fixed increment DES?
A: accuracy in
B: accuracy de
C: speed increase
D: speed decreases

A

B and C

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

What are the advantages of Next event TA with respect to fixed increment TA
1. Simpler implementation
2. More accurate
3. Faster
4: Less resource consumption

A

2.

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

In a Next Event TA when is the event list created
A: before sim start
B: it is uploaded after every event
C: both are possible

A

C

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

Which steps of a simulation study are in the correct order
A: sim design, problem def, execution
B: modeling, simulation design, execution
C: simulation design, analysis prob defn
D: prob defn, optimisation, sim design

A

B

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

What are the two random process influence the state process of a queue
A: arrival and dropping process
B: arrival and service process
C: transition and dropping process
D: transition and service process

A

B

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

For one server, which condition guarantees stability?

Arrival rate equal to service rate
Arrival rate lower than service rate
Service rate lower than arrival rate
First in first out

A

Arrival rate lower than service rate

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

Which expression denotes a queue with 10 servers and
deterministic arrivals?
M/D/1/10
M/D/10/1
D/M/10/1
D/M/1/10

A

D/M/10/1

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

In a M/M/1 system, what is the probability that the
system is idle? (ρ = λ/μ)
(1 - ρ)
ρ / (1 - ρ)
(1 - ρ) ρ
ρ / (1 - ρ)

A

(1 - ρ)

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

What does it mean to be in state 4 of a Markov chain
modeling a one-server queue?
Four packets are in the buffer, the server is idle
Four packets are in the buffer, the server is busy
Three packets are in the buffer, the server is busy
The maximum size of the buffer is 4

A

Three packets are in the buffer, the server is busy

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

Which of the following statistics are moments?
Median
Variance
Mean
Skewness

A

Variance
Mean
Skewness

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

Which of the following statistics are measures of
central deviation?
Variance
Standard deviation
Mode
Expected value

A

Variance
Standard deviation

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

If arrivals are independent, which distribution does the
inter-arrival time follow?
Weibull
Normal (gaussian)
Exponential
Uniform

A

Exponential

17
Q

By the central limit theorem, to which distribution does
a sum of i.i.d.r.v. converge?
Normal (gaussian)
Exponential
Binomial
Bernoulli

A

Normal (gaussian)

18
Q

Which of the following statistics re ect the asimmetry
of a PDF?
Variance
Skewness
Kurtosis
Mean

A

Skewness

19
Q

Which of the following distributions is discrete?
Normal
Exponential
Weibull
Binomial

A

Binomial

20
Q

In a memoryless system, what distribution models the
number of packet arrivals per second?
Beta
Exponential
Poisson
Weibull

A

Poisson

21
Q

What does the Chi-Squared test do?
Select the best PDF for your data out of several options
Reject a theoretical PDF for your data
Suggest a theoretical PDF for your data
Smooth out the empirical PDF

A

Reject a theoretical PDF for your data

22
Q

When cannot you use the inverse transform method?
When the distribution doesn’t have a closed form mean
When the distribution doesn’t have a closed form inverse CDF
When the distribution needs more than two parameters
When the distribution is not continuous

A

When the distribution doesn’t have a closed form inverse CDF

23
Q

What is NOT necessary for a stochastic process to be
covariance-stationary?
Stationary mean
Same covariance between any two samples
Finite variance
Same covariance between samples with the same lag

A

Same covariance between any two samples

24
Q

Which distribution does the sample mean of many
samples of a beta-distruibuted r.v. follow?
Exponential distribution
Normal distribution
Beta distribution
Weibull distribution

A

Normal distribution

25
Q

What is the distinguishing feature of the steady-state
phase of a simulation?
Samples follow the same distribution
Samples have the same value
Samples have approximately the same value
Samples follow a normal distribution

A

Samples follow the same distribution

26
Q

Given the true mean μ, the sample mean x̅ and the resampled
mean x̅, what is true?
is a better approximation to μ than x̅
x̅-μ follows a similar distribution to that of x̅-x̅
The con􀁽dence interval of x̅
is smaller than that of x̅
μ and x̅* follow the same distribution

A

x̅-μ follows a similar distribution to that of x̅*-x̅

27
Q

Which is true? In a process-oriented simulation…
… there are no events, but processes.
… all events belong to a process.
… there is only one event list.
… simulation time is real time.

A

… all events belong to a process.

28
Q

Which two OSI layers have no direct equivalent on the
TCP/IP internet model?
Presentation and session layers
Application and transport layers
Transport and network layers
Application and datalink layers

A

Presentation and session layers

29
Q

What is the main difference between TCP Tahoe and
TCP Reno
“Reno” sounds cooler
The steady-state phase: linear vs. exponential
Fast recovery or not
Reno is older than Tahoe

A

Fast recovery or not

30
Q

This network graph has 12 nodes and 18 edges. What is
its average node degree?
2/3
4/3
3
1.5

A

3

31
Q

In the graph shown, what is the betweenness centrality
of node A?
1 + 2 + 3 + 4 + 5 = 15
1 + 2 + 3 + 4 = 10
(1 + 2 + 3 + 4 + 5) / 2 = 7.5
5! = 120

A

1 + 2 + 3 + 4 = 10

32
Q

In which model new nodes are more likely to connect to
nodes with high node degree?
Erdos and Renyi model
Waxman model
Barabasi-Albert model
Snowman model

A

Barabasi-Albert model

33
Q

What is the diameter of a BCubek network?
k+1
k - 1
1
k

A

k + 1