Doubly Linked Lists

Doubly Linked Lists

University

10 Qs

quiz-placeholder

Similar activities

DSA Launchpad 2.0

DSA Launchpad 2.0

University

10 Qs

Linked List (Chapter 2)

Linked List (Chapter 2)

University

15 Qs

Data Structures Quiz

Data Structures Quiz

University

10 Qs

DS(Part2)-After

DS(Part2)-After

University

11 Qs

Linked List - Implementation

Linked List - Implementation

University

15 Qs

User-Defined DS

User-Defined DS

University

15 Qs

Quiz 1 - AK2 Section

Quiz 1 - AK2 Section

University

10 Qs

Linked List

Linked List

University

6 Qs

Doubly Linked Lists

Doubly Linked Lists

Assessment

Quiz

Computers

University

Medium

Created by

Mrs.C. Rathika

Used 50+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In doubly linked lists, traversal can be performed?

a) Only in forward direction

b) Only in reverse direction

c) In both directions

d) In circular fashion

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is false about a doubly linked list?

a) We can navigate in both the directions

b) It requires more space than a singly linked list

c) The insertion and deletion of a node take a bit longer

d) Implementing a doubly linked list is easier than singly linked list

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which list user can navigate in both direction?

Singly Linked List

Doubly Linked List

Both

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A node in a doubly linked list has at least _____ fields

4

2

3

5

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

The DATA field of the head node will usually contain information.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It use pointer to link nodes.

Variable

Link List

Pointer

Trees

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

circular linked list

linked list

doubly circular linked list

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