CSC 216 - Introduction To Simulation and Modelling Test Questions PDF
CSC 216 - Introduction To Simulation and Modelling Test Questions PDF
INTRODUCTION TO
SIMULATION AND
MODELLING
The test starts at 5:00pm and ends at
5:30pm.
Math.java ( )
Math.random ( )
Math.subroutine ( )
Math.ran ( )
Other:
Untitled Section
2. The Fortran intrinsic subroutine for*
generating random number
is__________
RANDOM_NUMBER (R)
Math.random
Untitled Section
RANDOM_NUMBER
MATH.Tan
SYSTEM_CLOCK
Untitled Section
4. What is the run, r of the sequence
of random numbers:
69 56 48 06 73
91 70 10 38 64
67 69 29 39 87
38 71 24 79 20
61 54 08 31 72
46 24 52 21 80
18
19
20
17
Untitled Section
5. What is the expected value E(r) *
of the run of random numbers:
69 56 48 06 73
91 70 10 38 64
67 69 29 39 87
38 71 24 79 20
61 54 08 31 72
46 24 52 21 80
19.67
18.52
15.82
17.96
6. What is the V(r) of the run of the *
sequence of random numbers:
69 56 48 06 73
91 70 10 38 64
67 69 29 39 87
38 71 24 79 20
61 54 08 31 72
46 24 52 21 80
3.68
10.51
5.01
7.01
Untitled Section
Kolmogorov-Smirnov Test
A and B above
Untitled Section
Kolmogorov-Smirnov Test
A and B above
Untitled Section
Analogue System
Hybrid System
Continuous System
Discrete System
Untitled Section
10. A system in which the state *
changes abruptly at discrete points in
time is called
Analogue System
Hybrid System
Continuous System
Discrete System
Untitled Section
Event
Model
Entity
Untitled Section
12. In a queuing system, the *
beginning of service for a customer is
an:
Endogenous event
Exogenous event
Resources
Untitled Section
Endogenous event
Exogenous event
Resources
Untitled Section
14. The ways of generating random*
numbers include:
Untitled Section
Random-number assignment
Chi-square method
Kolmogorov-sminorov method
Untitled Section
16. The production of random *
numbers using the arithmetic
properties of a computer is
called___________
Real numbers
Natural numbers
Pseudorandom number
Even numbers
Untitled Section
Computer-generated random
numbers
Quadratic methods
Untitled Section
18. The model which entails the use
of random numbers to introduce into the
model the variability of the real world is
called?
Continuous model
Discrete model
Analogue model
Untitled Section
Discrete model
Analogue model
Continuous model
Untitled Section
20. An entity is said to be dynamic *
if it:
Untitled Section
Global values
Dynamic system
Local values
Untitled Section
22. An activity is the _________ of *
time which is known prior to
commencement of the activity.
Depend
Delay
Scheduled
Duration
Untitled Section
Depend
Delay
Scheduled
Duration
Untitled Section
24. Lists are usually processed *
according to:
First-out
Untitled Section
Flexibility
Untitled Section
26. Given 7777 as the seed in the *
middle square method of random
number generation, the next two seeds
are:
4817, 2034
2034, 4817
4178, 2304
2432, 4178
Untitled Section
81, 30
03, 81
18, 03
81, 03
Untitled Section
28. Given that the following set of *
random numbers have been generated
using congruence method.
4 5 2 3 0
1 6 7.
What is the length of the random
numbers?
Untitled Section
29. Using the congruence method *
the following random numbers were
generated:
22 16 20 2 14
6 19 18
11 8 10
1 7 3 21 9
17 4 5 12 15 13
What is the modulo value, M?
22
17
13
23
Untitled Section
30. Given the random numbers: *
70 10 38 64 67
69.
How many days of the year can you
generate
Untitled Section
Impossible
December 2, 2022
October 8, 2022
February 7, 2022
Untitled Section
32. In java, the basic mathematical
function for generating pseudorandom
value drawn from a standard uniform
distribution in the interval (0, 1) is:
Math.random ( )
Math.ran ( )
Math.rand ( )
Math.rnd ( )
Untitled Section
alternative solution
actual solution
Untitled Section
34. A valid reason for using *
simulation is that relationship between
the variables is:
non-linear
accurate
linear
Untitled Section
verification
data collection
Untitled Section
36. The intrinsic subroutine that *
may be used in Fortran to simulate
random events is:
RANDOM_NUMBER (R)
RANDOM_SEED
SYSTEM_CLOCK
None
Untitled Section
RANDOM_NUMBER (R)
None
RANDOM_SEED
SYSTEM_CLOCK
Untitled Section
38. RANDOM.ORG offers true *
random numbers to anyone on the
internet because the randomness
comes from
atmospheric mouse
automobile sound
Untitled Section
Yes
No
Untitled Section
40. What is the value of C that will *
make the random variable specified by
the distribution below a probability
mass function.
Untitled Section
0.5
0.4
0.2
0.3
Untitled Section
42. If X is a continuous random *
variable with probability density
function. What is the value of a?
Untitled Section
A
B
D
Untitled Section
Resource
Untitled Section
Resource
Untitled Section
46. When an entity operates *
through the system it is said to be
dynamic
static
Untitled Section
Untitled Section
48. The time of arrival in a queuing*
system could be an ____________ of a
customer who is an _______________
entity, attribute
attribute, entity
Untitled Section
event
List processing
static entity
Resources
Untitled Section
50. When an entity has attributes *
that are peculiar to it alone, the
attributes are referred to as:
Local
global
Untitled Section
Single server
Parallel server
Idle server
Untitled Section
52. If a dynamic entity requests for *
some units of a resource and is
denied, the requesting entity can:
join a queue
Untitled Section
FIFO
LIFO
SIRO
Untitled Section
54. List can be processed *
according to:
FIFO
LIFO
SIRO
Untitled Section
A delay
An activity
An attribute
An entity
Untitled Section
56. A customer arrive at a single *
server queuing system according to
Poisson distribution with arrival rate of
6 customers per hour and service rate
of 12 customers per hour. Determine
the traffic intensity.
10
12
0.5
Untitled Section
0.5
12
10
Untitled Section
8 minutes
5 minutes
10 minutes
6 minutes
Untitled Section
Flexibility
Speed phenomenon
mean
modal class
process generators
Untitled Section
Forms