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

Design and Analysis of Algorithms MCQs | Page - 20

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. 191) What is the optimal time required for solving the closest pair problem using divide and conquer approach?

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

M

Mr. Dubey • 51.17K Points
Coach

Q. 192) 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)
View Answer Discuss Share

M

Mr. Dubey • 51.17K Points
Coach

Q. 193) The optimal time obtained through divide and conquer approach using merge sort is the best case efficiency.

(A) true
(B) false
(C) ---
(D) ---
View Answer Discuss Share

M

Mr. Dubey • 51.17K Points
Coach

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

(A) brute force
(B) divide and conquer
(C) exhaustive search
(D) branch and bound
View Answer Discuss Share

M

Mr. Dubey • 51.17K Points
Coach

Q. 195) 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
View Answer Discuss Share

M

Mr. Dubey • 51.17K Points
Coach

Q. 196) 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
View Answer Discuss Share

M

Mr. Dubey • 51.17K Points
Coach

Q. 197) Cross product is also known as?

(A) scalar product
(B) vector product
(C) dot product
(D) multiplication
View Answer Discuss Share

M

Mr. Dubey • 51.17K Points
Coach

Q. 198) The concept of cross product is applied in the field of computer graphics.

(A) true
(B) false
(C) ---
(D) ---
View Answer Discuss Share

M

Mr. Dubey • 51.17K Points
Coach

Q. 199) Which of the following equals the a x b ( a and b are two vectors)?

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

M

Mr. Dubey • 51.17K Points
Coach

Q. 200) Cross product of two vectors can be used to find?

(A) area of rectangle
(B) area of square
(C) area of parallelogram
(D) perimeter of rectangle
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