OCR Computing A level Understanding Linked Lists

OCR Computing A level Understanding Linked Lists

12th Grade

13 Qs

quiz-placeholder

Similar activities

CS-Term2-Week4-Day5

CS-Term2-Week4-Day5

12th Grade

15 Qs

Graph Traversal Algorithms Quiz

Graph Traversal Algorithms Quiz

12th Grade - University

13 Qs

Graph Traversals

Graph Traversals

12th Grade

17 Qs

ITF Networking Vocabulary

ITF Networking Vocabulary

7th - 12th Grade

17 Qs

1.1 Network Topologies

1.1 Network Topologies

KG - University

10 Qs

Comp Think Boss Fight 3

Comp Think Boss Fight 3

9th - 12th Grade

10 Qs

AS Computing: Data Structures

AS Computing: Data Structures

10th Grade - University

15 Qs

Data Structures Revision

Data Structures Revision

12th Grade

16 Qs

OCR Computing A level Understanding Linked Lists

OCR Computing A level Understanding Linked Lists

Assessment

Quiz

Computers

12th Grade

Hard

Used 1+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can linked lists be used to build?

Loops

Functions

Variables

Stacks and Trees

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does each node in a linked list contain?

Data and a pointer

Only data

Data and index

Only a pointer

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of linked list allows nodes to point to the previous and next items?

Circular linked list

Doubly linked list

Static linked list

Single linked list

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is created when the last node points to the first node in a linked list?

Circular linked list

Array

Doubly linked list

Static linked list

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is used to store data non-contiguously?

Array

Queue

Linked List

Stack

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a key feature of a linked list when implemented using objects?

Fixed memory footprint

Any memory address can be used

Nodes are indexed

Data must be adjacent

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of data structure is a linked list considered when it can change dynamically at runtime?

Static

Fixed

Dynamic

Sequential

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?