Chapter 2 Csci | by CHAD

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/50

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:06 PM on 8/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

51 Terms

1
New cards

Model

A simplified representation of a real-world system built to study, predict, or analyze its behavior.

2
New cards

Modeling

is the application of methods to analyze complex, realworld problems in order to make predictions about what might happen with various actions

3
New cards

Variables

These are the fundamental "parts" or "actors" within the model, representing physical things, concepts, or processes. These are elements that change.

4
New cards

Parameters

Constants that define the properties of a system and control how variables change.

5
New cards

Equations/Rules

Relationships that describe how variables change within a model.

6
New cards

Computational Model

A simplified representation of a real-world object, process, or system created using mathematical relationships and computational methods.

7
New cards

Deterministic Model

A model that always produces the same output when given the same input.

8
New cards

Stochastic / Probabilistic Model

A model that incorporates randomness or probability and may produce different outputs from the same input.

9
New cards

Static Model

A model that does not consider time and can be viewed like a snapshot or map.

10
New cards

Dynamic Model

A model in which time changes and the system evolves over time.

11
New cards

Continuous Model

A model in which time changes continuously and smoothly.

12
New cards

Discrete Model

A model in which time changes through incremental steps.

13
New cards

SIR Model

A mathematical model used to understand how a disease spreads through a population, consisting of Susceptible, Infected, and Recovered groups.

14
New cards

Susceptible (S)

The SIR population consisting of people who do not yet have the disease but can become infected.

15
New cards

Infected (I)

The SIR population consisting of people who currently have the disease and can spread it.

16
New cards

Recovered (R)

The SIR population consisting of people who have recovered from the disease.

17
New cards

Beta (β) / Infection or Transmission Rate

The SIR parameter representing the infection or transmission rate.

18
New cards

Gamma (γ) / Recovery Rate

The SIR parameter representing the recovery rate.

19
New cards

Simulation

The process of running a model to study system behavior under different conditions.

20
New cards

Verification

The process that determines whether a model's solution works correctly.

21
New cards

Validation

The process that determines whether the model addresses the correct problem and satisfies its requirements.

22
New cards

NumPy

A Python library for numerical and scientific computing that provides support for large multi-dimensional arrays and matrices.

23
New cards

SciPy

A Python library that builds on NumPy and provides algorithms and functions for advanced computational science, engineering, and applied mathematics.

24
New cards

Matplotlib

A Python plotting library used to create static, animated, and interactive plots.

25
New cards

Seaborn

A high-level statistical visualization library built on Matplotlib.

26
New cards

SimPy

A Python library for modeling and simulating systems in which events occur at discrete points in time.

27
New cards

TRUE

A model is an abstraction that focuses only on the key features of a real-world system relevant to a particular problem.

28
New cards

TRUE

Computational models allow researchers to evaluate different scenarios without directly experimenting on real-world systems.

29
New cards

TRUE

One purpose of computational modeling is to minimize the risks associated with real-world experimentation.

30
New cards

TRUE

A good computational model should be simple but realistic rather than unnecessarily detailed.

31
New cards

TRUE

Deterministic models are unable to represent uncertainty because they do not incorporate randomness.

32
New cards

TRUE

In the SIR model, the number of susceptible people generally decreases as the disease spreads.

33
New cards

TRUE

A higher infection rate β generally causes a disease to spread faster.

34
New cards

TRUE

A stochastic model can produce different outputs from the same input because uncertain events are involved.

35
New cards

FALSE

A static model explicitly represents how a system changes over time.

36
New cards

TRUE

A dynamic model can be compared to a movie because it represents changes over time.

37
New cards

TRUE

A discrete model represents changes in incremental steps, while a continuous model represents smooth change.

38
New cards

TRUE

Modeling is an iterative process in which models may be built, tested, refined, and reapplied.

39
New cards

TRUE

Simplifying assumptions are sometimes necessary because considering every detail can make a model too complex to solve or run efficiently.

40
New cards

TRUE

Verification determines whether the solution works correctly, while validation determines whether the correct problem is being solved.

41
New cards

TRUE

Maintaining a model may require updating it when new information or changing conditions affect the system.

42
New cards

Variables, Parameters, Equations/Rules

The three key components of a model.

43
New cards

Describe how a system works; Explain relationships among variables; Predict future behavior; Analyze different situations; Support scientific and engineering decisions; Test "what-if" scenarios safely

Six major purposes of using models.

44
New cards

Simple but realistic; Accurate; Reliable; Easy to understand; Based on valid assumptions; Flexible enough for different situations

Six characteristics of a good computational model.

45
New cards

No randomness; Predictable results; Exact mathematical relationships; Easier to analyze

Four characteristics of a deterministic model.

46
New cards

Uses probability; Includes random variables; Models uncertainty; Produces multiple possible outcomes

Four characteristics of a stochastic model.

47
New cards

Analyze the problem; Formulate a model; Solve the model; Verify and interpret the model's solution; Report on the model; Maintain the model

Six steps of the modeling process in order.

48
New cards

Gather data; Make simplifying assumptions and document them; Determine variables and units; Establish relationships among variables and sub-models; Determine equations and functions

Five activities involved in Formulating a Model.

49
New cards

Algebra; Calculus; Graphs; Computer programs; Computer packages

Five techniques/tools used to solve a model.

50
New cards

Analysis of the problem; Model design; Model solution; Results and conclusions

Four components of a model report.

51
New cards

NumPy; SciPy; Matplotlib; Seaborn; SimPy

Five Python libraries for computational science presented in the chapter.