MODELING COMPLETE PRACTICE EXAM Georgia
Institute of Technology — Spring 2026 120 Multiple Choice
Questions with Answers and Rationales
EXAM OVERVIEW
Core Domains Covered:
• Simulation Fundamentals & History
• Probability & Random Variables
• Random Number Generation (RNG)
• Input Modeling & Data Analysis
• Random Variate Generation
• Output Analysis & Statistical Inference
• Variance Reduction Techniques
• Modeling & Simulation Languages
• Discrete-Event Simulation
• Verification & Validation
• Experimental Design & Optimization
• Applications of Simulation
1. What is simulation?
• A) The exact mathematical solution to a system of equations
• B) The imitation of a real-world process or system over time
• C) A numerical optimization technique
• D) A data collection method
,Rationale: Simulation involves generating an artificial history to draw inferences
concerning the operating characteristics of the real system that is represented.
2. What are the three methods to "solve" a model, from easiest to hardest?
• A) Numerical, Analytical, Simulation
• B) Analytical, Numerical, Simulation
• C) Simulation, Numerical, Analytical
• D) Simulation, Analytical, Numerical
Rationale: Analytical solutions are easiest (if available), numerical methods are
next, and simulation is typically the most difficult but also the most flexible for
complex systems.
3. Which of the following is NOT a reason to use simulation?
• A) System does not exist yet
• B) Observing the real system is too dangerous
• C) System is too complex for analytical solution
• D) The system is very simple and can be solved analytically
Rationale: If a system can be solved analytically, simulation is unnecessary and
inefficient.
4. The "simulation clock" in discrete-event simulation represents:
• A) The actual time of day
• B) A variable representing the current simulated time
• C) The speed of the computer
• D) The number of events processed
Rationale: The simulation clock advances to the time of the next event, not in
fixed increments.
,5. Which of the following is an advantage of simulation over analytical
modeling?
• A) Simulation is always faster
• B) Simulation provides exact solutions
• C) Simulation can model complex, stochastic systems
• D) Simulation requires no data
Rationale: Simulation can model systems that are too complex for analytical
solutions and can incorporate stochastic elements.
6. The term "stochastic" in simulation refers to:
• A) The system is deterministic
• B) The system involves randomness or probability
• C) The system is static
• D) The system is continuous
Rationale: Stochastic systems involve random variables and probabilistic
elements, which simulation can model effectively.
7. Which of the following is NOT a component of a simulation model?
• A) Entities
• B) Attributes
• C) Events
• D) The real system
Rationale: The simulation model is an abstraction of the real system, not the real
system itself.
8. The primary purpose of simulation is to:
, • A) Replace all real-world experiments
• B) Gain insight into system behavior and support decision-making
• C) Provide exact answers
• D) Eliminate the need for data
Rationale: Simulation provides insight and supports decision-making by analyzing
the behavior of complex systems.
9. Which of the following is a discrete-event simulation characteristic?
• A) Time advances in fixed increments
• B) Time advances to the next event time
• C) Time is continuous
• D) Time is not modeled
Rationale: In discrete-event simulation, the clock advances to the next event time,
skipping periods of inactivity.
10. The "event scheduling" approach in simulation involves:
• A) Generating random numbers
• B) Maintaining a list of future events and processing them in
chronological order
• C) Collecting data
• D) Validating the model
Rationale: Event scheduling is a simulation approach where events are scheduled
and processed in chronological order.
11. Simulation is typically used when:
• A) The system is static
• B) The system is deterministic