OCR Computing A level Understanding Linked Lists

OCR Computing A level Understanding Linked Lists

12th Grade

13 Qs

quiz-placeholder

Similar activities

Crash Course Computer Science #14 - Data Structures

Crash Course Computer Science #14 - Data Structures

9th - 12th Grade

15 Qs

Data Structures

Data Structures

12th Grade

15 Qs

Tree

Tree

12th Grade

10 Qs

A-Level Computer Science Data Structures Quiz

A-Level Computer Science Data Structures Quiz

12th Grade - University

14 Qs

AP CSP BI 4

AP CSP BI 4

9th - 12th Grade

12 Qs

Linked List

Linked List

12th Grade

10 Qs

Linked List

Linked List

KG - University

18 Qs

Data Structures

Data Structures

10th Grade - University

18 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?