100% found this document useful (1 vote)
2K views2 pages

Simulation & Modelling 1st Sessional Test Question Paper

This document contains a test for the subject Simulation and Modelling. It has 4 questions assessing different learning outcomes. Question 1 has 3 parts asking about access specifiers in VB.NET, exceptions handling, and modeling entities for fast food restaurants and hospital emergency rooms. Question 2 has 4 parts about Monte Carlo simulation, continuous system simulation with examples, comparing analytical and simulation methods, and applications of Monte Carlo methods. Question 3 asks about object orientation in Visual Basic and properties in programming. Question 4 presents a simulation problem about a dentist's schedule to calculate average patient wait time and doctor idleness over 4 hours using given random numbers.

Uploaded by

atul211988
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
2K views2 pages

Simulation & Modelling 1st Sessional Test Question Paper

This document contains a test for the subject Simulation and Modelling. It has 4 questions assessing different learning outcomes. Question 1 has 3 parts asking about access specifiers in VB.NET, exceptions handling, and modeling entities for fast food restaurants and hospital emergency rooms. Question 2 has 4 parts about Monte Carlo simulation, continuous system simulation with examples, comparing analytical and simulation methods, and applications of Monte Carlo methods. Question 3 asks about object orientation in Visual Basic and properties in programming. Question 4 presents a simulation problem about a dentist's schedule to calculate average patient wait time and doctor idleness over 4 hours using given random numbers.

Uploaded by

atul211988
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Tula's Institute, Dehradun

1st Sessional Test(Session: 2020-21)

Course: MCA
Branch/Semester: IIIrd
Subject with Code: SIMULATION & MODELLING (MCAT 304)

Time: 60 Minutes Max Marks: 30


Attempt all questions.

Q.1 Attempt all: (3X 3 =9) (CO1)


a. What are the different Access specifiers in VB.NET? Explain.
b. What are Exceptions? How can we handle Exceptions?
c. Discuss entities, attributes, activities, events and state variables of following system:
(i) Fast Food Restaurant
(ii) Hospital Emergency Room

Q.2 Attempt any three: (3 X3 = 9) (CO2)


a. Describe Monte Carlo simulation method in detail.
b. Discuss continuous system simulation with eg.
c. Compare analytical and simulation methods.
d. Mention some of the application areas of Monte Carlo method

Q. 3. (a) Is Visual Basic an Object oriented language? Explain Abstraction, Encapsulation,


Inheritance and Polymorphism in detail. (6X1 = 6)(CO1)
Or
(b) Explain Fields, Properties, Methods and Events in detail.

Q.4. Sneha is a dentist who schedules all her patients for 40 minutes appointments. (6X1 = 6) (CO2)
Some of the patients take more or less than 40 minutes depending on the type of
dental work to be done. The following summary shows the various categories
of work, their probabilities and the time actually needed to complete the work

Category Time Required No. of Patients Probability


Filling 50 min 40 0.40
Crowning 65 min 15 0.15
Cleaning 20 min 15 0.15
Extracting 50 min 10 0.10
Checkup 20 min 20 0.20
Simulate the dentist’s clinic for 4 hours and find out the average waiting time for
the patients as well as the idleness of the doctor. Assume that all the patients show
up at the clinic at exactly at their scheduled, arrival time starting at 8:00 AM.

*Use the following random numbers for handling the above problem
40, 82, 11, 34, 25, 66, 17, 79

You might also like