Top 150+ Solved Design and Analysis of Algorithms MCQ Questions Answer

From 136 to 150 of 152

Q. Which of the following areas do closest pair problem arise?

a. computational geometry

b. graph colouring problems

c. numerical problems

d. string matching

  • a. computational geometry

Q. What is the basic operation of closest pair algorithm using brute force technique?

a. euclidean distance

b. radius

c. area

d. manhattan distance

  • a. euclidean distance

Q. Which of the following is similar to Euclidean distance?

a. manhattan distance

b. pythagoras metric

c. chebyshev distance

d. heuristic distance

  • b. pythagoras metric

Q. Which of the following strategies does the following diagram depict?

a. divide and conquer strategy

b. brute force

c. exhaustive search

d. backtracking

  • b. brute force

Q. In divide and conquer, the time is taken for merging the subproblems is?

a. o(n)

b. o(n log n)

c. o(n2)

d. o(log n)

  • b. o(n log n)

Q. Which of the following strategies does the following diagram depict?

a. brute force

b. divide and conquer

c. exhaustive search

d. branch and bound

  • b. divide and conquer

Q. Which of the points are closer to each other?

a. p1 and p11

b. p3 and p8

c. p2 and p3

d. p9 and p10

  • c. p2 and p3

Q. Cross product is a mathematical operation performed between                                  

a. 2 scalar numbers

b. a scalar and a vector

c. 2 vectors

d. any 2 numbers

  • c. 2 vectors

Q. Cross product is also known as?

a. scalar product

b. vector product

c. dot product

d. multiplication

  • b. vector product
Subscribe Now

Get All Updates & News