Data Structures B

40 Questions | Attempts: 204
Share
Please wait...
Question 1 / 40
0 %
0/100
Score 0/100
1. What is Non-linear data structure
Submit
Please wait...
About This Quiz
Data Structures B - Quiz

Tell us your name to personalize your report, certificate & get on the leaderboard!
2. In linked lists there are no NULL links in
Submit
3. In a stack the command to access nth element from the top of the stack S will be
Submit
4. In a balance binary tree the height of two sub trees of every node can not differ by more than
Submit
5. A queue has configuration a,b,c,d. To get configuration d,c,b,a. One needs a minimum of 
Submit
6. Following sequence of operation is performed on a stack. Push(1), Push(2), Pop, Push(1), Push(2), Pop, Pop, Pop, Push(2), Pop. The sequences of popped out values are
Submit
7. A binary tree in which every non-leaf node has non-empty left and right sub trees is called a strictly binary tree. Such a tree with 10 leaves
Submit
8. Depth of a binary tree with n node is
Submit
9. Average successful search time for sequential search on 'n' item is 
Submit
10. Running time T(n), where 'n' is input size of recursive algorithm is given as follows:
T(n) = c + T(n-1), if n>1,
T(n) = d if n<1. The order of algorithm is
Submit
11. Four algorithm A1, A2, A3, A4 solves a problem with order log(n), log log(n), nlog(n), n. Which is best algorithm
Submit
12. Arranging a pack of cards by picking one by one is an example of
Submit
13. In evaluating arithmatic expression 2*3-(4+5) using postfix stack form. Which of the following stack configuration is not possible
Submit
14. To arrange the books of library the best method is
Submit
15.
The information about an array used in a program will be stored in
Submit
16. In which of the following cases linked list implementaion of sparse matrices consumes same memory as a normal array
Submit
17. On which principle does stack work?
Submit
18. The Worst case occur in linear search algorithm when
Submit
19. Arrays are best data structures
Submit
20. Linked lists are best suited
Submit
21. The elements of an array are stored successively in memory cells because
Submit
22. Under which condition circular queue is Full
Submit
23. A leaf node have degree
Submit
24. The value of structure is resizing during run time by using
Submit
25. How many types of queue's are available
Submit
26. Disadvantage of linear queue is overcome by using
Submit
27. The result of evaluating prefix expression */b+*dacd, where a=3, b=6, c=1, d=5 is
Submit
28. In array representation of binary tree the right child of root will be at location of
Submit
29. The total number of comparisons in a bubble sort is
Submit
30. Number of possible ordered trees with 3 nodes A,B,C is
Submit
31. Number of swapping, operations need to sort numbers 8, 22, 7, 9, 31, 19, 5, 13 in ascending order using bubble sort
Submit
32. To arrange a binary search tree in ascending order we need 
Submit
33. Which is not application of stack
Submit
34. The dummy header in linked list contain
Submit
35. Hash function f is defined as f(key) = key mod 7. If linear probing is used to insert the key 37, 38, 72, 48, 98, 11, 56 into a table indexed from 0 to 6,  11 will be stored at the location
Submit
36. An algorithm consists of two modules X1, X2. Their order is f(n) and g(n), respectively. The order of algorithm is
Submit
37. The order of binary search algorithm is
Submit
38. A hash tabale with 10 buckets with one slot per bucket is depicted in following diagram. Symbols S1 to S7 are initially entered using a hashing function with linear probing. Maximum number of comparisions needed in searching an item that is not present is  www.psexam.com
Submit
39. Average successful search time taken by binary search on sorted array of 10 items is
Submit
40. Bib O notation w.r.t algorithm signifies
Submit
View My Results

Quiz Review Timeline (Updated): Mar 18, 2022 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 18, 2022
    Quiz Edited by
    ProProfs Editorial Team
  • Nov 26, 2013
    Quiz Created by
    Seelak123
Cancel
  • All
    All (40)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
What is Non-linear data structure
In linked lists there are no NULL links in
In a stack the command to access nth element from the top of the stack...
In a balance binary tree the height of two sub trees of every node can...
A queue has configuration a,b,c,d. To get configuration d,c,b,a. One...
Following sequence of operation is performed on a stack. Push(1),...
A binary tree in which every non-leaf node has non-empty left and...
Depth of a binary tree with n node is
Average successful search time for sequential search on 'n' item...
Running time T(n), where 'n' is input size of recursive algorithm is...
Four algorithm A1, A2, A3, A4 solves a problem with order log(n), log...
Arranging a pack of cards by picking one by one is an example of
In evaluating arithmatic expression 2*3-(4+5) using postfix stack...
To arrange the books of library the best method is
The information about an array used in a program will be stored in
In which of the following cases linked list implementaion of sparse...
On which principle does stack work?
The Worst case occur in linear search algorithm when
Arrays are best data structures
Linked lists are best suited
The elements of an array are stored successively in memory cells...
Under which condition circular queue is Full
A leaf node have degree
The value of structure is resizing during run time by using
How many types of queue's are available
Disadvantage of linear queue is overcome by using
The result of evaluating prefix expression */b+*dacd, where a=3, b=6,...
In array representation of binary tree the right child of root will be...
The total number of comparisons in a bubble sort is
Number of possible ordered trees with 3 nodes A,B,C is
Number of swapping, operations need to sort numbers 8, 22, 7, 9, 31,...
To arrange a binary search tree in ascending order we need 
Which is not application of stack
The dummy header in linked list contain
Hash function f is defined as f(key) = key mod 7. If linear probing is...
An algorithm consists of two modules X1, X2. Their order is f(n) and...
The order of binary search algorithm is
A hash tabale with 10 buckets with one slot per bucket is depicted in...
Average successful search time taken by binary search on sorted array...
Bib O notation w.r.t algorithm signifies
Alert!

Advertisement