Detailed Rationales | 100% Verified | Pass Guaranteed – A+ Graded
Section A: Simulation Fundamentals & History (10 Questions)
Q1: A supply chain analyst develops a computational representation of a warehouse
order fulfillment process to study bottlenecks without disrupting actual operations. This
representation is best described as:
A. A deterministic algorithm that always produces the same output
B. A high-level representation of the operation of a real-world process or system
[CORRECT]
C. A statistical regression model fitted to historical data
D. A continuous-time differential equation governing throughput
Correct Answer: B
Rationale: By definition, a model is a high-level representation of a real-world process or
system. Option A describes a specific algorithm type, C describes a statistical
technique, and D describes a mathematical model form rather than the general concept.
,Q2: An aerospace engineer uses software to imitate the aerodynamic stresses on an
aircraft wing over a 10-hour simulated flight. This activity is best described as:
A. An analytical derivation of closed-form stress equations
B. A numerical optimization of wing geometry
C. The imitation of a real-world process or system over time [CORRECT]
D. A deterministic computation with no randomness
Correct Answer: C
Rationale: Simulation is defined as the imitation of a real-world process or system over
time. Options A and B describe non-simulation techniques, and D incorrectly labels it
deterministic.
Q3: A retail inventory system updates stock levels only when a shipment arrives or a
customer places an order. Between these events, the inventory level remains constant.
This model is:
A. Continuous because inventory is a numerical quantity
B. Discrete because changes occur at discrete points in time [CORRECT]
,C. Stochastic because future demand is uncertain
D. Deterministic because the current level is known
Correct Answer: B
Rationale: Discrete models change state only at discrete time points (arrivals/orders).
Option A confuses continuous state variables with continuous-time models, C describes
randomness rather than time structure, and D describes predictability.
Q4: A chemical process control system tracks the temperature inside a reactor, which
changes smoothly and continuously at every instant as heat is added or removed. This
model is:
A. Discrete because temperature readings are taken at intervals
B. Continuous because the system state changes continuously over time [CORRECT]
C. Stochastic because heat transfer has random components
D. Deterministic because the reaction follows known laws
Correct Answer: B
, Rationale: Continuous models have state variables that change continuously over time.
Option A confuses sampling with model type, C describes randomness, and D describes
predictability.
Q5: A manufacturing simulation includes random machine breakdowns and variable
processing times sampled from probability distributions. A competing version assumes
fixed processing times and no breakdowns. The first model is _____, while the second is
_____.
A. Continuous; discrete
B. Stochastic; deterministic [CORRECT]
C. Deterministic; stochastic
D. Discrete; continuous
Correct Answer: B
Rationale: The first model incorporates randomness (stochastic), while the second has
no randomness (deterministic). Options A and D confuse the discrete/continuous
distinction with the stochastic/deterministic distinction.