DMS Question Bank Unit 4_5_6
DMS Question Bank Unit 4_5_6
9. What is a minimum spanning tree? Construct a minimum spanning tree for a given graph
using Prim’s algorithm and Kruskal’s algorithm.
C = { 1001, 1101, 0010, 1110 }. Also explain the group codes with examples.
19. What is permutation? Explain with suitable examples. Also explain sum rule and product
rule.
20. Explain iteration method for Linear recurrence relation with the help of suitable example.
21. Solve the following recurrence relation with iteration method.
22. What is combinatorics? Explain sum rule, product rule and basic counting principle.
23. A student is to answer 10 out of 13 questions in an exam.
i. How many choices he has, if he must answer the first two questions.
ii. How many choices he has, if he must answer exactly three out of first five
questions.
iii. How many choices he has, if he must answer atleast three out of first five
questions.
24. Explain Isomorphism of graphs with suitable example. Also explain Bipartite graphs.
25. Prove that the set of positive integers under addition forms a monoid.
26. What is a semigroup? Let Z = {2n | n is an integer}. Show that (Z,*) is a semigroup with
respect to multiplication.
27. What is permutation?
A box contains 6 white balls and 5 black balls. Find the number of ways 4 balls can be
drawn from the box if-
a. Two must be white
b. All of them must have the same color.
28. Solve the following recurrence relation: