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. What is the prefix notation of the expression X + Y * Z?

2 / 18

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

3 / 18

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

4 / 18

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

5 / 18

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

6 / 18

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

7 / 18

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

8 / 18

8. 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?

9 / 18

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

10 / 18

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

11 / 18

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

12 / 18

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

13 / 18

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

14 / 18

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

15 / 18

15. The tango tree is a type of:

16 / 18

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

17 / 18

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

18 / 18

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

Your score is

The average score is 66%

0%

Scroll to Top