Skip to document
This is a Premium Document. Some documents on Studocu are Premium. Upgrade to Premium to unlock it.

Design-AND- Analysis-OF- Algorithms-2021.-bca question paper

MODEL QUESTION PAPER FOR COMPUTER APPLICATION STUDENTS.
Course

Bachelor of Computer Applications (BCA2020)

999+ Documents
Students shared 2571 documents in this course
Academic year: 2020/2021
Uploaded by:
0followers
39Uploads
19upvotes

Comments

Please sign in or register to post comments.

Preview text

QP CODE: 21100809 Reg No : .....................

Name : .....................

B/BCA DEGREE (CBCS) EXAMINATION, MARCH 2021

Fourth Semester

Core Course - CS4CRT09 - DESIGN AND ANALYSIS OF ALGORITHMS

(Common for B Information Technology Model III, Bachelor of Computer Application) 2017 Admission onwards 78765EF Time: 3 Hours Max. Marks : 80 Part A Answer any ten questions. Each question carries 2 marks.

  1. What is space complexity?
  2. What is worst-case complexity?
  3. Describe binary search method.
  4. Describe the recurrence relation of mergesort.
  5. Discuss the part of partiitioning algorithm in quicksort algorithm.
  6. Write the control abstraction of the greedy strategy.
  7. What is spanning tree? Give example.
  8. What are the features of dynamic programming?
  9. What is 0/1 knapsack problem?
  10. List the applications of Travelling Sales Persons Problem.
  11. How do you determine the efficiency of Backtracking programs?
  12. What is graph coloring? (10×2=20) Part B Answer any six questions. Each question carries 5 marks.

21100809

Page 1/2 Turn Over

  1. Explain the characteristics for an algorithm.

  2. Briefly explain the different algorithm design techniques.

  3. Discuss with justification that Strassen's Matrix Multiplication brings the improvement over the ordinary matrix multiplication.

  4. State the Greedy Knapsack Problem.

  5. Find an optimal solution to the knapsack instance n=7 objects and the capacity of knapsack m=15, (p1,p2,p3.)=(10,5,7,6,18,3) and (w1,w2,w3..) (2,3,5,7,1,4,1).

  6. Explain multistage graph backward method with algorithm.

  7. What is single source shortest path? Explain with algorithm.

  8. Explain biconnected components and DFS.

  9. Write a recursive algorithm to find all the hamilitonian cycles of a given graph. (6×5=30) Part C Answer any two questions. Each question carries 15 marks.

  10. Explain in detail Algorithm performance analysis.

  11. Explain the divide and conquer method. With an algorithm explain anyone application.

  12. What is Minimum Cost Spanning tree? Explain the Prim's algorithm with suitable example.

  13. Explain with alogrithm the breadth-first search and depth-first search graph traversal methods. (2×15=30)

Page 2/

Was this document helpful?
This is a Premium Document. Some documents on Studocu are Premium. Upgrade to Premium to unlock it.

Design-AND- Analysis-OF- Algorithms-2021.-bca question paper

Course: Bachelor of Computer Applications (BCA2020)

999+ Documents
Students shared 2571 documents in this course
Was this document helpful?

This is a preview

Do you want full access? Go Premium and unlock all 2 pages
  • Access to all documents

  • Get Unlimited Downloads

  • Improve your grades

Upload

Share your documents to unlock

Already Premium?
QP CODE: 21100809 Reg No : .....................
Name : .....................
B.Sc/BCA DEGREE (CBCS) EXAMINATION, MARCH 2021
Fourth Semester
Core Course - CS4CRT09 - DESIGN AND ANALYSIS OF ALGORITHMS
(Common for B.Sc Information Technology Model III, Bachelor of Computer Application)
2017 Admission onwards
78765EF5
Time: 3 Hours Max. Marks : 80
Part A
Answer any ten questions.
Each question carries 2 marks.
1. What is space complexity?
2. What is worst-case complexity?
3. Describe binary search method.
4. Describe the recurrence relation of mergesort.
5. Discuss the part of partiitioning algorithm in quicksort algorithm.
6. Write the control abstraction of the greedy strategy.
7. What is spanning tree? Give example.
8. What are the features of dynamic programming?
9. What is 0/1 knapsack problem?
10. List the applications of Travelling Sales Persons Problem.
11. How do you determine the efficiency of Backtracking programs?
12. What is graph coloring?
(10×2=20)
Part B
Answer any six questions.
Each question carries 5 marks.
21100809
Page 1/2 Turn Over

Why is this page out of focus?

This is a Premium document. Become Premium to read the whole document.