Linked list(3)

Linked list(3)

University

10 Qs

quiz-placeholder

Similar activities

Pre-Test on List Data Structure | DSA

Pre-Test on List Data Structure | DSA

University

8 Qs

DS Module 3 Linked List

DS Module 3 Linked List

University

15 Qs

Linked List

Linked List

University

14 Qs

Data Structure Quiz 2

Data Structure Quiz 2

University

9 Qs

DS UNIT-2 TEST-3

DS UNIT-2 TEST-3

University

10 Qs

Linked List - Implementation

Linked List - Implementation

University

15 Qs

Data Structure

Data Structure

University

14 Qs

Quiz 1 - AK2 Section

Quiz 1 - AK2 Section

University

10 Qs

Linked list(3)

Linked list(3)

Assessment

Quiz

Computers

University

Medium

Created by

rvidhya -HICET

Used 23+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Linked list implementation, a node carries information regarding _______.

Link

Data

Link and Data

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A linked list in which the last node of Linked list points to the first is called a _________.

Singly linked list

Doubly linked list

Circular linked list

None of these

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A doubly linked list performs traversal in _________.

Either direction

Circular direction

Any direction

None of these

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Linked list data structure usage offers considerable saving in

Space utilisation and computational time

Space utilisation

computational time

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following operation is performed more efficiently in doubly linked list ?

Searching an element

Deleting an element

Inserting an element

None of these

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If in a linked list address of first node is 1020 then what will be the address of node at 5th position ?

1038

1036

1024

None of these

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Circular Linked List insertion of a node involves the modification of ____ links.

1

2

3

0

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?