Modelling And Simulation(It705c)

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Satyasaranc
S
Satyasaranc
Community Contributor
Quizzes Created: 1 | Total Attempts: 2,893
| Attempts: 2,893 | Questions: 40
Please wait...
Question 1 / 40
0 %
0/100
Score 0/100
1. An entity is

Explanation

An entity refers to an object of interest within a system. It can be a person, place, thing, or concept that is relevant to the system being discussed. This term is commonly used in various fields such as database management, software development, and business analysis to represent and describe elements that have significance and relevance within a given context.

Submit
Please wait...
About This Quiz
Simulation Quizzes & Trivia

This Modelling and Simulation quiz assesses key concepts in IT systems, focusing on entities, Monte-Carlo simulation, random variate generation, convolution methods, and queue management. It is designed to... see moreenhance understanding of both deterministic and stochastic processes in IT. see less

2. The first step in simulation is to

Explanation

In the first step of simulation, it is essential to define the problem that needs to be addressed. This involves clearly identifying the objectives, constraints, and variables of the simulation model. By defining the problem, the simulation team can establish a clear understanding of what they are trying to achieve and what factors need to be considered. This step is crucial as it sets the foundation for the entire simulation process and ensures that the subsequent steps are aligned with the problem at hand.

Submit
3. For normal distribution 

Explanation

In a normal distribution, the mean is equal to the median. This means that the average value of the data points is the same as the middle value. In a symmetrical distribution, where the data is evenly distributed around the mean, the mean and median will be the same. This is because the mean takes into account all the data points, while the median only considers the middle value. Therefore, in a normal distribution, the mean and median will be equal.

Submit
4. From a practical perspective, if we have a waiting line problem for which the Poisson and negative exponential distributions do not apply, and we desire a reasonably accurate solution, we should

Explanation

When the Poisson and negative exponential distributions do not apply to a waiting line problem and we still want a reasonably accurate solution, using simulation is the best approach. Simulation allows us to replicate the real-world scenario by creating a model and running multiple iterations to observe the system's behavior. By simulating the queuing process, we can gather data and analyze the results to make informed decisions and find an appropriate solution for the problem at hand.

Submit
5. Random variate of probability distribution can be generated using

Explanation

The correct answer is "both of these" because random variates of a probability distribution can be generated using both the inverse-transform technique and the acceptance-rejection technique. The inverse-transform technique involves transforming random numbers from a uniform distribution to generate random variates of the desired distribution. The acceptance-rejection technique involves generating random variates from a proposal distribution and accepting or rejecting them based on certain criteria to approximate the desired distribution. Therefore, both techniques can be used to generate random variates of a probability distribution.

Submit
6. Cumulative probabilities are found by

Explanation

Cumulative probabilities are calculated by summing all the previous probabilities up to the current value of the variable. This means that for each value of the variable, the probability of that value occurring is added to the sum of probabilities of all previous values. By doing this, we can determine the probability of obtaining a value less than or equal to a certain value.

Submit
7. The convolution method refers to adding

Explanation

The convolution method involves combining or adding two or more variables together. This technique is commonly used in signal processing and image processing to merge or blend different signals or images. By convolving multiple variables, their information can be combined to create a new output that represents the combined characteristics of the original variables. This method is often used in applications such as noise reduction, feature detection, and image filtering.

Submit
8. Simulation is best thought of as a technique to

Explanation

Simulation is a technique that involves creating a model or representation of a real-world system or process in order to gain a better understanding of it. By simulating the system, we can observe how it behaves under different conditions and make predictions about its performance. While simulation can also be used to provide numeric answers or solutions to problems, its primary purpose is to increase our understanding of the problem at hand. Therefore, the correct answer is "increase understanding of a problem."

Submit
9. Which of the following is used for random number generation

Explanation

All of the mentioned methods (method of linear congruencies, method of inverse transformation, and using rejection) can be used for random number generation. The method of linear congruencies involves generating random numbers based on a linear equation, while the method of inverse transformation uses the inverse of a cumulative distribution function to generate random numbers. The rejection method involves generating random numbers by rejecting certain values that do not meet specific criteria. Therefore, all of these methods can be used for random number generation.

Submit
10. Which of the following are advantages of simulation?

Explanation

Simulation allows "what-if?" type of questions, meaning that it allows users to explore different scenarios and evaluate the potential outcomes without actually implementing them in the real world. This can be beneficial for decision-making and planning purposes. Additionally, simulation does not interfere with the real-world system, which means that it can be used to test and analyze systems without causing any disruptions or risks. Therefore, the advantages of simulation include the ability to ask "what-if?" questions and the non-interference with the real-world system.

Submit
11. The idea behind simulation is to

Explanation

The correct answer is "all of the above." Simulation is used to imitate a real-world situation, allowing researchers to study its properties and operating characteristics. By drawing conclusions and making action decisions based on simulation results, individuals can gain valuable insights and make informed choices. Therefore, all of these options accurately describe the idea behind simulation.

Submit
12. All of the following are various ways of generating random numbers except

Explanation

The Fibonacci series is not a method of generating random numbers. It is a sequence of numbers where each number is the sum of the two preceding ones. This sequence follows a specific pattern and is deterministic, meaning it can be predicted and is not random. Therefore, it is not a valid option for generating random numbers.

Submit
13. In a Monte Carlo simulation, a variable that we might want to simulate is

Explanation

The correct answer is "all of the above." In a Monte Carlo simulation, we simulate various variables to analyze their impact on a system. Lead time for inventory orders to arrive, time between machine breakdowns, and time between arrivals at a service facility are all examples of variables that can be simulated in a Monte Carlo simulation. By simulating these variables, we can understand their distributions, identify patterns, and make informed decisions to optimize the system's performance.

Submit
14. Type – I error is the error of

Explanation

Type-I error refers to the error of rejecting the null hypothesis when it is actually true. In hypothesis testing, the null hypothesis assumes that there is no significant difference or relationship between variables. However, if we reject the null hypothesis based on the sample data, when in reality it is true, we commit a Type-I error. This means that we falsely conclude that there is a significant difference or relationship when there isn't one in the population. It is important to control the probability of Type-I error, typically denoted as alpha (α), to maintain the accuracy of statistical conclusions.

Submit
15. Maximum likelihood estimator are

Explanation

Maximum likelihood estimators are consistent, meaning that as the sample size increases, the estimate converges to the true value of the parameter being estimated. Additionally, maximum likelihood estimators are usually efficient, meaning that they have the smallest possible variance among all consistent estimators. However, they may not always be unbiased, meaning that on average they may not give the true value of the parameter.

Submit
16. In a M/M/1/∞/FIFO queue the probability of more than N customers in the queue is

Explanation

In a M/M/1/∞/FIFO queue, λ represents the arrival rate of customers and µ represents the service rate. The formula (λ /µ)N calculates the probability of having more than N customers in the queue. This formula is derived from the Poisson distribution, which is used to model arrival and service rates in queuing systems. By raising (λ /µ) to the power of N, we get the probability of N or more customers in the queue. Therefore, the correct answer is (λ /µ)N.

Submit
17. The mean of Binomial(10,1/2)  

Explanation

The mean of a binomial distribution is calculated by multiplying the number of trials by the probability of success in each trial. In this case, the number of trials is 10 and the probability of success is 1/2. Therefore, the mean is 10 * (1/2) = 5.

Submit
18. Monte-Carlo simulation is used for solving certain

Explanation

Monte-Carlo simulation is a technique used to solve both deterministic and stochastic problems. Deterministic problems are those that have a known and predictable outcome, while stochastic problems involve uncertainty and randomness. By using random sampling and statistical analysis, Monte-Carlo simulation can provide insights and solutions for both types of problems.

Submit
19. If we are going to simulate an inventory problem, we must

Explanation

To accurately simulate an inventory problem, it is necessary to run the simulation for many days many times, using multiple sets of random numbers. This is because inventory problems are affected by various factors that can change over time, such as customer demand, supplier availability, and production delays. Running the simulation for many days allows for a more comprehensive analysis of these factors and their impacts on the inventory system. Using multiple sets of random numbers ensures that the simulation captures different scenarios and variations in the input data, leading to more reliable results.

Submit
20. The mean of uniform(0,2)  

Explanation

The mean of a uniform distribution is the average of the minimum and maximum values of the distribution. In this case, the minimum value is 0 and the maximum value is 2. Therefore, the mean is (0+2)/2 = 1.

Submit
21. When simulating the Monte Carlo experiment, the average simulated demand over the long run should approximate the

Explanation

In a Monte Carlo experiment, the goal is to simulate various scenarios and calculate the average outcome over the long run. The "expected demand" refers to the average demand that is anticipated based on historical data and other relevant factors. Therefore, when simulating the experiment, the average simulated demand should approximate the expected demand, as it represents the most likely outcome.

Submit
22. Special-purpose simulation languages include

Explanation

Special-purpose simulation languages are designed specifically for simulating certain types of systems or processes. C++ and Visual Basic are general-purpose programming languages and can be used for a wide range of applications, including simulation, but they are not specifically designed for simulation. FORTRAN is a general-purpose programming language that is commonly used in scientific and engineering applications, but it is not a special-purpose simulation language. GPSS/H, on the other hand, is a special-purpose simulation language that is specifically designed for simulating manufacturing and industrial processes. Therefore, the correct answer is GPSS/H.

Submit
23. To automatically try different values of a decision variable in Crystal Ball, we use

Explanation

A decision table is used in Crystal Ball to automatically try different values of a decision variable. It allows users to define various combinations of input values and their corresponding outcomes, making it easier to analyze the impact of different scenarios on the decision variable. This helps in making informed decisions by considering the potential outcomes of different choices.

Submit
24. Which is the most common form of dynamic simulation?

Explanation

Discrete event simulation is the most common form of dynamic simulation. This type of simulation models the behavior of a system as a sequence of discrete events, such as arrivals, departures, or changes in state. It is widely used to analyze and optimize complex systems with unpredictable events and interactions, such as manufacturing processes, transportation systems, or computer networks. Static simulation, on the other hand, does not involve the modeling of dynamic events and is used to analyze systems with constant or predetermined inputs. Stochastic simulation incorporates randomness into the model, while discrete time simulation models the system using a discrete time scale.

Submit
25. The parameters of a binomial distribution with mean 8 and variance 4 are

Explanation

The given answer, n=16 and p=1/2, is correct because it satisfies the conditions of the binomial distribution. The mean of a binomial distribution is given by n*p, and in this case, it is 16*(1/2) = 8, which matches the given mean of 8. Similarly, the variance of a binomial distribution is given by n*p*(1-p), and in this case, it is 16*(1/2)*(1-(1/2)) = 4, which matches the given variance of 4. Therefore, n=16 and p=1/2 is the correct answer.

Submit
26. The three types of mathematical simulation models are

Explanation

The correct answer is operational gaming, Monte Carlo, systems simulation. This answer is correct because it accurately identifies the three types of mathematical simulation models. Operational gaming involves using simulations to model and analyze real-world operational scenarios. Monte Carlo simulation is a statistical technique that uses random sampling to model and analyze complex systems. Systems simulation involves creating computer models to simulate and analyze the behavior of complex systems.

Submit
27. A M/M/1/∞/FIFO queue is in explosive state if 

Explanation

In a M/M/1/∞/FIFO queue, λ represents the arrival rate of customers and µ represents the service rate of the system. When λ is greater than µ, it means that the arrival rate of customers is higher than the service rate, causing the queue to continuously grow and potentially become infinite. This is known as an explosive state, where the system is unable to handle the incoming customers efficiently, leading to congestion and a backlog of customers waiting in the queue.

Submit
28. Which of the following are disadvantages of simulation?

Explanation

Simulation is a method that is used to model and analyze real-world situations. One of the disadvantages of simulation is that it is not usually easily transferable to other problems. This means that the simulation model that is created for a specific problem may not be applicable or effective for solving other problems. Simulation is often tailored to a specific context and may not be easily adaptable to different scenarios or situations. Therefore, it may not be a suitable approach for solving a wide range of problems.

Submit
29. Simulation should be thought of as a technique for

Explanation

Simulation is a technique that helps individuals gain a deeper understanding of complex problems. It allows them to create a simplified model of the problem and observe how it behaves under different conditions. By simulating the problem, individuals can explore various scenarios, identify patterns, and gain insights that can enhance their understanding. While simulation may not always provide optimal or inexpensive solutions, its primary purpose is to increase one's comprehension of the problem at hand.

Submit
30. If X be a random variable of any continuous distribution then Y=F(X) having distribution

Explanation

If X is a random variable of any continuous distribution, then Y=F(X) will have a uniform distribution in the interval (0,1). This is because the cumulative distribution function (CDF) F(X) transforms the values of X into probabilities between 0 and 1. As F(X) is a monotonically increasing function, the values of Y will be evenly spread out in the interval (0,1), resulting in a uniform distribution.

Submit
31. For a chi-square distribution with n degrees of freedom the mean is 

Explanation

The mean of a chi-square distribution with n degrees of freedom is equal to n. This means that on average, the chi-square values will be equal to the number of degrees of freedom.

Submit
32. Deterministic simulation model contains 

Explanation

A deterministic simulation model does not contain any random variables. This means that the model's output is completely determined by its inputs and the relationships defined within the model. There is no element of randomness or uncertainty involved in the model's calculations or results.

Submit
33. The parameters of a binomial distribution with mean 80 and variance 4 are

Explanation

not-available-via-ai

Submit
34. The parameters of a binomial distribution with mean 80 and variance 4 are

Explanation

The parameters of a binomial distribution are the number of trials (n) and the probability of success (p). In this case, the mean is given as 80 and the variance is given as 4. However, none of the given options for n and p will result in a mean of 80 and a variance of 4 for a binomial distribution. Therefore, the correct answer is "None of these."

Submit
35. To simulate from a discrete general distribution in Excel without Crystal Ball, we use

Explanation

To simulate from a discrete general distribution in Excel without Crystal Ball, we can use a LOOKUP function. The LOOKUP function allows us to search for a value in a range of cells and return a corresponding value from another range of cells. In this case, we can use the LOOKUP function to search for random numbers generated using the RAND function and return the corresponding values from the discrete general distribution. This allows us to simulate random values from the distribution in Excel without the need for additional software like Crystal Ball.

Submit
36. If a random variable X follows Normal distribution with mean 1 and variance 4 then Y=(X-1)/2 follows

Explanation

If a random variable X follows a Normal distribution with mean 1 and variance 4, then Y=(X-1)/2 follows a Normal distribution with mean 0 and variance 1. This is because when we subtract the mean (1) from X and divide the result by 2, we shift the distribution to have a mean of 0 and scale it down to have a variance of 1.

Submit
37. The first step in the Monte Carlo simulation process is to

Explanation

In Monte Carlo simulation, the first step involves setting up probability distributions. This is because the simulation relies on random sampling from these distributions to model the uncertainty and variability of the variables being studied. By defining the probability distributions, the simulation can generate random numbers that follow these distributions, allowing for the analysis of different scenarios and the estimation of probabilities for various outcomes. Setting up cumulative probability distributions and random number intervals comes later in the process, after the probability distributions have been established.

Submit
38. The mean of normal(10,1/2)  

Explanation

The mean of a normal distribution with parameters (10, 1/2) is 10. This means that the average value of the data points in this distribution is 10.

Submit
39. To run several replications of a large simulation model in Excel without Crystal Ball, we use

Explanation

To run several replications of a large simulation model in Excel without Crystal Ball, we use a Data Table. A Data Table allows us to input different values for certain variables in the model and see the resulting outputs. By running multiple iterations with different values, we can simulate different scenarios and analyze the impact on the model's outcomes. This is a useful tool for sensitivity analysis and evaluating the robustness of the model. The other options mentioned (IF function, NORMINV function, and LOOKUP function) are not specifically designed for running replications of simulation models.

Submit
40. If a random variable X follows Normal distribution with mean 1 and variance 4 then Y=(X+1)/2 follows

Explanation

If a random variable X follows a Normal distribution with mean 1 and variance 4, then the transformation Y=(X+1)/2 does not follow any of the given options. The transformation Y is obtained by adding 1 to X and dividing it by 2. This will shift the mean of X by 1 unit to the right and scale it down by a factor of 2. Therefore, Y will follow a Normal distribution with mean (1+1)/2=1 and variance (4/2)^2=1. Hence, the correct answer is "None of these".

Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Aug 14, 2015
    Quiz Created by
    Satyasaranc
Cancel
  • All
    All (40)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
An entity is
The first step in simulation is to
For normal distribution 
From a practical perspective, if we have a waiting line problem for...
Random variate of probability distribution can be generated using
Cumulative probabilities are found by
The convolution method refers to adding
Simulation is best thought of as a technique to
Which of the following is used for random number generation
Which of the following are advantages of simulation?
The idea behind simulation is to
All of the following are various ways of generating random numbers...
In a Monte Carlo simulation, a variable that we might want to simulate...
Type – I error is the error of
Maximum likelihood estimator are
In a M/M/1/∞/FIFO queue the probability of more than N customers in...
The mean of Binomial(10,1/2)  
Monte-Carlo simulation is used for solving certain
If we are going to simulate an inventory problem, we must
The mean of uniform(0,2)  
When simulating the Monte Carlo experiment, the average simulated...
Special-purpose simulation languages include
To automatically try different values of a decision variable in...
Which is the most common form of dynamic simulation?
The parameters of a binomial distribution with mean 8 and variance 4...
The three types of mathematical simulation models are
A M/M/1/∞/FIFO queue is in explosive state if 
Which of the following are disadvantages of simulation?
Simulation should be thought of as a technique for
If X be a random variable of any continuous distribution then Y=F(X)...
For a chi-square distribution with n degrees of freedom the mean...
Deterministic simulation model contains 
The parameters of a binomial distribution with mean 80 and variance 4...
The parameters of a binomial distribution with mean 80 and variance 4...
To simulate from a discrete general distribution in Excel without...
If a random variable X follows Normal distribution with mean 1 and...
The first step in the Monte Carlo simulation process is to
The mean of normal(10,1/2)  
To run several replications of a large simulation model in Excel...
If a random variable X follows Normal distribution with mean 1 and...
Alert!

Advertisement