Data Structure Solved MCQs

Data Structure Solved MCQs for Computer Instructor B-17 | AJKPSC & PPSC Exam Prep

Get ready for the Computer Instructor B-17 exams with our collection of Data Structure MCQs. Crafted for AJKPSC and PPSC exams, these solved questions focus on key concepts of data structure.

0%

Data Structure MCQS

Data Structure Solved MCQs for Computer Instructor B-17

1 / 18

1. In the worst case, how many comparisons are required to search for an element in a singly linked list of length 𝑛?

2 / 18

2. Which of the following statements is incorrect about a Binary Search Tree (BST)?

3 / 18

3. Which of the following sorting algorithms is best suited to sort a randomly linked list with the lowest time complexity?

4 / 18

4. Which data structure is used in breadth first search of a graph to hold nodes?

5 / 18

5. Which of the following is the correct way of declaring an array?

6 / 18

6. The five items: A, B, C, D, and E are pushed onto a stack, starting with A. Four items are then popped from the stack and inserted into a queue. Next, two items are deleted from the queue and pushed back onto the stack. If one item is now popped from the stack, what will the popped item be?

7 / 18

7. What is the prefix notation of the expression X + Y * Z?

8 / 18

8. The tango tree is a type of:

9 / 18

9. Which of the following statements is false about a priority queue?

10 / 18

10. Which of the following highly uses the concept of an array?

11 / 18

11. If the stack is implemented using the linked list then Which one of the following node is considered the top of the stack?

12 / 18

12. Which of the following is the correct method to increment the rear pointer in a circular queue?

13 / 18

13. What is the worst-case time complexity for inserting 𝑛 elements into an empty linked list, while maintaining it in sorted order?

14 / 18

14. A ….. is a directed tree in which outdegree of each node is less than or equal to two?

15 / 18

15. The time complexity of enqueue operation in Queue is…..?

16 / 18

16. A ……… does not keep track of address of every element in the list.

17 / 18

17. Which one of the following is the size of int arr[8] assuming that int is of 2 bytes?

18 / 18

18. Which data structure is used to convert the infix to prefix notation?

Your score is

The average score is 66%

0%

Scroll to Top