Skip to content

Data Structures

Identify the correct definition of Priority queue.

Difficulty: Medium

About this MCQ

This Medium Data Structures MCQ checks one syllabus fact.

The question is: “Identify the correct definition of Priority queue.”

The accepted answer is B. An abstract data structure where each element has a priority, and elements are served according to that priority rather than arrival order.. Priority queue refers to an abstract data structure where each element has a priority, and elements are served according to that priority rather than arrival order.

Correct answer

B. An abstract data structure where each element has a priority, and elements are served according to that priority rather than arrival order.

Explanation

Priority queue refers to an abstract data structure where each element has a priority, and elements are served according to that priority rather than arrival order.

Source: Data Structures Official Reference Guide

Tags: computer science, data structures, algorithms, programming

Submitted by: MCQsHub Editorial

Related MCQs

More Data Structures MCQs