OCR Computing A level Understanding Linked Lists

OCR Computing A level Understanding Linked Lists

12th Grade

13 Qs

quiz-placeholder

Similar activities

Singly, Doubly Linked List Quiz

Singly, Doubly Linked List Quiz

12th Grade

12 Qs

Networking Vocab

Networking Vocab

9th - 12th Grade

17 Qs

1.4.(c) Data Structures (video)

1.4.(c) Data Structures (video)

12th Grade

11 Qs

Computer Science Slip test 2

Computer Science Slip test 2

12th Grade

10 Qs

Linked Lists MCQs

Linked Lists MCQs

12th Grade

10 Qs

Fun-tastic Quiz

Fun-tastic Quiz

11th - 12th Grade

10 Qs

Crash Course Computer Science #14 - Data Structures

Crash Course Computer Science #14 - Data Structures

9th - 12th Grade

15 Qs

AP CSP BI 4

AP CSP BI 4

9th - 12th Grade

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