Bachelors Level/First Year/Second Semester/Science bit/second semester/discrete structure/syllabus wise questions

Bachelors In Information Technology

Institute of Science and Technology, TU

Discrete Structure (BIT152)

Year Asked: 2078, syllabus wise question

Counting and Discrete Probability
1.
What is linear nonhomogeneous recurrence relation of degree k with constant coefficients? Find all the solutions of the recurrence relation a, 4a+n. Also find the solution of the relation with initial condition a, 1. [10]
2.
Explain product rule. How many strings are there of four lowercase letters that have the letter x in them? [5]
Induction and Recursion
1.
Use mathematical induction to show that the sum of first n positive integers is n(n+1)/2. [5]
Logic and Proof Methods
1.
Explain direct proof, indirect proof, and proof by contradiction. Use direct proof to show that 'If n is an odd integer, then n' is an odd integer'. Also use indirect proof to show that 'If n is an integer and n' then n is odd'. [10]
2.
What is tautology? Show (pq)(pq)(p \land q) \rightarrow (p \lor q) is a tautology. [5]
Number Theory
1.
What is congruent modulo? Determine whether 20 is congruent to 8 modulo 6 and 25 is congruent to 17 modulo 5. [5]
2.
Explain trial division with example? Using trial division, show that 101 is prime. [5]
Sets, Relations and Functions
1.
Define cartesian product. Find A3 for the set A = (a, b, c). [5]
2.
How can you represent relations using matrices? Suppose that A={1,2,3}A = \{1,\,2,\,3\} and B={1,2}B = \{1,\,2\}. Let RR be the relation from AA to BB containing (a,b)(a,\,b) if aAa \in A, bBb \in B, and a>ba > b. What matrix representing RR if a1=1a_1 = 1, a2=2a_2 = 2, a3=3a_3 = 3, and b1=1b_1 = 1 and b2=2b_2 = 2? [5]
Tree and Graphs
1.
Define spanning tree and minimum spanning tree with suitable example. Use Kruskal's algorithms to find minimum spanning tree in the given graph
question image
[10]
2.
What is graph? Explain simple graph and pseudograph with example. [5]
3.
What is Euler path? Compare it with Hamilton path. [5]