Data Structures and Algorithms MCQ -3

1.    Which data structure allows deleting data elements from front and inserting at rear? a. Stacks b. Queues c.   Deques d. Binary search tree 2.    Identify the data structure which allows deletions at both ends of the list but insertion at only one end. a. Input-restricted deque b. Output-restricted deque c.   Priority queues d. None…