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

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

2 / 18

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

3 / 18

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

4 / 18

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

5 / 18

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

6 / 18

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

7 / 18

The tango tree is a type of:

8 / 18

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

9 / 18

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?

10 / 18

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

11 / 18

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

12 / 18

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

13 / 18

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

14 / 18

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

15 / 18

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

16 / 18

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

17 / 18

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

18 / 18

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

Your score is

The average score is 56%

0%

Scroll to Top