Notes

Simulation = abstraction of complicated natural phenomena… in computers

Good for following reasons:

Other notes

Techniques from the article

Final notes:

# Final Hacks

3) What is not a reason to use a pseudo-random number generator when making a simulation?

A: To mock imperfections from the real world B: To save resources C: To make the simulation more accurate

Notes

Option C is likely correct

4) Which of the following is the least likely factor to be removed from a flight(air traffic) simulation for functionality?

A: Weather B: Other aircraft C: Imperfections on aircraft

Option A is most likely correct

5) What is not (usually) a difference between a experiment and a simulation?

A: Resources and time needed B: Factors considered C: Situation considered

Notes:

Option A is likely correct

6) A car company needs to know how safe it’s customers will be if it’s new car crashes A: Simulation B: Experiment/calculation

A few notes:

The most feasible option in this case is Option A (simulation)

7) A environmental group wants an accurate guess on the impact the greenhouse effect will have on the environment A: Simulation B: Experiment/calculation

Option A (a simulation) would be most appropriate for this example. An experiment could have adverse effects on the climate (assuming the amount of greenhouse gasses released is substantial). Even if the greenhouse gasses have negligible environmental effects, it would be expensive to release a significant amount of gas in an experiment and it would be difficult to compare its effect since economies release high quantities of greenhouse gasses independently of the experiment. Meanwhile, the amount of greenhouse gasses in a simulation can be tightly controlled without potentially crippling the energy sector.

9) A teacher want’s to find the average score from a final A: Simulation B: Experiment/calculation

Option B (a simple calculation) is most appropriate. This is because all the teacher needs to do to find the average score is to divide the sum of all final scores by the number of test takers.