A Level - Data Structures 1

A Level - Data Structures 1

11th Grade

10 Qs

quiz-placeholder

Similar activities

Berpikir Komputasional Informatika X

Berpikir Komputasional Informatika X

9th - 12th Grade

15 Qs

Python Review 2023-01-12

Python Review 2023-01-12

9th - 12th Grade

10 Qs

AS Computing: Data Structures

AS Computing: Data Structures

10th Grade - University

15 Qs

A - Level Tree Traversal

A - Level Tree Traversal

11th Grade

11 Qs

Analisis Struktur Data

Analisis Struktur Data

10th Grade - University

12 Qs

Pretest Tumpukan dan Antrian

Pretest Tumpukan dan Antrian

9th - 12th Grade

10 Qs

DATA STRUCTURE USING C

DATA STRUCTURE USING C

KG - University

15 Qs

Quiz Algoritma

Quiz Algoritma

10th Grade - University

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