Search Header Logo

Doubly Linked List

Authored by Kaladevi a.c.

Computers

University

Used 115+ times

Doubly Linked List
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 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

1 min • 1 pt

Memory is allocated dynamically to a data structured during execution by -------------

a) malloc()

b) calloc()

c) realloc()

d) all of the above

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following operations is performed more efficiently by doubly linked list than by singly linked list?

a) Deleting a node whose location in given

b) Searching of an unsorted list for a given item

c) Inverting a node after the node with given location

d) Traversing a list to process each node

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a memory efficient double linked list?

a) Each node has only one pointer to traverse the list back and forth

b) The list has breakpoints for faster traversal

c) An auxiliary singly linked list acts as a helper list to traverse through the doubly linked list

d) A doubly linked list that uses bitwise AND operator for storing addresses

5.

MULTIPLE CHOICE QUESTION

1 min • 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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?