You are on page 1of 18

OPERATIONS RESEARCH

DEPARTMENT OF MECHANICAL ENGINEERING

MET61 – OPERATIONS RESEARCH

TWO MARK QUESTIONS AND ANSWERS

UNIT – I

1) What is Operations Research?


Operations Research is a scientific method of providing executive departments with a quantitative
basis for decisions regarding the operations under their control.

2) List the scope of operations research?

 Resource allocation problems.  Transportation problems.


 Inventory control problems.  Queuing problems.
 Replacement problems.  Sequencing and scheduling problems.

3) Give the applications of operations research.

 Scientific research.  Defence.  Planning.


 Industries.  Agriculture.  Public utilities.

4) What are the phases (or) methodology of OR?

 Formulating the problem.


 Constructing a model to represent the system under study.
 Deriving a solution from the model
 Testing the model and the solution derived from it.
 Establishing controls over the solution.
 Implementation.

5) State the limitations of operations research.

 Mathematical models, which are essence of OR, do not take into account qualitative factors (or)
emotional factors which are quite real. All influencing factors which cannot be quantified find no
place in OR.
 Mathematical models are applicable to only specific categories of problems.

6) What is linear programming problem?

Linear programming problem deals with the optimization of a function of decision variables known
as objective function, subject to a set of simultaneous linear equations (or) inequalities known as
constraints.
OPERATIONS RESEARCH

7) What are the requirements of LPP?

 There must be a well defined objective function.


 There must be alternative courses of action to choose.
 At least some of the resources must be in limited supply, which give rise to constraints.
 Both the objective function and constraints must be linear equations (or) inequalities.

8) State the characteristics of linear programming problems.

 Proportionality.  Certainty (or) Deterministic.


 Additivity.  Finiteness.
 Rivisibility.  Optimality.

9) What are the applications of LPP?

Linear programming techniques are widely used to solve the problems arising in the following
fields:

 Business.  Economics.  Advertising.


 Industries.  Marketing.
 Military.  Distribution.

10) Write the mathematical formulation of LPP.

If xj ( j = 1, 2, … , n ) are the n decision variables of the problem and if the system is subject to m
constraints, the general mathematical model can be written in the form:

Optimize (maximize or minimize) Z = f ( x1, x2, … , xn )

subject to gi ( x1, x2, … , xn ) ≤, = , ≥ bi, ( i = 1, 2, … , m ), (called structural constraints)

and x1, x2, … , xn ≥ 0. (called the non – negativity restrictions or constraints)

11) What is meant by graphical method of solving LPP?

A linear programming problem with only two variables can be effectively solved by a graphical
method which provides a pictorial representation of the problem and solution and gives the basic
concepts used in solving general LPP.

12) Define a feasible region.

A region in which all the constraints are satisfied simultaneously is called a feasible region.

13) What is simplex method (or) simplex algorithm?

The simplex method provides an algorithm which consists in moving from one vertex of the
region of feasible solutions to another vertex in such a way that the value of the objective function at
the succeeding vertex is less in a minimization problem (or) more in a maximization problem than at
the preceding vertex.

This procedure of jumping from one vertex to another is then repeated. Since the number of
vertices is finite, this method leads to an optimal vertex in a finite number of steps (or) indicates the
existence of an unbounded solution.
OPERATIONS RESEARCH

14) Define basic solution in LPP.

A solution obtained by setting any n variables (among m + n variables) equal to zero and
solving for remaining m variables is called a basic solution.

These m variables are called basic variables and the remaining n variables that have been put
equal to zero each are called non – basic variables.

15) Define feasible solution in LPP.

A set of variables ( x1, x2, … , xn+m ) is called a feasible solution to L.P problem if it satisfies the
constraints as well as non – negativity restrictions.

16) Define basic feasible solution in LPP.

The basic solution that also satisfies the non – negativity restrictions are called basic feasible
solution.

17) What is meant by non – degenerate basic feasible solution?

It is a basic feasible solution in which all the m basic variables are positive (> 0) and the
remaining n variables are zero each.

18) What is meant by degenerate basic feasible solution?

It is a basic feasible solution in which one or more of the m basic variables are equal to zero.

19) Define optimal basic feasible solution (or) optimal solution in LPP.

It is the basic feasible solution that also optimizes the objective function.

20) What do you mean by unbounded solution in LPP?

If the value of the objective function can be increased or decreased indefinitely, the solution is
called unbounded solution.

21) What do you mean by optimality test in LPP?

By performing optimality test we can find whether the current feasible solution can be improved
or not.

 In case of maximization problems, if (Z j – Cj) ≥ 0, then the current basic feasible solution is
optimal.
 In case of minimization problems, if (Zj – Cj) ≤ 0, then the current basic feasible solution is
optimal.

22) Define slack and surplus variables.

Slack variable:

The non – negative variable which is added to LHS of the constraint having ≤ to convert the
inequality into an equality is called slack variable.
OPERATIONS RESEARCH

Surplus variable:

The non – negative variable which is subtracted from the LHS of the constraint having  to
convert the inequality into an equality is called surplus variable.

23) What is the difference between simplex procedure for a maximization and minimization
problem?

S.No Maximization Minimization


If all (Zj – Cj) ≥ 0, then the current basic If all (Zj – Cj) ≤ 0, then the current basic
1
feasible solution is optimal feasible solution is optimal
If atleast (Zj - Cj) < 0, then the current If atleast (Zj - Cj) > 0, then the current
2
basic feasible solution is not optimal basic feasible solution is not optimal
The entering variable is the non – basic The entering variable is the non – basic
3 variable corresponding to the most variable corresponding to the most
negative value of (Zj - Cj) positive value of (Zj - Cj)

24) State the purpose of artificial variables in simplex method.

In an LPP, if at least one of the constraints is of (≥) or (=) type, then we introduce another type of
variables called artificial variables to the problem. These variables are fictitious and have no physical
meaning.

25) What are the techniques available to solve the LPP involving artificial variables?

 Big – M method (or) M – technique (or) Method of penalties.


 Two – phase method.

26) What do you mean by pseudo – optimal solution?

If atleast one artificial variable appears in the basis at non – zero level and the optimality
condition is satisfied, then the original problem has no feasible solution. The solution that satisfies the
constraints but does not optimize the objective function since it contains a very large penalty M and is
called pseudo – optimal solution.

27) Differentiate between Big – M method and Two – phase method.

Big – M method Two – phase method

Artificial variables are added to convert the Artificial variables are added to convert the
problem to standard form and then eliminate problem to standard form and then eliminate
them from the solution. them from the solution.

Number of iterations are equal. Number of iterations are equal.


Solves the L.P problem in two stages as two
Solves the L.P problem in one stage.
linear problems.
Computationally inconvenient due to the
Does not involve M during computations.
existence of the large penalty, M.
OPERATIONS RESEARCH

28) Define the dual of LPP.

For every linear programming problem, there is a unique linear programming problem associated
with it, involving the same data and closely related optimal solutions. The original problem is then
called the primal problem while the other is called its dual problem. But in general, two problems are
said to be duals of each other.

29) What is dual simplex method?

The dual simplex method is used to solve problems which start dual feasible i.e., whose primal is
optimal but infeasible. In this method the solution starts optimum but infeasible and remains infeasible
until the true optimum is reached at which the solution becomes feasible.

30) List the applications of dual simplex method.

 Parametric programming.
 Integer programming algorithms.
 Some non – linear programming algorithms.

31) What is sensitivity analysis?

The study of the effect of discrete (or) continuous changes in parameters on the optimal solution
is called the sensitivity analysis, while that of continuous changes in parameters is called parametric
programming.

32) Define integer programming problem.

A linear programming problem in which some or all of the variables in the optimal solution are
restricted to assume non – negative integer values is called an integer programming problem.

33) Define pure integer programming problem.

In a linear programming problem, if all the variables in the optimal solution are restricted to
assume non – negative integer values then it is called a pure integer programming problem.

34) Define mixed integer programming problem.

In an linear programming problem, if only some of the variables in the optimal solution are
restricted to assume non – negative integer values, while the remaining variables are free to take any
non-negative values then it is called a mixed integer programming problem.

35) What are the methods to solve integer programming problem.

 Gomory‟s cutting plane method.  Branch and bound technique.

36) Give the applications of integer programming problem.

 Business and industry.


 All assignment and transportation problems.
 Capital budgeting and production scheduling problems.
 All allocation problems involving the allocation of goods, men, machine.
OPERATIONS RESEARCH

37) Define cutting plane method (or) Gomory’s cutting plane method.

Cutting plane method consists of solving the I.P.P as ordinary L.P.P by ignoring the integrality
restriction and then introducing additional constraints one after the other to cut (or) eliminate certain
part of the solution space until an integral solution is obtained.

UNIT – II

1) Why revised simplex method is needed?

The revised simplex method is the modification of the normal simplex method is used for
solving a linear programming problem involving large number of variables and constraints. It
computes and stores only the relevant information needed currently for testing and improving the
current solution.

2) Define Transportation problem?

Transportation deals with the transportation of a commodity (single product) from „m‟ sources
(origins or supply or capacity centres) to „n‟ destinations (sinks or demand or requirement centres).

3) What are the assumptions made in the transportation model? (Any 2)

 Total quantity of the item available at different sources is equal to the total requirement at
different destinations.
 Item can be transported conveniently from all sources to destinations.
 The unit transportation cost of the item from all sources to destinations is certainly and precisely
known.
 The transportation cost on a given route is directly proportional to the number of units shipped on
that route.

4) State the objective of transportation model.

The main objective is to minimize the total transportation cost for the organisation as a whole
and not for individual supply and distribution centres.

5) Give the mathematical formulation for transportation problem.

∑∑

subject to the constraints


OPERATIONS RESEARCH

6) Define balanced and unbalanced transportation problems.

∑ ∑

The above condition is the necessary and sufficient condition for a transportation problem to
have a feasible solution.

 Problem satisfying this condition is called balanced transportation problem.


 Problem that do not satisfy this condition is called unbalanced transportation problem.

7) Define feasible solution in TP.

A set of non – negative allocations, xij that satisfies the rim (row and column) restrictions is
called a feasible solution to the transportation problem.

8) Define basic feasible solution in TP.

A feasible solution to a transportation problem is said to be a basic feasible solution if it contains


no more than m + n – 1 non – negative allocations, where m is number of rows and n is number of
columns.

9) Define optimal solution in TP.

A feasible solution that minimizes the transportation cost (or) maximizes the profit is called an
optimal solution.

10) Define non – degenerate basic feasible solution in TP.

A basic feasible solution to a transportation problem is said to be a non – degenerate basic


feasible solution if it contains exactly m + n – 1 non – negative allocations in independent positions.

11) Define degenerate basic feasible solution.

A basic feasible solution in which the total number of non – negative allocations is less than
m + n – 1 is called degenerate basic feasible solution.

12) Name the various techniques available to find the initial basic feasible solution in transportation
problem.

 North – West Corner Rule.


 Least – Cost Method.
 Vogel‟s Approximation Method (or) Penalty Method.

13) What is the purpose of Modified Distribution (MODI) method?

The purpose of MODI method is to determine whether the current basic feasible solution of the
transportation problem is optimal or not.
OPERATIONS RESEARCH

14) Define ‘Degeneracy’ in transportation problem.

In a transportation problem, whenever the number of non – negative independent allocations is


less than m + n - 1, the transportation problem is said to be a degenerate one. Degeneracy may occur
either at the initial stage or at an intermediate stage at some subsequent iteration.

15) How degeneracy is resolved?

To resolve degeneracy, we allocate an extremely small quantity ϵ (close to zero) to one or more
empty cells of the transportation table, so that the total number of occupied cells becomes (m + n – 1)
at independent positions.

16) What is Assignment problem?

The problem of assigning a number of tasks (jobs or origins or sources) to an equal number of
facilities (machines or persons or destinations) at a minimum cost (or) maximum profit is known as
assignment problem.

17) Give the applications of assignment problem. (Any 2 or 3)

 Assigning salesmen to different regions.  Assigning jobs to machines.


 Assigning vehicles and drivers to  Assigning research problems to teams.
different routes.
 Assigning products to factories.

18) Give the mathematical formulation for assignment problem.

∑∑

subject to the constraints

()

19) What is the method used for solving an assignment problem?

Hungarian method.

20) Differentiate between transportation problem and assignment problem.

S.No Transportation Problem Assignment Problem


Supply at any source may be any source Supply at any source (machine) will be 1
1
may be any positive quantity ai i.e., ai = 1

Demand at any destination may be any Demand at any destination (job) will be 1
2
positive quantity bj i.e., bj = 1
OPERATIONS RESEARCH

One or more source to any number of One source (machine) to only one
3
destinations destination (job)

21) What is unbalanced assignment problem? How it can be converted into a balanced one?

If the number of rows is not equal to the number columns in the cost matrix of the given
assignment problem, then the given assignment problem is said to be unbalanced.

It can be converted into a balanced one by adding dummy rows or dummy columns with zero
cost elements in the cost matrix depending upon whether m < n or m > n .

22) How do you convert the maximization assignment problem into a minimized one?

The maximization assignment problem can be converted into a minimization assignment


problem by subtracting all the elements in the given profit matrix from the highest element in that
matrix.

23) What is Travelling Salesman Problem?

The problem of finding the shortest distance if the salesman starts from his headquarters and
passes through each city under his jurisdiction exactly once and returns to the headquarters is called
the Travelling Salesman Problem.

24) Define dynamic programming.

Dynamic programming is a mathematical technique of optimization using multistage decision


process. That is, the process in which a sequence of interrelated decisions has to be made.

25) Define dynamic programming problem.

Many decision making problems involve a process that takes place in multiple stages in such a
way that at each stage, the process is dependent on the strategy chosen. Such types of problems are
called dynamic programming problems.

26) State the principle of optimality (or) Bellman’s optimality principle used in dynamic
programming.

Optimality principle states that, “An optimal policy (set of decisions) has the property that
whatever be the initial state and initial decisions, the remaining decisions must constitute an optimal
policy for the state resulting from the first decision”.

27) Give the applications of dynamic programming.

 In the production area, this technique has been used for production, scheduling and employment
smoothening problems.
 It is used to determine the optimal combination of advertising media (TV, radio, newspapers) and
the frequency of advertising.
 Scheduling methods, markovian decision models, infinite stage system, probabilistic decision
problems, etc.,

28) Define ‘stage’ and ‘stage decision’ in DPP.

A stage is defined as a portion of decision problem for which a separate decision can be made.
OPERATIONS RESEARCH

At each stage there are a number of alternatives and the decision – making process involves the
selection of one feasible alternative which may be called as stage decision.

29) Define ‘state variables’ in dynamic programming.

The variables which specify the condition of decision process and summarize the current status
of the system are called state variables.

30) What is replacement problem?

The problem of replacement is to decide the best policy to determine the period at which
replacement of a machine is most economical instead of continuing at increased cost.

31) What are the situations which make the replacement of items necessary?

The replacement of items arises because of the following factors:

 The old item has become worse or requires expensive maintenance.


 The old item has failed due to accident.
 A more efficient design of equipment has become available in market.

UNIT – III

1) Define Inventory.

Inventory may be defined as the stock of goods, commodities or other economic resources that
are stored or reserved for smooth and efficient running of business affairs.

2) What are the types of Inventory?

 Fluctuation Inventories.  Anticipated Inventories.  Lot – size Inventories.

3) What are the necessities for maintaining inventory?

 Inventory helps in smooth and efficient running of business.


 It provides service to the customers at short notice.
 Because of long-uninterrupted runs, production cost is less.
 It acts as a buffer stock if shop rejections are too many.
 It takes care of economic fluctuations.

4) What are the causes for poor inventory control? (Any 2)

 Overbuying without regard to the forecast or proper estimate of demand to take advantage of
favourable market.
 Overproduction (or) production of goods much before the customer requires them.
 Overstocking may also result from the desire to provide better service to the customers.
 Bulk production to cut down production costs will also result in large inventories.
 Cancellation of orders and minimum quantity stipulations by the suppliers may also give rise to
large inventories.

5) What are the various costs associated with inventory control?

 Holding cost (C1).  Shortage cost (C2).  Set – up cost (C3).


OPERATIONS RESEARCH

6) What is holding cost?

The cost associated with carrying or holding the goods in stock is known as holding cost (or)
carrying cost per unit per unit of time.

7) What is shortage cost?

The penalty costs that are incurred as a result of running out of stock (i.e., shortage) are known
as shortage or stock – out costs.

8) What is set-up cost?

These costs are associated with obtaining goods through placing an order or purchasing or
manufacturing or setting up a machinery before starting production. So they include costs of purchase,
requisition, follow up receiving the goods, quality control etc. These are called as set-up cost ordering
costs or replenishment costs.

9) What is meant by controlled and uncontrolled variables in inventory problem?

Controlled Variables:

 How much quantity acquired.


 The frequency or timing of acquisition.
 The completion stage of stocked items.

Uncontrolled Variables:

 These include holding costs, shortage cost, set up cost and demand.

10) What is lead time?

Elapsed time between the placement of the order and its receipts in inventory is known as Lead
time.

11) What is reorder level?

This is the time when we should place an order by taking into consideration the interval between
placing the order and receiving the supply.

12) Define economic order quantity (EOQ) (or) optimum order quantity?

Economic order quantity (EOQ) is that size of order which minimises total annual cost of
carrying inventory and the cost of ordering under the assumed conditions of certainty and that annual
demands are known.

13) Define economic batch quantity (EBQ)?

Economic batch quantity (EBQ) is a measure used to determine the quantity of units that can be
produced at minimum average costs in a given batch (or) production run.

14) What are the assumptions made in EOQ formula?

 Demand is known and uniform.


 Cost of the item remains constant over time.
OPERATIONS RESEARCH

 The item is purchased and replenished in lots or batches.


 The inventory system pertains to a single item.
 Shortages are not permitted.

15) What is meant by ‘price breaks’ in inventory models?

The inventory problems in which the purchase cost (or) production cost is variable and depends
upon the quantity manufactured (or) purchased. This happens when discounts are offered for the
purchase of large quantities. These discounts are known as price breaks.

16) State Game theory.

Game theory is a mathematical theory that deals with the general features of competitive
situations. In such situations, a decision made by one decision-maker affects the decision made by one
or more of the remaining decision-makers and the final outcome depends upon the decision of all the
parties.

17) List out the fields in which competitive situation arise?

 Business.  Economics.  Military training.


 Industry.  Sociology.

18) What are the characteristics of game theory? (Any 4)

 Number of persons or groups playing the game.


 Number of activities which may be finite or infinite.
 Type of strategy.
 Each player has a number of alternative available during a particular play, it may be finite or
infinite.
 The amount of information about the past activities of other players to a player. It may be
complete or part of none.

19) Define a game.

It is an activity between two (or) more persons involving actions by each one of them according
to a set of rules, which results in some gain (+ve, -ve or zero) for each.

20) What is finite and infinite games?

A finite game has a finite number of moves and choices, while an infinite game contains an
infinite number of moves and choices.

21) Define a player.

Each participant (or) competitor playing a game is called a player. Each player is intelligent and
rational in approach.

22) What is meant by strategy?

The predetermined rule by which a player decides his course of action from his list of courses of
actions during the game.
OPERATIONS RESEARCH

23) What is pure strategy?

Pure strategy is the decision rule to always select a particular course of action. It is usually
represented by a number with which the course of action is associated.

24) What is mixed strategy?

Mixed strategy is the decision, in advance of all plays, to choose a course of action for each play
in accordance with some probability distribution. Thus, a mixed strategy is a selection among pure
strategies with some fixed probabilities.

25) What are the various methods of solution to mixed strategy?

 Algebraic method.  Graphical method.


 Arithmetic method.  Linear programming method.

26) Define optimal strategy.

The strategy that puts the player in the most preferred position irrespective of the strategy of his
opponents is called an optimal strategy.

27) What is zero – sum game?

If the algebraic sum of gains and losses of all the players is zero in a game, then the game is
called as zero – sum game. Otherwise the game is said to be a non – zero sum game.

28) What is Two – person zero – sum game?

It is a game involving only two players, in which the gain of one player is equal to the loss of the
other player. It is also called as rectangular game (or) matrix game.

29) Define payoff.

The gains resulting from a game is called payoff, and when it is presented in the form of a table
it is called payoff matrix.

30) Define a saddle point.

A saddle point of a payoff matrix is that position in the payoff matrix where maximum of row
minima coincides with the minimum of the column maxima.

31) Define value of the game.

The payoff at the saddle point is called as value of the game.

UNIT – IV

1) List out the two basic widely applied network techniques.

 Programme Evaluation and Review Technique (PERT).


 Critical Path Method (CPM).
OPERATIONS RESEARCH

2) What is project work?

A project is defined as a combination of interrelated activities which must be executed in a


certain order to achieve a set goal.

3) What are the three phases of project management?

 Project planning.  Project scheduling.  Project controlling.

4) What is project planning?

Project planning involves a listing of tasks or jobs that must be performed to complete a project
under consideration.

5) What is project scheduling?

Project scheduling involves the laying out of the actual activities of the projects in a logical
sequence of time in which they have to be performed.

6) What is project controlling?

Project controlling consists of reviewing the progress of the project whether the actual
performance is according to the planned schedule and finding the reasons for difference, if any,
between the schedule and performance.

7) Define a network.

A network is the graphical representation of logically and sequentially connected arrows and
nodes representing activities and events of a project.

8) Define an activity.

Activity is a task or item of work to be done in a project, which requires time and resources for
its execution. It is represented by an arrow in a network diagram.

9) Define an event.

The beginning and end points of an activity are called events (or) nodes. Event is a point in time
and does not consume any resources.

10) Define path.

An unbroken chain of activity arrows connecting the initial event to some other event is called a
path.

11) What is meant by predecessor activities and successor activities?

Activities which must be completed before a particular activity starts are called the predecessor
activities and those which must follow a particular activity are called successor activities.
OPERATIONS RESEARCH

12) What is dummy activity?

An activity which only determines the dependency of one activity on the other, but does not
consume any time is called a dummy activity. Dummy activity is usually represented by dotted line
arrows.

13) Define critical path and critical activities in a network.

The path connecting the first initial node to the very last terminal node of longest duration in any
project network is called the critical path.

All the activities in any critical path are called critical activities.

14) What is forward pass computation method?

If only one activity converges on an event, its earliest start time „E‟ is given by „E‟ of the tail
event of the activity plus activity duration. If more than one activity converges on it, E‟s via all the
paths would be computed and the highest value chosen and put around the node.

15) What is backward pass computation method?

If only one activity emanates from an event, compute „L‟ by subtracting activity duration from
„L‟ of its head event. If more than one activity emanates from an event, compute L‟s via all the paths
and choose the smallest and put it around the event.

16) List out the three types of floats.

 Total float.  Free float.  Independent float.

17) What is meant by slack?

Slack (S) is the difference between the latest occurrence time and earliest occurrence time of an
event.
S = L – E of an event

18) What is difference between float and slack?

Float has been used in connection with the activities and slack with the events.

19) What are the three time estimates involved in PERT?

 Optimistic (least) time estimate (to or a).


 Pessimistic (greatest) time estimate (t p or b).
 Most likely time estimate (t m or m).

20) Differentiate between PERT and CPM.

S.NO PERT CPM

1 Event oriented Activity oriented

2 Probabilistic Deterministic
OPERATIONS RESEARCH

3 Three time estimate namely optimistic,


Time fixed
pessimistic and most likely are given
Resources such as labour, equipments,
4 No limitations of resources
materials are limited

21) Define crash time.

Crash time is the minimum activity duration to which an activity can be compressed by
increasing the resources and hence by increasing the direct cost.

22) What is meant by direct cost and indirect cost?

Direct cost is the cost directly associated with each activity such as machine cost, labour cost,
etc., for each activity.

Indirect cost is the cost due to management services, rentals, insurance including allocation of
fixed expenses, cost of security, etc.

23) What do you mean by resource levelling?

If the constraint may be on the availability of certain resources, then the project duration is not
treated as an invariant, but the demand on certain specified resources should not go beyond the
specified level. This operation of resource scheduling is called resource levelling.

24) What are the three types of resource levelling procedure?

 Variable resource levelling.


 Fixed resource levelling.
 Combined resource levelling.

UNIT – V

1) What is queuing system?

A queuing system can be described as composed of customers arriving for service, if it is not
immediate, waiting for service and leaving the system after being serviced. The queue along with the
service facility is called a queuing system.

2) Define queuing models.

Queuing models are aids to determine the optimal number of counters so as to satisfy the
customers keeping the total cost minimum.

3) List out the applications of queuing models.

 Industries.  Book stores.  Petrol pumps.


 Schools.  Banks.  Cinema theatres.
 Hospitals.  Post office.  Railway station.
OPERATIONS RESEARCH

4) Define the terms: (a) Customer, (b) Queue, (c) Service channel.

Customer:

The arriving unit that requires some service to be performed is called as customer. The
customers may be persons, machines, vehicles, parts, etc.

Queue:

Queue is defined as the number of customers waiting to be serviced. Queue does not include the
customers being serviced.

Service channel:

The process or facility which is performing the services to the customer is known as service
channel. This may be single (or) multi channel.

5) What are the elements of a queuing system?

 Input (or) arrival distribution.  Maximum number of customers allowed


 Output (or) departure distribution. in the system.
 Service channels.  Calling source (or) population.
 Service discipline.  Customer‟s behaviour.

6) What is meant by service discipline?

Service discipline (or) order of service is the rule by which customers are selected from the
queue for service.

Some of the queue service disciplines are as follows:

 FIFO - First in, First out or (First come, First served - FCFS)
 LIFO - Last in, First out, or (Last come, First served - LCFS)
 SIRO - Service in Random order.

7) Define the terms: (a) Balking, (b) Reneging, (c) Priorities, (d) Jockeying. (OR) What is meant by
customer’s behavior?

Balking:

A customer may leave the Queue, if there is no waiting space.

Reneging:

This occurs when the waiting customer leaves the Queue due to Impatience.

Priorities:

In certain applications some customers arc served before others regardless of their order of arrival.

Jockeying:

Customers may jump from one waiting line to another.


OPERATIONS RESEARCH

8) List out the operating characteristics of a queuing system.

 Queue length (Lq).  Total time in the system (Ws).


 System length (Ls).  Utilization factor (𝜌).
 Waiting time in the queue (Wq).

9) What is queue length?

The average number of customers in the queue waiting to get service excluding the customers
being served is known as queue length.

10) What is system length?

The average number of customers in the system including those waiting as well as those being
served is known as system length.

11) Define utilization factor (or) traffic intensity(𝜌) .

It is the proportion of time a server actually spends with the customers.

𝜌

12) What is meant by transient state and steady state?

If the operating characteristics (or) behaviour of the system are dependent on time, it is said to be
in transient state.

If the operating characteristics (or) behaviour of the system independent on time, it is said to be
in steady state.

13) State Kendall’s notation.

Queueing Model may be completely specified in the following form,

(a/b/c) : (d/e/f)
where
a = arrival distribution.
b = departure distribution.
c = number of parallel service channels in the system.
d = service discipline.
e = maximum number of customers allowed in the system.
f = calling source (or) population.

14) What is Poisson distribution?

A poisson distribution is a discrete probability distribution which predicts the number of arrivals
in a given time. The poisson distribution involves the probability of occurrence of an arrival

15) State the limitations of queuing model.

 The waiting space for the customers is usually limited.


 The arrival process may not be stationary.
 Services may not be rendered continuously.

You might also like