ISYE 6644 - final prep2 Questions and Answers with Verified Solutions
| Latest 2026 Update
Q: 1,3)+NORM(3,4)?
Answer:
: In Arena, NORM(x, y) corresponds to a normal random variate with a mean of x
and a standard deviation of y. So the variance in question is 3 2 + 42 = 25.
Q: TRUE or FALSE?
Answer:
In Arena, it is possible to grab more than one resource at a time in a PROCESS
module TRUE
Q: TRUE or FALSE?
Answer:
In Arena, it is possible to change the priority in which entities get processed by a
resource TRUE
,ISYE 6644 - final prep2 Questions and Answers with Verified Solutions
| Latest 2026 Update
Q: TRUE or FALSE?
Answer:
In Arena, it is possible to use a single RELEASE module to release multiple different
resources TRUE. We observed this in the ReleaseHospitalRoomLater demo in HW7
Q: What is the distribution given by the Arena expression UNIF(0,2)+UNIF(0,2)?
Answer:
Tria(0,2,4)
Q: TRUE or FALSE?
Answer:
An Arena ASSIGN module can be used to assign values to attributes but not
variables. FALSE. It can be used for both
, ISYE 6644 - final prep2 Questions and Answers with Verified Solutions
| Latest 2026 Update
Q: Suppose X is a discrete random variable that can take on four possible values:
-2, 1, 4, and 7.
Answer:
The associated probabilities are, respectively: 0.1, 0.3, 0.2, and 0.4. Find an
expression in Arena
to generate one observation coming from this p.m.f. DISC(-2, 0.1, 1, 0.4, 4, 0.6, 7, 1)
Q: Suppose there are 3 people in the line called joe.queue and 2 people in the line
called tom.queue. What is the value of the following Arena expression?
Answer:
NQ(tom.queue) ∗ NQ(joe.queue) + (TNOW < -1) The logical expression (TNOW <
-1) is false (since time is always at least 0). Thus, NQ(tom.queue) ∗ NQ(joe.queue) -
(TNOW < -1) = 6 + 0 = 6.
| Latest 2026 Update
Q: 1,3)+NORM(3,4)?
Answer:
: In Arena, NORM(x, y) corresponds to a normal random variate with a mean of x
and a standard deviation of y. So the variance in question is 3 2 + 42 = 25.
Q: TRUE or FALSE?
Answer:
In Arena, it is possible to grab more than one resource at a time in a PROCESS
module TRUE
Q: TRUE or FALSE?
Answer:
In Arena, it is possible to change the priority in which entities get processed by a
resource TRUE
,ISYE 6644 - final prep2 Questions and Answers with Verified Solutions
| Latest 2026 Update
Q: TRUE or FALSE?
Answer:
In Arena, it is possible to use a single RELEASE module to release multiple different
resources TRUE. We observed this in the ReleaseHospitalRoomLater demo in HW7
Q: What is the distribution given by the Arena expression UNIF(0,2)+UNIF(0,2)?
Answer:
Tria(0,2,4)
Q: TRUE or FALSE?
Answer:
An Arena ASSIGN module can be used to assign values to attributes but not
variables. FALSE. It can be used for both
, ISYE 6644 - final prep2 Questions and Answers with Verified Solutions
| Latest 2026 Update
Q: Suppose X is a discrete random variable that can take on four possible values:
-2, 1, 4, and 7.
Answer:
The associated probabilities are, respectively: 0.1, 0.3, 0.2, and 0.4. Find an
expression in Arena
to generate one observation coming from this p.m.f. DISC(-2, 0.1, 1, 0.4, 4, 0.6, 7, 1)
Q: Suppose there are 3 people in the line called joe.queue and 2 people in the line
called tom.queue. What is the value of the following Arena expression?
Answer:
NQ(tom.queue) ∗ NQ(joe.queue) + (TNOW < -1) The logical expression (TNOW <
-1) is false (since time is always at least 0). Thus, NQ(tom.queue) ∗ NQ(joe.queue) -
(TNOW < -1) = 6 + 0 = 6.