A Level - Data Structures 1

A Level - Data Structures 1

11th Grade

10 Qs

quiz-placeholder

Similar activities

BFS and DFS

BFS and DFS

11th Grade

10 Qs

GCSE Computer Science - Programming Keywords

GCSE Computer Science - Programming Keywords

9th - 12th Grade

15 Qs

Pseudo Part 2

Pseudo Part 2

7th Grade - University

6 Qs

QUIZ HARIAN SIMULASI STACK DAN QUEUE

QUIZ HARIAN SIMULASI STACK DAN QUEUE

9th - 12th Grade

10 Qs

Python Data Structures for MGM

Python Data Structures for MGM

11th - 12th Grade

13 Qs

{CC} questions

{CC} questions

9th - 12th Grade

13 Qs

Pratest &Posttest Stuctur data

Pratest &Posttest Stuctur data

9th - 12th Grade

7 Qs

Data Structure - Queue

Data Structure - Queue

9th Grade - University

8 Qs

A Level - Data Structures 1

A Level - Data Structures 1

Assessment

Quiz

Computers

11th Grade

Medium

Created by

S Bourne

Used 54+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which of the following data structures are mutable?

Array

List

Tuple

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Complete this definition... An immutable data structure

is a data structure whose data cannot be changed once it has been created

is a data structure whose data can be changed once it has been created

is a data structure whose data cannot be read or accessed

is a data structure whose data is encrypted

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What type of data structure is a stack?

FIFO

FOFI

LIFO

LIFI

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The process of inserting an element in stack is called ____________

Create

Push

Evaluation

Pop

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If the elements “A”, “B”, “C” and “D” are placed in a queue and are dequeued one at a time, in what order will they be removed?

a) ABCD

b) DCBA

c) DCAB

d) ABDC

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

This data structure uses pointers to link nodes together.

Queue

Linked List

Array

Trees

7.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which of the following is an example of a FIFO data structure?

Stack

Array

Queue

Linked List

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?