A hospital has asked for a program that will control the order in which the arrivals are seen in the accident and emergency department. (a) A priority queue has been chosen to store the arrival information. (i) State the property of a priority queue that makes it suitable for this application.

Data Structures Quiz

Quiz
•
Computers
•
12th Grade
•
Hard
Graham Bland
FREE Resource
31 questions
Show all answers
1.
OPEN ENDED QUESTION
1 min • 1 pt
Evaluate responses using AI:
OFF
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A hospital has asked for a program that will control the order in which the arrivals are seen in the accident and emergency department. (a) A priority queue has been chosen to store the arrival information. (i) State the property of a priority queue that makes it suitable for this application.
It allows for constant time retrieval of the highest priority element.
It maintains the order of arrival for all elements.
It provides a way to sort elements in ascending order.
It ensures that all elements are processed in a first-come, first-served manner.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
(ii) The priority queue is implemented using a circular queue. State an advantage of a circular queue which makes it more efficient in use of memory.
Efficient use of space by reusing empty slots
Faster insertion and deletion operations
Simpler implementation compared to linear queues
Better support for priority-based operations
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
(b) A test version of the priority circular queue consists of 5 cells. Arrival information consists of a severity rating and a last name. The severity scale is 3 (least severe), 2 (moderately severe), and 1 (most severe). For example, Mr Jones has a severity rating of 2. His arrival record would be ‘2 Jones’. What is the result after the following operations?
Option A: 1 Smith, 2 Jones, 3 Brown
Option B: 2 Jones, 1 Smith, 3 Brown
Option C: 3 Brown, 2 Jones, 1 Smith
Option D: 1 Smith, 3 Brown, 2 Jones
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
2. A stack is an important data structure in computer science. Which of the following best defines the term stack?
A stack is a collection of elements with a Last In, First Out (LIFO) access policy.
A stack is a collection of elements with a First In, First Out (FIFO) access policy.
A stack is a type of queue used for breadth-first search.
A stack is a data structure used to store key-value pairs.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A stack is a last in first out data structure where new items are added to the top of the stack and items are removed from the top of the stack.
True
False
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A call stack is used when subroutines are called. Which of the following items could each call stack frame hold?
Local variables
Return address
Function parameters
Global variables
Create a free account and access millions of resources
Similar Resources on Quizizz
35 questions
1.4.3 / 1.3.1 Hashing

Quiz
•
12th Grade
30 questions
Communications and Networks

Quiz
•
12th Grade
27 questions
Python Loops

Quiz
•
9th - 12th Grade
30 questions
REMIDI PBO

Quiz
•
12th Grade
35 questions
Data Structures - Stacks

Quiz
•
12th Grade
27 questions
Graphs

Quiz
•
9th - 12th Grade
30 questions
Computer Tech Words

Quiz
•
9th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University