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 AKTU B-Tech 4th Sem 2016-17 Data Structure Question Paper

Download AKTU (Dr. A.P.J. Abdul Kalam Technical University (AKTU), formerly Uttar Pradesh Technical University (UPTU) B-Tech 4th Semester (Fourth Semester) 2016-17 Data Structure Question Paper

This post was last modified on 29 January 2020

AKTU B-Tech Last 10 Years 2010-2020 Previous Question Papers || Dr. A.P.J. Abdul Kalam Technical University


Roll FirstRanker.com

B.TECH.

THEORY EXAMINATION (SEM–IV) 2016-17

DATA STRUCTURE

Time: 3 Hours Max. Marks : 100

Note: Be precise in your answer. In case of numerical problem assume data wherever not provided.

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

SECTION A

  1. Answer all the questions. 10x2=20
    1. Given a 2-D Array A [-100: 100, -5: 50]. Find the address of element A [99, 49] considering base address 10 and each element requires 4 bytes for storage. Follow row major order.
    2. Write down the difference between static and dynamic memory.
    3. What is the advantage of doubly linked list over singly linked list? What is an algorithm?
    4. What is recursion? A recursive procedure should have two properties. What are they?
    5. Define the following: (i) Tree (ii) Level of a node. (iii) Height of a tree.
    6. --- Content provided by⁠ FirstRanker.com ---

    7. Write down any four applications of queues.
    8. Define garbage collection and compaction
    9. What is a sparse matrix? How is it stored in the memory of a computer?
    10. Differentiate between Linear and Non-Linear Data Structures with examples.
    11. Define adjacency matrix with suitable example.
    12. --- Content provided by⁠ FirstRanker.com ---

SECTION B

  1. Answer any five questions from this section. 5x10=50
    1. Explain Breadth First Search with suitable example.
    2. Explain Kruskal's algorithm to find minimum spanning tree in a weighted directed graph. Can there be two minimum spanning trees of given weighted directed graph?
    3. Convert E=abcde^^*+ postfix expression to infix and prefix using stack.
    4. Write an algorithm for finding solution to the Towers of Hanoi problem. Explain the working.
    5. --- Content provided by⁠ FirstRanker.com ---

    6. Write a C-Function for Linked List Implementation of stack. Write all the Primitive Operations.
    7. Perform the Merge Sort on following set of elements. Also, write merge sort algorithm. 18, 25, 4, 26, 10, 15, 20, 5.
    8. Why circular queue is used over simple queue? Write algorithms to implement all operations in a circular queue using arrays.
    9. Explain binary search tree and its operations. Make a binary search tree for the following sequence of numbers, show all steps : 45,32,90,34,68,72,15,24,30,66,11,50,10 .
  2. --- Content provided by⁠ FirstRanker.com ---

SECTION C

Answer any two questions of the following. Each question carries equal marks. 2x15=30

    1. Draw a binary tree which has following traversal Inorder: DJGBAEHCFI Preorder: ABDGJCEHFI
    2. Explain threaded binary tree with suitable example.
    1. What are doubly linked lists? Write a C program to create doubly linked list.
    2. --- Content provided by​ FirstRanker.com ---

    3. Define internal sorting techniques
  1. Write short notes of the following:
    1. Huffman Algorithm
    2. Depth First Search
    3. Priority Queue
    4. --- Content provided by‍ FirstRanker.com ---

    5. Abstract Data Type(ADT)


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

This download link is referred from the post: AKTU B-Tech Last 10 Years 2010-2020 Previous Question Papers || Dr. A.P.J. Abdul Kalam Technical University