CAP Simulation Flashcards

1
Q

Continuous event simulation

A

Model of a system that constantly tracks the system response according to a set of equations

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

Discrete event simulation

A

Model of a system as a discrete sequence of events in time where nothing happens in between specified events

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

Simulation event

A

The completion of a task, the expiration of an amount of time, the occurrence of a condition, or the arrival of an object into the system

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

Monte Carlo Simulation

A

A simulation model where repeated random sampling is used to obtain a range of possible outcomes

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

Cycle time

A

Total duration from the beginning to the end of the simulated process for an entity

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

Simulation throughput

A

Total amount of entities that flow through the simulation process over a duration

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

Simulation productivity

A

Total amount of entities that flow through the simulation process over the complete simulation duration

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

Resource utilization

A

Rate of non-consumable aids being used in a simulation

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

Blocking

A

When an entity in a simulation prevents others from progressing through the process

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

Balking

A

When an entity in a simulation refuses to join the queue

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

Reneging

A

When an entity in a simulation already in a queue decides to leave the queue

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

Jockeying

A

When an entity in a simulation jumps between queues in an attempt to reduce wait time

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

Priority queue

A

A line where entities are served based on a measure of relative importance

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

FIFO queue

A

A line where entities with the longest duration in line are served first

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

LIFO queue

A

A line where entities with the shortest duration in line are served first; also called a stack

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

Matching queue

A

A set of lines where entities are matched to a line based on a given policy