Algorithms, Designing MCQ

1. Which of the following is NOT a characteristic of an algorithm?a) Finitenessb) Determinismc) Heuristicd) Effectiveness Answer: c) Heuristic Explanation: An algorithm must be deterministic, … Read more

Numerical Methods MCQ

1. What method is commonly used to approximate solutions to ordinary differential equations by expanding the solution as a Taylor series? a) Euler’s Methodb) Modified … Read more

Polymorphism MCQ

1.What is polymorphism in object-oriented programming? a) A technique to hide implementation detailsb) A mechanism to perform multiple tasks simultaneouslyc) The ability of a method … Read more