Linear Programming BCA MCQ
Linear Programming BCA MCQ
A. To minimize variables
Answer: C
Explanation: The main goal is to optimize (maximize or minimize) a linear objective function under given
constraints.
B. Non-linear equations
C. Polynomial equations
D. Exponential functions
Answer: A
Explanation: LPP deals only with linear constraints and objective functions.
A. Circular
B. A straight line
C. Convex
D. Concave
Answer: C
A. Simplex Method
B. Transportation Method
C. Graphical Method
D. Dual Method
Answer: C
Explanation: Graphical Method is used for solving 2-variable LPP by plotting constraints on graph paper.
5. The condition that all decision variables must be greater than or equal to zero is known as:
A. Linear constraint
B. Objective condition
C. Feasibility condition
D. Non-negativity condition
Answer: D
A. Boundary point
B. Infeasible point
C. Feasible solution
D. Objective point
Answer: C
Explanation: A feasible solution lies within or on the boundary of the feasible region.
D. At infinity
Answer: C
Explanation: In LPP, the optimal solution always lies at a corner (vertex) of the feasible region.
C. Non-linear programming
D. Matrix multiplication
Answer: B
Explanation: Simplex is an algebraic method used when graphical methods are not feasible (more than 2
variables).
9. In a maximization LPP, if all values of the objective function increase infinitely, the solution is
called:
A. Optimal
B. Infeasible
C. Unbounded
D. Feasible
Answer: C
Explanation: An unbounded solution occurs when there is no limit to the value of the objective function.
10. In the Simplex method, the table used for iterations is called:
A. Matrix table
B. Pivot table
C. Simplex tableau
D. Linear matrix
Answer: C
Explanation: Simplex tableau is the structured table used in each step of the Simplex method.
A. Linearity
B. Certainty
C. Infinite solutions
D. Additivity
Answer: C
Explanation: LPP assumes a finite set of feasible solutions. Infinite solutions are not a general assumption.
B. A non-linear problem
C. A maximization problem
D. Cannot be determined
Answer: C
Explanation: The dual of a minimization problem is a maximization problem and vice versa.
Answer: B
Explanation: In dual simplex, the solution satisfies optimality but not feasibility.
14. What type of problem is solved using the Hungarian method?
A. Transportation Problem
B. Assignment Problem
C. Dual Problem
D. Simplex Problem
Answer: B
D. It has no constraints
Answer: A
Explanation: Transportation problems assume supply equals demand; otherwise, dummy rows/columns are
added.
C. Graph is circular
Answer: B
Explanation: No feasible solution means constraints conflict and don't form a common feasible region.
Answer: A
18. In the Simplex method, the entering variable is selected based on:
A. Highest cost
D. Random selection
Answer: B
Explanation: The entering variable is chosen by the most negative coefficient in the objective function row.
19. In the Simplex tableau, the key element (pivot) is used to:
A. Remove a variable
B. Swap rows
D. Increase constraints
Answer: C
Explanation: The pivot is used to update the tableau for the next iteration in Simplex method.
Answer: C
Explanation: Degeneracy happens when a basic variable becomes zero in the simplex tableau.
21. In the graphical method, if two constraints intersect at a point, that point is called:
A. Optimal point
B. Infeasible point
C. Corner point
D. Dummy point
Answer: C
Explanation: When two constraints intersect, they form a corner (extreme) point.
22. If multiple optimal solutions exist in LPP, then the objective function line:
C. Is vertical
Answer: B
Explanation: Multiple optimal solutions occur when the objective function passes through more than one
vertex of the feasible region.
23. Which algorithm is used to find an initial feasible solution to a Transportation Problem?
B. Simplex Method
C. Hungarian Method
D. Gauss Elimination
Answer: A
Explanation: NW Corner is a basic method to find an initial feasible solution for transportation problems.
A. An infeasible solution
D. A graphical solution
Answer: C
Explanation: VAM gives a better (closer to optimal) initial feasible solution compared to NW corner method.
A. Dummy solution
C. Optimal solution
D. Infeasible solution
Answer: C
Explanation: Among all feasible solutions, the one that gives the best (maximum/minimum) value is optimal.
Answer: C
Explanation: LPP assumes linear relationships, which may not always match real-world scenarios.
27. The method used when there are inequalities (>=) in constraints is:
B. Simplex Method
C. Hungarian Method
D. Graphical Method
Answer: A
Explanation: Dual simplex is preferred when constraints are '>=' type and primal is not feasible.
A. Number of variables
B. Number of constraints
D. Rows + Columns
Answer: B
Explanation: In an LPP, the number of basic variables equals the number of constraints (m).
Answer: C
Explanation: Slack variables are added to <= constraints to convert them into equalities in the Simplex
method.
A. <=
B. =
C. >=
D. None of these
Answer: C
Explanation: Surplus variables are subtracted in >= constraints to convert them into equalities.