Modelling Assignment 4
Modelling Assignment 4
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.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.