Which of the following standard algorithms is not Dynamic Programming based? Correct Answer: D Question 38 Explanation: Prim’s minimum spanning tree is following greedy technique. A […]
What is the type of the algorithm used in solving the 4 Queens problem? Correct Answer: D Question 7 Explanation: N-Queen problem: an arrangement of N […]
In which of the following adder circuits, the carry look ripple delay is eliminated? Correct Answer: D Question 2 Explanation: A carry-lookahead adder (CLA) or fast […]
The maximum combined length of the command-line arguments including the spaces between adjacent arguments is: Correct Answer: D Question 10 Explanation: On computers running Microsoft Windows […]