Skip to content

Course home

Data structures

Data structures

EasyMedium
1234567891011121314151617181920212223
Question 18

Which of the following best describes a queue data structure?

A

A linear data structure where elements are added to the rear and removed from the front, operating on a First-In-First-Out (FIFO) basis.

B

A linear data structure where elements are added and removed from the same end, operating on a Last-In-First-Out (LIFO) basis.

C

A hierarchical data structure consisting of nodes, where each node has at most two children.

D

A composite data structure that stores a collection of key-value pairs where each unique key maps to a specific value.

Markscheme

Data structures Questions

  1. GCSE
  2. /Computer Science
  3. /Data structures

36 exam-style questions on AQA GCSE Computer Science Data structures. Each one has a worked solution and a mark scheme showing where the marks go.

Question bank