Write Assembly language instructions to: 1) Loading value in accumulator from location 3000H 2) Moving the value to register C 3) Loading the value in Register B from location 3001H 4) Swapping the contents of register B and C 5) Store the value in register ...
SIKSHAPATH Latest Questions
Solve the following problem using DPP Maximize Z = 50x1+100x2 Subject to constraints: 10x1+5x2 ≤ 2500, 4x1+10x2 ≤2000, x1, x2≥ 0
Solve the following problem using DPP Maximize Z = 10x1+30x2 Subject to constraints: 3x1+6x2 ≤ 168, 12 x2≤240 x1, x2≥ 0
WRITE ABOUT KNAPSACK PROBLEM
Write the Kuhn-Tucker conditions for the following problems and obtain the optimal solution: Minimize Z= x12+ x22 Subject to x1+x2 ≥ 4, 2x1+x2≥ 5 , x1, x2≥ 0
solve plz. Create an abstract class School containing abstract method FinancialDetails() and non-abstract method Staff(). Create subclass schoolData. ● Call both methods using a subclass object. ● Create method schoolData() for subclass which prints only names of staff. ● Call method schoolData()