DS - Linked List

DS - Linked List

University

10 Qs

quiz-placeholder

Similar activities

Quiz - Linked list

Quiz - Linked list

University

14 Qs

KofiNketiaAckaahGyasi_CSCI2380_03Pre2

KofiNketiaAckaahGyasi_CSCI2380_03Pre2

University

10 Qs

DS UNIT-2 TEST-3

DS UNIT-2 TEST-3

University

10 Qs

DSA Day 2

DSA Day 2

University

13 Qs

Struktur Data

Struktur Data

University

10 Qs

Data Structure Quiz 2

Data Structure Quiz 2

University

9 Qs

Data Structure

Data Structure

University

14 Qs

Quizze Buzzie

Quizze Buzzie

University

14 Qs

DS - Linked List

DS - Linked List

Assessment

Quiz

Computers

University

Medium

Created by

Sudeep Manohar

Used 8+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A variant of linked list in which last node of the list points to the first node of the list is?

Singly linked list

Doubly linked list

Circular linked list

Multiply linked list

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In doubly linked lists, traversal can be performed?

Only in forward direction

Only in reverse direction

In both directions

None

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is not a type of Linked List ?

Singly Linked List

Doubly Linked List

Hybrid Linked List

Circular Linked List

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Linked list is generally considered as an example of _________ type of memory allocation.

Static

Dynamic

Compile Time

None of these

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Each Node contain minimum two fields one field called data field to store data. Another field is of type _________.

Pointer to Node

Pointer to an Integer

Pointer to Character

Pointer to Class

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does a linked list use to store it's data?

Node

Step

Array

Module

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Traversal of a linked list always starts from the __________.

First Node

Middle Node

Last Node

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?