Home / Engineering / Design and Analysis of Algorithms MCQs / Page 6

Design and Analysis of Algorithms MCQs | Page - 6

Dear candidates you will find MCQ questions of Design and Analysis of Algorithms here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.

M

Mr. Dubey • 51.17K Points
Coach

Q. 51) What will be the cross product of the vectors 2i + 3j + k and 3i + 2j + k?

(A) i + 2j + k
(B) 2i + 3j + k
(C) i + j – 5k
(D) 2i – j – 5k
View Answer Discuss Share

M

Mr. Dubey • 51.17K Points
Coach

Q. 52) What will be the cross product of the vectors 2i + 3j + k and 6i + 9j + 3k?

(A) i + 2j + k
(B) i – j – 5k
(C) 0
(D) 2i – j – 5k
View Answer Discuss Share

M

Mr. Dubey • 51.17K Points
Coach

Q. 53) Which of the following operation will give a vector that is perpendicular to both vectors a and b?

(A) a x b
(B) a.b
(C) b x a
(D) both a x b and b x a
View Answer Discuss Share

M

Mr. Dubey • 51.17K Points
Coach

Q. 54)                        is a method of constructing a smallest polygon out of n given points.

(A) closest pair problem
(B) quick hull problem
(C) path compression
(D) union-by-rank
View Answer Discuss Share

M

Mr. Dubey • 51.17K Points
Coach

Q. 55) What is the other name for quick hull problem?

(A) convex hull
(B) concave hull
(C) closest pair
(D) path compression
View Answer Discuss Share

M

Mr. Dubey • 51.17K Points
Coach

Q. 56) How many approaches can be applied to solve quick hull problem?

(A) 1
(B) 2
(C) 3
(D) 4
View Answer Discuss Share

M

Mr. Dubey • 51.17K Points
Coach

Q. 57) What is the average case complexity of a quick hull algorithm?

(A) o(n)
(B) o(n log n)
(C) o(n2)
(D) o(log n)
View Answer Discuss Share

M

Mr. Dubey • 51.17K Points
Coach

Q. 58) What is the worst case complexity of quick hull?

(A) o(n)
(B) o(n log n)
(C) o(n2)
(D) o(log n)
View Answer Discuss Share

M

Mr. Dubey • 51.17K Points
Coach

Q. 59) What does the following diagram depict?

(A) closest pair
(B) convex hull
(C) concave hull
(D) path compression
View Answer Discuss Share

M

Mr. Dubey • 51.17K Points
Coach

Q. 60) Which of the following statement is not related to quickhull algorithm?

(A) finding points with minimum and maximum coordinates
(B) dividing the subset of points by a line
(C) eliminating points within a formed triangle
(D) finding the shortest distance between two points
View Answer Discuss Share

Explore Sets

Design and Analysis of Algorithms MCQs Set 1

Design and Analysis of Algorithms MCQs Set 2

Design and Analysis of Algorithms MCQs Set 3

Design and Analysis of Algorithms MCQs Set 4

Design and Analysis of Algorithms MCQs Set 5

Design and Analysis of Algorithms MCQs Set 6

Design and Analysis of Algorithms MCQs Set 7

Design and Analysis of Algorithms MCQs Set 8

Design and Analysis of Algorithms MCQs Set 9

Design and Analysis of Algorithms MCQs Set 10

Design and Analysis of Algorithms MCQs Set 11

Design and Analysis of Algorithms MCQs Set 12

Design and Analysis of Algorithms MCQs Set 13

Design and Analysis of Algorithms MCQs Set 14

Design and Analysis of Algorithms MCQs Set 15

Design and Analysis of Algorithms MCQs Set 16

Design and Analysis of Algorithms MCQs Set 17

Design and Analysis of Algorithms MCQs Set 18

Design and Analysis of Algorithms MCQs Set 19

Design and Analysis of Algorithms MCQs Set 20

Design and Analysis of Algorithms MCQs Set 21

Design and Analysis of Algorithms MCQs Set 22

Design and Analysis of Algorithms MCQs Set 23

Design and Analysis of Algorithms MCQs Set 24

Design and Analysis of Algorithms MCQs Set 25

Design and Analysis of Algorithms MCQs Set 26

Design and Analysis of Algorithms MCQs Set 27

Design and Analysis of Algorithms MCQs Set 28

Design and Analysis of Algorithms MCQs Set 29

Design and Analysis of Algorithms MCQs Set 30

Design and Analysis of Algorithms MCQs Set 31

Design and Analysis of Algorithms MCQs Set 32

Design and Analysis of Algorithms MCQs Set 33

Design and Analysis of Algorithms MCQs Set 34

Design and Analysis of Algorithms MCQs Set 35

Design and Analysis of Algorithms MCQs Set 36

Design and Analysis of Algorithms MCQs Set 37

Design and Analysis of Algorithms MCQs Set 38

Design and Analysis of Algorithms MCQs Set 39

Design and Analysis of Algorithms MCQs Set 40

Design and Analysis of Algorithms MCQs Set 41

Design and Analysis of Algorithms MCQs Set 42