13/7/2023 - Linked list

13/7/2023 - Linked list

Professional Development

14 Qs

quiz-placeholder

Similar activities

DSA + System design - 10

DSA + System design - 10

Professional Development

12 Qs

DSA 2

DSA 2

Professional Development

13 Qs

Stacks

Stacks

KG - Professional Development

17 Qs

DS Training

DS Training

Professional Development

16 Qs

SDA UTS

SDA UTS

Professional Development

15 Qs

Linked Lists

Linked Lists

Professional Development

10 Qs

Linked List

Linked List

Professional Development

15 Qs

Structure Data Review

Structure Data Review

University - Professional Development

10 Qs

13/7/2023 - Linked list

13/7/2023 - Linked list

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Dr.S.Vidhya KGCAS

Used 4+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which of the following linked list we can traverse both front and back directions?

Singly linked list

Doubly linked list

Both

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which, the address of the last node points to the head node?

Circular linked list

Doubly linked list

Singly linked list

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In any linked list, the individual element is called as -----------

data

link

node

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement is not true?

Insertion and deletion is easier in linked list

Linked list requires additional memory to store the links

The size of the linked list is fixed

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

---------------- returns node X to the storage pool.

GETNODE(X)

RET(X)

INSERT(X)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In doubly linked list each node has -------------- fields

2

3

1

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Sparse matrix uses ----------- type of linked list

Singly

Doubly

Circular

Doubly circular

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?