
93. OCR A Level (H446) SLR14 – 1.4 Data structures part 2 – Grap

Quiz
•
Computers
•
11th Grade
•
Hard

James Cole
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What data structure is the focus of the video?
Graph
Array
Queue
Binary Tree
Answer explanation
The focus of the video is on the data structure 'Graph', as mentioned in the correct answers section.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which programming paradigms can be used to traverse a graph?
Object-oriented programming
Procedural programming
Both A and B
Functional programming
Answer explanation
Both object-oriented programming and procedural programming can be used to traverse a graph, making the correct answer choice 'Both A and B'.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is NOT a method for traversing a graph?
Breadth-first search
Depth-first search
None of the above
Height-first search
Answer explanation
Height-first search is NOT a method for traversing a graph, making it the correct choice among the options provided.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What data structure does a breadth-first search use?
Stack
Queue
Array
Linked List
Answer explanation
Breadth-first search uses a Queue data structure to traverse through nodes level by level, ensuring all nodes at the current level are visited before moving to the next level.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a binary tree considered as?
A type of array
A type of graph
A type of queue
A type of stack
Answer explanation
A binary tree is considered as a type of graph because it consists of nodes connected by edges, similar to how graphs are structured.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is essential for adding or removing an item from a graph?
A predetermined set of steps
A specific data structure
Efficient traversal algorithms
A single algorithm
Answer explanation
Efficient traversal algorithms are essential for adding or removing an item from a graph as they allow for effective navigation through the graph structure.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the first step in a breadth-first search?
Visit the root node
Enqueue the root node
Mark the root node as visited
Add the root node to the visited list
Answer explanation
The correct first step in a breadth-first search is to add the root node to the visited list.
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
PENILAIAN HARIAN 2

Quiz
•
11th Grade - University
10 questions
Quiz on BFS and DFS

Quiz
•
11th Grade
16 questions
Searching Algorithms

Quiz
•
9th - 11th Grade
10 questions
Search engines

Quiz
•
1st - 12th Grade
10 questions
A Level - Data Structures 1

Quiz
•
11th Grade
13 questions
How Search Engines Work

Quiz
•
7th - 12th Grade
20 questions
Sains Komputer Tingkatan 5 - 3.1.2 Atur Cara dan Carta Alir

Quiz
•
10th - 12th Grade
10 questions
informatika

Quiz
•
7th Grade - University
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