DS Module 3 Linked List

DS Module 3 Linked List

University

15 Qs

quiz-placeholder

Similar activities

Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

University

20 Qs

DSA5541 Quiz 1 TRI 2210

DSA5541 Quiz 1 TRI 2210

University

20 Qs

Data Structures

Data Structures

University

20 Qs

Data Structures Activity - 1

Data Structures Activity - 1

University

15 Qs

DS - Chapter 8 - Queue

DS - Chapter 8 - Queue

University

20 Qs

Quizze Buzzie

Quizze Buzzie

University

14 Qs

Quiz - Linked list

Quiz - Linked list

University

14 Qs

Struktur Data

Struktur Data

University

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