0% found this document useful (0 votes)
19 views

Modelling Assignment 4

assignment

Uploaded by

saritasharma8201
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
0% found this document useful (0 votes)
19 views

Modelling Assignment 4

assignment

Uploaded by

saritasharma8201
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/ 1

Modeling and Simulation

Assignment 4

Unit 3

Q.1 For an inventory stock, I, as a product arrive inventory level updates Make a flowchart to
calculate total inventory.

Q.2 For an inventory system, initial inventory is given I, draw a flowchart for decrement of
inventory as demand arrive.

Q.3 Draw a flowchart for inventory calculation. If the next order is placed only when inventory
level goes down to S units. Initial inventory is I units.

Q.4 Draw a flowchart for a company with initial inventory level, I, order is replaced when the
stock goes down to 50 units and order get received in 3 days. Update all the variables involved
in this inventory system.

Q.5 Draw a flowchart initial inventory stock I units, order is placed when an inventory level goes
down to 100 units, order arrives in 3 days. If order does not receive in 3 days there will be a
penalty of Rs. 20 as Shortage cost. Use appropriate theoretical model and calculate EOQ and
total variable cost.

Q.6 Draw flow chart, write algorithm and programs for:

a. Queuing Model (M / M / 1) : ( / FCFS) .


b. Queuing Model (M / M / 1) : ( / SIRO).

Q.7 Write short notes on simulators and software

a. Queuing-MATLAB and simulink


b. M/M/n queuing model simulation
c. QSIM

Q.8 Write an algorithm to update the queue length for a queuing system. Queue length is updated
as and when a person joins or leave the queue.

Q.9 Write an algorithm to update queue length and queue time for a queuing system if each
service takes 3 minutes.

Q.10 Write an algorithm to update queue length and queue time for a queuing system. New
queue is formed only when a queue has 10 or more people in the queue. Maximum number of
queue are 4, after that a person can not join the system. Service time is 5 minute per
person.Update queue length, number of queues and queue time.

You might also like