December 4, 2023Software-EngineeringQuestion 2 Consider the following program module: int module1 (int x, int y) { while (x! = y) { if (x > y) x = x […]
December 4, 2023NTA UGC NET DEC-2022 Paper-2Question 37 The A* algorithm is optimal when, A It always finds the solution with the lowest total cost if the heuristic ‘h’ is admissible. B […]
December 4, 2023Propositional-LogicQuestion 7 Which of the following is false? Read ∧ as AND, ∨ as OR, ~ as NOT, → as one way implication and ↔ as two […]
December 4, 2023GATE 2006Question 11 Consider a weighted complete graph G on the vertex set {v1, v2, …, vn} such that the weight of the edge (vi, vj) is 2|i […]