FirstRanker Logo

FirstRanker.com - FirstRanker's Choice is a hub of Question Papers & Study Materials for B-Tech, B.E, M-Tech, MCA, M.Sc, MBBS, BDS, MBA, B.Sc, Degree, B.Sc Nursing, B-Pharmacy, D-Pharmacy, MD, Medical, Dental, Engineering students. All services of FirstRanker.com are FREE

📱

Get the MBBS Question Bank Android App

Access previous years' papers, solved question papers, notes, and more on the go!

Install From Play Store

Download DBATU B.Tech 2019 Oct-Nov CSE 3rd Sem Data Structure Question Paper

Download DBATU (Dr. Babasaheb Ambedkar Technological University) B Tech 2019 Oct-Nov (Bachelor of Technology) CSE 3rd Sem Data Structure Question Paper

This post was last modified on 21 January 2020

This download link is referred from the post: DBATU B-Tech Last 10 Years 2010-2020 Previous Question Papers || Dr. Babasaheb Ambedkar Technological University


DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY, LONERE

Mid Semester Examination - Oct 2019

Course: B. Tech in Comp Science & Engineering Sem: III

--- Content provided by FirstRanker.com ---

Subject Name: Data Structure

Max Marks: 20

Date: 5/10/19

Subject Code: BTCOC303

Duration: 1 Hr.

--- Content provided by FirstRanker.com ---

Instructions to the Students:

  1. Check whether you have received the right question paper.
  2. Assume suitable data, wherever required.

2.1 Attempt the following questions:

  1. Sparse matrices have
    1. many zero entries
    2. --- Content provided by FirstRanker.com ---

    3. many non-zero entries
    4. higher dimension
    5. none of these
  2. What are the disadvantages of arrays?
    1. We must know beforehand how many elements will be there in the array
    2. --- Content provided by FirstRanker.com ---

    3. There are chances of wastage of memory space if elements inserted in an array are lesser than than the allocated size.
    4. Insertion and deletion becomes tedious.
    5. All of the mentioned
  3. Assuming int is of 4 bytes, what is the size of int arr[15];?
    1. 15
    2. --- Content provided by FirstRanker.com ---

    3. 19
    4. 11
    5. 60
  4. The space factor when determining the efficiency of algorithm is measured by
    1. Counting the maximum memory needed by the algorithm
    2. --- Content provided by FirstRanker.com ---

    3. Counting the minimum memory needed by the algorithm
    4. Counting the average memory needed by the algorithm
    5. Counting the maximum disk space needed by the algorithm
  5. The complexity of linear search algorithm is
    1. O(n)
    2. --- Content provided by FirstRanker.com ---

    3. O(log n)
    4. O(n2)
    5. O(n log n)
  6. The elements of an array are stored successively in memory cells because
    1. by this way computer can keep track only the address of the first element and the addresses of other elements can be calculated
    2. --- Content provided by FirstRanker.com ---

    3. the architecture of computer memory does not allow arrays to store other than serially
    4. both of above
    5. none of above

Q.2 Solve Any Two of the following.

--- Content provided by FirstRanker.com ---

  1. (A) Explain open addressing with its different types in detail.
  2. (B) What are the different Asymptotic notations? Explain them in detail.
  3. (C) Explain Linear search with code & an example.

Q.3 Solve Any One of the following.

  1. (A) Explain radix sort with example.
  2. --- Content provided by FirstRanker.com ---

  3. (B) Write the algorithm for finding transpose of sparse matrix and explain its logic.

*** All the best ***

(Level/CO) Marks
Understand 6
Understand 3*2
Illustrate
Apply 8
Understand, Apply

FirstRanker.com

Firstranker's choice


--- Content provided by FirstRanker.com ---


This download link is referred from the post: DBATU B-Tech Last 10 Years 2010-2020 Previous Question Papers || Dr. Babasaheb Ambedkar Technological University