Unit 5 - Chapter 13 Flashcards

1
Q

The scientific method entails

A

observing the behaviors of a system and formulating a hypothesis that tries to understand and explain that behaviour.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A model is

A

a representation of the system being studied, which we claim behaves much like the original.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How computational model system works:

A

We initialize the system, observe its response, and if we are not satisfied, modify the parameters and run the model again. We repeat this process over and over, always trying to improve performance. Only when we think we have created the best design possible would we actually build it. This interactive approach to design is called computational steering.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Continuous model

A

In a continuous model, we write out a set of explicit mathematical equations that describes the behaviour of a system as a continuous function of time t. These equations are then solved on a computer system to produce the desired results. Unfortunately, there are many systems that cannot be modeled using precise mathematical equations because researchers have not discovered exactly what those equations should be.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

stochastic components

A

This means there are parts of the system that display random behaviour, much like the throw of the dice or the drawing of a playing card.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Event

A

Any activity that changes the state of our system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Statistical distribution

A

a mathematical equation specifying the probability that a random variable takes on a certain value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

uniform random number

A

a random integer v takes on one of the values 1,2,3,…,100 with equal likelihood.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A computer science dictum

A

garbage in, garbage out - the results you get out of a simulation model are only as good as the data and the assumptions put into the model.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Scientific visualization

A

is concerned with the issue of how to visualize data in a way that highlights its important characteristics and simplifies its interpretation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Computer graphics

A

the field of computer graphics is concerned with the technical issues involved in information display. That is, it deals with the actual algorithms for rendering a screen image0light sources, shadows, hidden lines and surfaces, shading, contours, and perspective. In contrast, scientific visualization is concerned with how to display a large data set in a way that is most helpful to users and that maximizes its comprehension.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly