
94. OCR A Level (H046-H446) SLR14 – 1.4 Data structures part 3 –

Quiz
•
Computers
•
11th Grade
•
Hard

James Cole
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What operation is used to add an item to a stack?
Enqueue
Pop
Push
Dequeue
Answer explanation
To add an item to a stack, the operation used is 'Push'.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What should you check before adding an item to a data structure?
The size of the item
If it is full
If it is empty
The type of the item
Answer explanation
Before adding an item to a data structure, you should check if it is full to ensure there is space available for the new item.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which data structure concept allows dynamic size adjustment?
Stack pointer
Procedural programming
Object orientated approach
Static array
Answer explanation
The object orientated approach allows dynamic size adjustment through features like inheritance and polymorphism.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What operation is used to add an item to a queue?
Dequeue
Pop
Push
Enqueue
Answer explanation
To add an item to a queue, the operation used is Enqueue. This operation inserts an element at the end of the queue.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What operation is used to remove an item from a stack?
Push
Dequeue
Pop
Enqueue
Answer explanation
To remove an item from a stack, the operation used is 'Pop'. Pop removes the top item from the stack.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What operation is used to remove an item from a queue?
Dequeue
Enqueue
Pop
Push
Answer explanation
Dequeue operation is used to remove an item from a queue, making it the correct choice among the options provided.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Before removing an item from a data structure, what should you check?
If it is empty
If it is full
The type of the data structure
The size of the data structure
Answer explanation
Before removing an item from a data structure, you should check if it is empty to avoid errors or accessing non-existent elements.
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
Search Algorithms

Quiz
•
9th - 11th Grade
11 questions
SQL

Quiz
•
10th - 12th Grade
20 questions
AP CSP Vocab #1

Quiz
•
9th - 12th Grade
20 questions
Assembly x86

Quiz
•
10th - 12th Grade
15 questions
SQL

Quiz
•
11th - 12th Grade
20 questions
Online World revision quiz

Quiz
•
11th Grade
18 questions
Linked List

Quiz
•
KG - University
13 questions
OCR ALevel CS: 1.3.2 Networks

Quiz
•
10th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade