Data structure - A-level computer science

Data structure - A-level computer science

12th Grade

19 Qs

quiz-placeholder

Similar activities

soal berpikir komputasional kelas 8 gasal

soal berpikir komputasional kelas 8 gasal

8th Grade - University

20 Qs

Data Structures

Data Structures

11th - 12th Grade

24 Qs

Tes Formatif 1 Informatika

Tes Formatif 1 Informatika

12th Grade

20 Qs

Technical Quiz Round 1 Set 2

Technical Quiz Round 1 Set 2

12th Grade

20 Qs

Data structure test1

Data structure test1

12th Grade

20 Qs

19.1 Algorithms Cambridge iA 9618

19.1 Algorithms Cambridge iA 9618

12th Grade

20 Qs

2.3.1 Graph Traversal & Path Finding Algorithms

2.3.1 Graph Traversal & Path Finding Algorithms

12th Grade - University

20 Qs

Assesmen Kognitif (XI)

Assesmen Kognitif (XI)

11th Grade - University

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