DS Module 3 Linked List

DS Module 3 Linked List

University

15 Qs

quiz-placeholder

Similar activities

Arrays and Linked Lists

Arrays and Linked Lists

University

15 Qs

Prelims - LIST

Prelims - LIST

University

20 Qs

ITEDAT Endterm Quiz #2

ITEDAT Endterm Quiz #2

University

20 Qs

Data Structures

Data Structures

University

20 Qs

PDS - 04225 Lists, Stacks and Queues - Chapter 5

PDS - 04225 Lists, Stacks and Queues - Chapter 5

University

10 Qs

Data Structures Quiz

Data Structures Quiz

University

10 Qs

DSA Quiz 2

DSA Quiz 2

University

18 Qs

LINKEDLIST- DSA -2-3

LINKEDLIST- DSA -2-3

University

20 Qs

DS Module 3 Linked List

DS Module 3 Linked List

Assessment

Quiz

Computers

University

Hard

Created by

kmeabca 2022

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following can be done with Linked List?

Implementation of Stacks and Queues

Implementation of Binary Trees

Implementation of Data Structures that can simulate Dynamic Arrays

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of linked list stores the address of the head node in the next pointer of the last node?

Singly Linked List

Doubly Linked List

Hashed List

Circular Linked List

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which type of linked lists traversals can be performed in both directions?

Singly Linked Lists

Doubly Linked Lists

Circular Linked Lists

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements are true?

Random access of elements at a linked list is not possible

Linked lists are not stored in contiguous location

The size of linked list is dynamic and can be changed as needed

All of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of linked list has neither beginning nor end?

Singly Linked List

Doubly Linked List

Circular Linked List

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not an example of linear data structure?

Graph

Linked list

Array

Stack

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A linked list in which none of the nodes contains a NULL pointer is?

Singly Linked List

Doubly Linked List

Circular Linked List

None of the above

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?