Data structure - A-level computer science

Data structure - A-level computer science

12th Grade

19 Qs

quiz-placeholder

Similar activities

AS Computing: Data Structures

AS Computing: Data Structures

10th Grade - University

15 Qs

Data structure test1

Data structure test1

12th Grade

20 Qs

Data Structures

Data Structures

9th - 12th Grade

21 Qs

IBDP Computer Science: abstract data structures

IBDP Computer Science: abstract data structures

12th Grade

20 Qs

Data Structures

Data Structures

10th Grade - University

18 Qs

Data Structures 1

Data Structures 1

12th Grade

20 Qs

Stack

Stack

12th Grade

20 Qs

Computational Thinking Quiz

Computational Thinking Quiz

9th - 12th Grade

20 Qs

Data structure - A-level computer science

Data structure - A-level computer science

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Chris Spencer

Used 15+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Does Breadth-first search of a graph use a queue or a stack?

Stack

Queue

Both

Neither

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Does Depth-first search of a graph use a queue or a stack?

Stack

Queue

Both

Neither

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which of these data structures is FIFO
Stack
Queue
Binary Tree
Double linked list

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would 'leaving' a queue be called?

Dequeue

Enqueue

Leave queue

Bee anqueue

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would a dynamic data structure entail?

Memory is allocated to the data structure as the program executes.

Memory is allocated to the data structure at compile time.

The size of the structure is fixed

The data structure is fixed when the program is compiled.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For a linked list, what meta-data will need to be stored with each data entry?

The name of the list

The address of the current data entry

The address of the next data entry in the list

The address of the previous entry in the list

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not an example of a linear data structure?

array

tree

queue

stack

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?