March 4, 2024LPPQuestion 2 Consider the following linear programming problem : Max. z = 0.50 x2 – 0.10x1 Subject to the constraints 2x1 + 5x2 < 80 x1 […]
March 4, 2024LPPQuestion 5 Consider the following LPP : Max Z = 15x1 + 10x2 Subject to the constraints 4x1 + 6x2 ≤ 360 3x1 + 0x2 ≤ […]
March 5, 2024Data-StructuresQuestion 10 A rooted tree with 12 nodes has its nodes numbered 1 to 12 in pre-order. When the tree is traversed in post-order, the nodes […]
March 5, 2024Operating-SystemsQuestion 14 A memory page containing a heavily used variable that was initialized very early and is in constant use is removed when A LRU page replacement […]